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 | CPE status | |
|---|---|---|---|---|
| golang.org/x/crypto | golang.org/x/crypto/ssh |
Affected:
0 , < 0.31.0
(semver)
|
guessed |
{
"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-08-28",
"epss": "0.03153",
"percentile": "0.87023"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2024-45337\",\"sourceIdentifier\":\"security@golang.org\",\"published\":\"2024-12-12T02:02:07.970\",\"lastModified\":\"2026-06-17T07:54:03.360\",\"vulnStatus\":\"Deferred\",\"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.\"}],\"affected\":[{\"source\":\"security@golang.org\",\"affectedData\":[{\"vendor\":\"golang.org/x/crypto\",\"product\":\"golang.org/x/crypto/ssh\",\"defaultStatus\":\"unaffected\",\"collectionURL\":\"https://pkg.go.dev\",\"packageName\":\"golang.org/x/crypto/ssh\",\"programRoutines\":[{\"name\":\"ServerConfig.PublicKeyCallback\"},{\"name\":\"connection.serverAuthenticate\"},{\"name\":\"NewServerConn\"}],\"versions\":[{\"version\":\"0\",\"lessThan\":\"0.31.0\",\"versionType\":\"semver\",\"status\":\"affected\"}]}]}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C: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}],\"ssvcV203\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"ssvcData\":{\"timestamp\":\"2024-12-12T17:57:55.896008Z\",\"id\":\"CVE-2024-45337\",\"options\":[{\"exploitation\":\"none\"},{\"automatable\":\"yes\"},{\"technicalImpact\":\"total\"}],\"role\":\"CISA Coordinator\",\"version\":\"2.0.3\"}}]},\"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\"}]}}",
"redhat_vex": {
"aggregate_severity": "Important",
"current_release_date": "2026-08-26T20:35:58+00:00",
"cve": "CVE-2024-45337",
"id": "CVE-2024-45337",
"initial_release_date": "2024-12-11T18:55:58.506000+00:00",
"product_status:fixed": "1801",
"product_status:known_affected": "74",
"product_status:known_not_affected": "8478",
"source": "Red Hat CSAF VEX",
"status": "final",
"title": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto",
"url": "https://security.access.redhat.com/data/csaf/v2/vex/2024/cve-2024-45337.json",
"version": "3"
},
"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:17657
Vulnerability from csaf_redhat - Published: 2025-10-15 14:07 - Updated: 2026-08-26 22:00A 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
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:600de28a7863c187f8c83042a4d20091f12b25ed3780bad31b75077f3f4b120b_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:7e9ca83a00182c786a40aab3e1f8e47676b205344efb158cddccf151e1ae0ca3_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:b690ee1c2809642c7f9d4cb0bf4f456d3518e64141b642b3b7345c6d41095e46_amd64 | — |
Vendor Fix
fix
|
| 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 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:a6d94bdee44f6497cd5c304080d2c0a0080b4746995823c5ae1e64996c6a68b8_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:d8b4c6681814a99eac001036b7ac035531e18f9dfcae27fc539dad889f819fcd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:fe48a172127c94192057c2f801f077cbab87bbbe0b1d0c581109a4c2fbd22b16_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:2764a9987b59adba4883737388619d6be938b38401fb22739d96c66a072351f1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:9be4f0f0265f16262af5ea551a2ad721f16c539bc5b70848b12cf4e904483dc1_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:a9e8d881d742c2262f2879340dc2368b35574f98b84ae8e2117395675d62dc3e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:ea1a4c465d3a1150932bed78c71ceb5006ba7dde7164c08dd4980c72937cb4d5_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:51f370c10b764e4e9b212a54395617e35c6d5ef6236bdac179ee99ce1c01d28b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:884558e884a6580f58085412bfe8ebc9a24021cafd4f55cb02ea2963ff1746a1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:b791b32b479eb3e9743dd5d6cef176c8ad538c009fae9c8e570a3c2e6f990f86_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:e039ffe939fb6046dca5e6037012fa5ff366ee85211df7cf570fa24977266498_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:17a3f105eb25488a561d70d4d7a9222d05fb6d41077bc541bad9f4978cda2ead_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:5e632c260d8b160f6360b14cdd15efded5a0f9366996995ce2fc0e354e4bc592_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:708462d69c28dc69db5521affa886452f96ac556fddc2b003a1993c3ba68ecad_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:8d76ab9a5160469e48fc48164600cb0b70a6954d7ac8f1cb404dc08881a76945_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:395b16e1660706a68ba4336454ece6ced4c33383c42d71bd946222ab075efff1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:3f05b10dc24d12557cfac4331d50a9c0b66741bbe67226c55d8b7d67925fa69c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bc20f0920971fc67b809ec04ca4de2a5c15379bcc7ec8f83b6ab30346a3d38a1_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ef758e59ef85ac8386da6d26238399ce932108fb14773eb3438e2425f318e8f9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:193e957858fbe848b10f6ae40469a5d75d610b6e1147178f0f7f678d1d6739e8_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:395240fccde662231f804229a9a26d915397e26fac39b751b60b7c62d2d1149b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:a1ade3b6ff536a73d15cff8e29e6e454646ef7ed27a58dc6b18537e7d75edc00_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bbc8e50c3a30c80acfc01179e3e1ea73be8d6e6b2705769d47b0b83af11f5488_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:1ca3eda65cbeaf669176fdf818ab34b1b2a57f191b2802cac1d5926703132310_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6c2b7a34705ce4c49250d2f9e79d9972468a5db3f03dbca79baf5ae0b147fb50_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:8a0375b7042d63c18ff0827d83771681ec9466bdb45cf97ecf32e40b0692a8a8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:a1164887278cfcd09572cc37ec2c51117125dd8c492a30323db9aa4a28cf0ba5_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:171a8122d5455b4ff548825445099ad3614974afdf0e88fc0e6e09c35ee0940a_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:38ad78aebb071b4d70c08912dc8acf3adf78495f8f04d23b3bccf80deebd36af_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:a6c6e6a8794801c23b34d41f0daeabe44d790fd6c4a4c8dd2a39b8a0f4def077_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/frr-rhel9@sha256:b6a657aa5a51ab20d21cf4fceff6b4941ce8d579cf509bd7f030a453afba2a39_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:827e43628b6dc37263b45b17b3312ff4e0315d3fafb6a8f477a6da1321d97bdd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:97d9fa83162eca62b2000b11567ca05ef86d034ad7b324330abbc75e7a936792_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d065a581b0e9cd90b43694a35c8ad8abf0ef5255d667a3f2b39aa5530d3ec4ef_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d75ae3a01daeb330b860e29c796c974fede33a8a9bc64d3128a11fb41953ba37_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:396db2187ec788c24124faa37f62e4ab7dd6c5ab79f9b6cf73b3f40266d82a7e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:809a793b56d5fe2d670883ade901ca4c6bfe28a7bbdc672e07d3ff072ff2e91e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a47886a879b4b0cbbbe46baa49eb24b33f1937652d86834ff21f0878e5c1ca50_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:c081bdba15ab207f42d070241a139d9c2b6d17bcd2b056fdb6b85bdbea591311_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:4bf09641b84b303f8ff3a3b82a19949983b53438c6731bbfef5f2f45c6b6df7d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:673e6943cdd030f4fab1313ca9d401a6ac558b393b34dadfc5392b90dc1fa596_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:7bf345790d6a8561d13dacb34c0460635327bc4aded0c06926aa91cb4dc4dff1_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:faec1fa330b39e01e3087b6dda71e0806cad2083486214fdb41ca188e1656e1a_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9804d8ebf97b5a16f5763b94aca282a4b9c1b929b0e215224caa7aef5f711f61_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:b581709bf6f6da99fc74ed7d599532abff571823a5a01340285fefa369f609d2_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:b9340ef4d77dcc5f6a7e79687ff9923f9866a959587e8bedfb479e1913a10286_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:fe506197c7838de4f2d3bea6cceb261dede60f0e8b72c06823b56ad576b4acad_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:41ef29756535fb13e4483ca4daedae698d461a5745aa8f6f35a4a119b837c55f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:65cdd7cfa28dd6cf5dd9f6bb42471a2bc7a20303e65b7ece91b8bf595182db70_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:c9c25da194dd8cd592c18369f3749217bfc51047de3a818aa145fa374ad21435_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/network-tools-rhel9@sha256:f373336e99e476a09d90c3901c0491883e11a6364ee93faa85421386d67fd81d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:15797192eae8ef2197f25263ad01fd4259ac379b1187d63172fa125af140ff09_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:9d10baa2f7012a6cd2094d8db37e6643aec65ab87f66dab8c986849d697b2a22_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c5ba0b84c05422945917ac00f53ceefc051b19526100260b2bcd8728ba5babba_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:f1993778005d130d8ffe50186735112b6ec7d60fdf68c63fa6f8d30e8e934a89_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:75037e7a2602a589e5c91b59a021f3ff9d451868aff2b196f2ef71be6bf71440_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7cf601528905c6f613399f0255377727294389070f6bbc32f3517d3b6a5c5623_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:aaf63c3bd1a4567e495c1d9ad7c042f1849267252d4c4e1759e3e7727722ea74_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ac040af1fb1760158d45c6ea1613b0bd07080a9af695827fbf4796fbecc10d68_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:77bdc54b964c1e9c795063d300a0020d1dba2c20e9b695365787fa0462965f21_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7e1b9c430739793385e36fdea701537ef176be41614b1f439459f88f8de4fa1d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:80c44b325882f01e95429b7272b0db03114764f054c00bb1023649b1d65a7f2e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:bf76f35e7ece2e027e0d5309f260c28544df903a578e1762aa9a57ed2fb1f8e8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:2dbd04b5f0f337b0ba76620e742528c6653bb130fe8ceb569c962fe84b7cb9ad_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:bf90a97f7424e8711df5495f039cd7b9e4bd3d99572df5f8ae57f1428caa1c5c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:df07e00d06d84dca2c4bad19fcc9c9302d2b48ba04faa899201e281f3eda1608_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f8edd4509e9ae9c7bb617aaa81be49ecaa2b7e7b6feb935c0a937fe81563cbc6_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:01a8da24b64b56d54886237cf95e847093b4a4218d033fc1a624458a2d58cfb7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6f08c507811bf173ecdc035f095a744ebacdceba567895883833b51ed12f7822_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:8895f468c564daf57e204d1576317892c953c6511e6962ac0d47aa681179a607_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:fb72c76ce2d61a68a2b427e2e97ff68aeb34a3e99044400336638e9cce75bbc8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0766b476fbc0ff245b8ca5f2c6edda8b86af65353d6c7d98ea364d4519907c96_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:3431b1db48267097cb2c60308bcb8e01b86b587d8bea8686c99e4509286b4507_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c8a951b7920bb8cd51225407f5eb63922a4ef2b81600ba48de0e2f3b411caf75_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e8960572282181491bc4b09e95afd8b56183414132f09638d5964718bc070683_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:609719d65f0a2a5293f705c58867e17d84dfaa53fa9a7c8f434a739658d667d0_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:beb4f654baada50b2d364b7ae44e13ca1c8d724cacc197a6b8e25fb41eacf53d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:d451b74b841cc953f67b98ae9bc9b6fcb40d5ee9a5a789a4b8d4fac57e2b3eed_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:fb3c4d60b43cc0fb0f903f3f4e4490adef1c2598af7c90dbcb17feef76871659_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0dcf390fc040ef7d47866326982ebe6f51f6804ec9c9681efd4be51f5794e355_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:0e96597835e86140352cec997013dd7af617e77485a74957e2316b7c7f94d881_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:a1baded2f32748ee04cc526fa3ef352e955732b0e1e121af00ec5bfe82edc65a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:c4b1dcc80133142081e615541d5612225b538247598a4ba821259178a18f6663_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:3d9e5dd089409536589a99081d40d90561e21454a69bf5252547708995725df2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:f3bd38cfade3d28dd2fd3633983c54532824a6ba474acca65155fc49565f3ecf_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:210e54659058fbe44f72f5261b80a8f5552da029431e4e27a8e523c995c756aa_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:251f18944f99680297f54ed6542056999703944b614eab1253572dd71cbe6261_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:87d456b336fed106e0487802dc7e8f73c3485fca86533696e2b66826d42370e6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:d1d8936d6ef5fe3bbf62095b61c175039ba58bd416f1c7253dfdf8e0f0d010ad_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:3b4a4ce10c86235e38403fa1cacdde0dede7448e181630096ba9167325718b91_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:6d85625b9cbfd80248a6b65d48a1ae20ba74de065a11ac96ca19ce53af566c6a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:44575f9aeee113828dbb2887310a4b5a869b996d6c1cbf7208328d702499000b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a58066ec64568ecd4fdf93e4d429d4e2e426b9e9f8aa79438b2f14053323621d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:c2383c2fafe15a15c4941d78b41dd480ba0648b83436b6d612e01408ca1268fd_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:d02ef1cbb1f0bdf4d6bbe56e5d79a591d68d098ce61b289913a65dd14eec352f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:57379c29822e8b5ea296bf487083f8eb956db225f9cab37d3fab54fc28ef80b6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:d4c634ab4733051978f3b93ca358e5824bd1e26f04b23128be4e7441db331e0b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d6ec79fae047b762e66e8dedada7bdc3686dff164c8e28ee61cca0e0529947a6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:e6a457e62ea70d1ac674cd3de77315dfcda363bed338bcf4ae81ac99eece99f1_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:e0c13d7f5a0e25f818c32523d4ef9c25f2515670a3fb27658a76ba87deff6d73_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:ea44b2f669cfaff5004b960146697e36e86295728d5d4566036425887df20934_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:40ae3aaf28826ee214c2ecdb6e20f0be22fd8c00e9a2ad44d48cc1dd0435ec07_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:52a636f504f6c90bafd2cc76063f851d660802ec7eaa4891f0e2794c89182490_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:0d6968a86c812fcdda891a6b02faf18976bd77ae886f60ef35c5435523100fe3_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:42356c176525a52dac78a064fb873b092d54ff38b90816d111b26e56c4eb25ae_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:7d27e06a6ef2d792b7f82fea888b359ddbfd43884d58d3cbaacc95a2070aa10c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:e70447cdefa18116dcba6383982afd52460a9944031c33b052ae60e765a5125f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:4233a38bd6a4a467684ee1f6fc5ffceb8d9477ff742e6c9e2b5c4f7971c76b84_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:6576cc5d373e4d9ea7248f1e543bbdb661e7fd7f2eecd8766e01a723bbdee9d8_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:1c5e607ca8c8346e61ed8d6c78d85cb92894daec68e0d99f0e163a8aa1d3db39_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:3bc580bf62f744fa6b1cf5bc4c0b1cd32f7240c3618fbb61e659a094d3ca1e8a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:56713a564599cbc4ae700eca42e11899c9ab53664724e68ead6fa969a98fb27c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:8bf290e0a68706b3f74e5d87bf1cff8d0938a7e7b11d3d5b52acbde8e56a1b67_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:170b2ae41a2b3c63b44f2873c27fb0a6e745b79e278db62e1dd7e11129ab324e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:44adabb3e35bbb7b1e57bd93ee322922713bdd4503fd64996ae6abd649d07c8d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:71bf00a97a3e36af3f9d9ac559f9cbce7442043843da5c0ec8fce6f5f0646632_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:fc3aeff1d4da7a8d867c081723151a54cfc03dfaecce95d1cbc3c3e200f1ba35_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:32db43b0a3a4f58cfd16dff7fd1d8098ebcf67c1cedb87d8a7cea3373abec421_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:48b757f9c765a6b53a467f3d250d8f775f47c0660c496eb47e98abc93a47824a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9f9fe40448017ea9396feb16ce6d74acc0aad32b51ba59c50a677ed2dd02bd08_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:f03a7479a9d746c278e5eaaf7971337cfe2f4fc87e934bf6eb139329635f96d4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3001c21417bb17949b230ed6c0f9bec6e1ff70b4dbf51b79210f2af95480567a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:62861f90b83f3136617fff95cf9587e6fa8302c64d49199af04b5e893bbf86ab_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:6498f6c57948e7b8471e37a2983e2c19bb17b4386cce59ab775814dbcec7eda3_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:ee267ec4c8617277e26048b5e8bd52354e80abfbf66ba0dfb143d98e028221cd_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:171f0989ba452d4e6b015cab3f6e38fc29a475597999dd5891ca8223635a7ce1_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:3b9fc8b5e745fbe2f1d60d0b2299f1cc6a3a5958a319c50284aff494c960b4db_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4ae4f1dd516cd320796ffe74b369a752935e118a12d20724748b703c6c18ac34_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:93e7b8c870261726d44bddc7ba0a702d3720d1838141dac837fb8c3be7c6e1a1_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2defc6862e9a6b5081db86676f901859d87129d457f0208fa77beab38adf05d7_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:98f324c630d827fb2df80039a43371ce8ba1540e9bd492cca37d0dc26985764f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ab6455b171904f947b62671c194a41976b32af492d7630cae42cfbe814875669_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:bd3ab8244ac81afd136e753a0466a2a02c59056099ca6de206d88f5ed6135290_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0e62b3b92d4f29eab64bc0c6a857548f19cdf961e77759dcf2b432a97bb7da8e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:43125cfa85947ebcfc32ededc80a26d9cf17e02541e52d4b9a57a576df64d954_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:9cb62fa1e9bddfac2c7b22e00fb368afc8d219103c09e47cac2716e807b9c940_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:fb00cad5bf4c467ebed7ae645287f5927fd9ef40b4a7b52affa80b024d59d583_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:0eb72d9158ea6730ddade4a9662a6d9cff4e951f5eb529e3fdd36e3c36d34ade_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:37f971e5646d24358ddefccdb3fdc9f48d624a899355469a38cbe6f074182197_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:78bc180f91822599a9006fff9b94cc55c8a4dc93d1cb365445e1fa2f498b6f9f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:a834be364fca3840bd8bb4328c7923e9b0a93be9f050e4f9d82306c14e92322f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:00feeebf02f088c7eb5cee80ed0596aa7e5c68e93bc1df82723d0d43d479ef1e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:bb8969ad63c28492dc7c975d684ab96db511b393403fabec7b5ac957ab6686d5_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:bfc8b20bb9bfbe1a1664d2dd80ebb422ca45f9289861e738cf311455017284b3_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:f63d05dcb4e63e66f2931767a1d2c558e708a0488f908af4037add9151b1fbd0_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7b0a7c972aa68e2acf4160f3a3f9719b3e1d7ee31476f42cd624086191cfae2f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:973706ac771cdff11ca66251b9426acc0b2d805898d452065d78ef465491c0a5_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:c2e253745b41d875a9aa7e3959f72bec7d72e729281d2b858425b6bbcad3bcaf_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:dd8f426e9595fbf558ee6b8f6308a2fa6fc8f4e1095fcc5ae2a08a6e47350239_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0c37ce4d1897fb3acf2d45aa613440fcc65af373cb232bcd52ba3128932894e5_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:32d3af41376231191793b2cc40ed09ae02c123e8f43f1e8d35b7443b59daaea4_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:60ae5204fdfd8132e3bf550da636ffbfd6812d41890430d70501be7df080f571_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:cc7b2d33847639461f943d8eb7cca2ee73642c490e002a1583bf71efae5fb8eb_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:3af1167598bba7a3f499ecfb0ef29ee3c9918c536dd23e934dc7db25687e1e0b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:44ef834965820575a693a1c5e308c51a8690b3fb716204d2542c7b2aeb3b0e91_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:a5442b8cade64c4811450f1e621641a7242fe5e6c65341a10fbbfcd3c5ee80e3_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:dc8b763af88d42d007e3af88e68bdd4d2bbcd8f842aa773c3b4946cf6e57b8c8_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:43c9c2ffde4dade35dad4d35cff4728587a771180d5a4863ecbb73cea247762c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:6bbec3740286f8fd7cb0bbd4054179ac1a0682650673902ee63c01c111cf9583_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:89caad428b1b7f28cd5029903003a44e8c894e1e947922b2ac94c74a4d0285cc_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c3076d1f0fcf2e110500cbdadd85ade23d5ad3e34b5e7c382b9b1f90f9a178c9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:51dd8dc2a90cb6a0696208ab844994b557bb4bd1eb35ca885f85b79f189f4814_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:659f7ec7584a504372abcf408f29399acf168cc27f5377d124b237fc999c5404_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7c3b0ec269219a721d6de1e44733875499e94d808a6791799fc71950e1369510_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:b2dfe948f8dd43a4c490dcc64b50af4f1423ec5b7d2175ec403a28cbd31f44fa_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:37748bb505c9cc8f5595eae8799a57e9c6f393539594183a708450c72c4c1fa9_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:add45cc86653a5c8c17fc0c0a2ac766936d73c8b7335815cbd6aedca3cd67ca8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:c647858ca0510261b4c25604e4eb32c45e0a248fe342a3915062936a37f93c7d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:d3d891f0753c524fd9bb70f216b3ec02fe49ff61636531e13a77ec2416df771c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:21df663b39e9ce5f97852bcfee7acbcac716e3b7fb05a89fc846e7bf1cd2a071_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:2c3d915be08c8ec9764ea2c133f1b644783c36ba8857195add1e604cded26c60_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:2f065654a9471f33c55cb9be3750baf566135c17bfd0ea58bd2c16717059bc67_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:4421e2d7cd25296598a0541d23ba3dad3b8698034acb213e25038d97a22644ad_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:4057dfeca8a51aace1b1e8cb6cb4efa83c4086dd67f2e71afc222ac23c95b55a_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:50b12d383909b5b57d1dcc51557dd978a68a9b09544047395e2f7d71db3a3173_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a8703bb4c012edb618cdde012bdd42627b34fb9498ad0c4da71ad017160245a1_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:c993c89cfca78d10a7571ebc7c6e971a7aa894266a0b4793df2ef951fb3a5a11_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:27f71cb7c23ef1e76639111ed520def9d55dad82de0bf4f866fa7ff3c07d9980_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:7feced51fb076d7ddc6ba60153785d5ac292ca369f4ed7c424fc74a91d1321ea_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:c4fe5fe672ac898b5611fe41b4ad987e11a7406adb5b1e276514eb99420ed095_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:cedcc2d90046691108d02c8a5a303750f424e80ce29cb10fabb6a15b2797516f_s390x | — | ||
| 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 | — | ||
| 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 | — | ||
| 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 | — | ||
| 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 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2fb6912a6c20a5ff43fc5cba1f0eb37dfd73a8ae5b902e57a4548fae6d6ba2ca_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5d218f30551a33a8300f2282265eaecb3af1637fa040d47af6606f9ed1d12502_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:7d232f1aafc920d3ea500d0d61ca6704aa511dd2623ebbe734cdf107d8fb506a_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ef61175a4d38621083f13e655cf3d0c914c0bace5f38b0c34e32fa5ad86ae811_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:a391608742c2e18eb97f07cdd18c999efec77ad8e69c123289833728f09d7c53_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ce399f575770fa59436b2bbdb27f9c2ee5264d2df23e2304f499d18c0c451874_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ecaf804d0ed8bb5d84ef74dcac666d99ccc5c227a2feed2a50bc9cfecb1af1d5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:f391feb204ab519f47b4fecee5edf131ac8fedb5034436bd0ce3826308c66345_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4b9caf6cfa92145e7a198f2300a0d6b66af3b6c405fe3c0adda09e65ed2374c5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:746dee03ccb6fc83a85b3d7a3d709261c9b8f9c29678b6598d7e5dcd2ac4d4ae_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:c6867fe083f9d35d75dc4301d693fcbaaa3af7640d1abea6bacd68e1bbb930ff_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:eb69af5817b7aa9157759301fba9f7fcca8c3dc3cd583997cc0ddadf7003873d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:079ebb8787ee17394f5b4872dbc376f468c929f77d0a84461f8e6fc64c6c897c_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:1a58676a6775cdcf63ef3d7fdbbd75e475781110c717cb0df5ed1a612a4d8848_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:4c85fd4dc29f5face0a4b37d3693067d2d927799f288650a3f45eca141cab49f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:95fc8705b93819aec4628ab4239da4993567f752938098bfbd21c33c67514dfd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:02187c698c910fc363692fe662d6eba2739f42c578edcc19042d4d25a90cb7ed_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:25c5ce5f7f55e889461bc87c491e7eed9bc0088f0ffd8c9e7afaf7de095ebc66_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5258fd40dcbf54168e49644bcae4b6adb2bda3baf66b19273f6a9b7aafbea802_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:9e2ccd5a214528511d081bbd6a97c2f5dfbfa116d8d4efe8775ba9b35ede67d9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:53785826d0850fb6505265a386f6b8adb746e2cde861fe94402f207224fb6980_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5ff4b985043500b52a309b2fa3f13ec070ef2038c39ff6fb0f02f3ec6bc9bec2_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:dccf8a87381d0796e8db4eced0d042032c48d44e76a8a85765987ab6daa00a5c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:efcfde4cf5b0b230d8c52c0b9276f48173cf34b8b35168e2758f0fb6f7161ed3_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:0147ca8411a5fc201575471a971a65254e1e25eca138e7229d4e448bfa06bb9d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:1142b8c934a2093019771226b172055e98cc5f12b7e0dab8187df4306bed25d9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:11ccd8a07e40d9b14c2c13a43b90b0e4697a943dd54b6ca92b3fbd3c2a50b2ed_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:3492411e9b21168a7a545de6c24491acf27728ac087df577435de3a2dead02b4_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:12dda7bd9202fae1e5eb23b57f7434509249ce73f4c18371c4bdb7f5b99180fd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:1e4b83032da99ffa275c6dd8453c6925cb99c51818fe2e20d1b7873bd7b3343c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:b8cdb0348f4bce067b76e217eb061e4cf527ea964370bbe36aa6bb6c9c9ff8bf_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fa0240f49361d00fc86f73aa1050a0eaed7cf146d759f39da03b166cca94215f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:08ff856f049f13c3307732c1b4a5cea38a8ec9bb538893b9f8557c6b19e02885_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:09caea0c89979d1ad27b554288fd52774d4ef777bb8834f8d4423a96b6eb858e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:6c0eba69a18f868fe08e77831e1afd0aa319d3d3dbe13b25b2df41367931a778_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d6672a2f795584bdb715cb6e63e42151c9e5c70cc92b37b818874af02ecde70c_amd64 | — | ||
| 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 | — | ||
| 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 | — | ||
| 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 | — | ||
| 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 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:1169a16979a9ef01aaa58a703169fc7944c8d562b8e2d49dc0f61856267f8407_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2c4e52bd681af3dd9b02b11f5156ebad7249bc002e1655d298cb6a08531551bd_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:8f74df034140ea16f806fcbcfd9aa417bbc6b9c06092011d02d2b51d70f9aa9d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:91c0b74c66c6d71048fb802a6f388f78eefcea4229b0ed48ee787e158fbcbb76_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0df4f55da0b58c56738a87b2adab0f5daac38efb0818542ac0f9731320971fe1_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:3a01dea163eae26d52d5343df1038834b94dda58dde4d504147eac03400fccaa_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:906ac236c9d89959a51f2c44665116cc4feecdd76fa52165a23ac30e30f8dbf6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:d5f581effdd7d0a9f50dd9dbdda3a79ad991a1fae664f2fd785c174c303ae0ae_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:4ae43df174c43885ab3ff4185bcbb3f8435aa0b2a0164e7bd4cc4c9946229f02_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:78a4649efb6aec28f8a6cf585c14b156e1a78b6b152b36ef71e0e4e716d1c796_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9bd2271dbe8d8af246bb14406e84453d2720b56b029135370afac7873e48135f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b5559e3b24d3eaae8ab3996dade35ef007ac8d41ff73df7762f61cef69c5676d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0e3f254b273947d66ca69e6789124005b52486e7667854bf8306d4fe11c84726_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:37fe7b009b5f815ebe4d0bf18916108cc073b237316f8f221209f4ecea4bc8de_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:b5f1841b115dd3b39d46a4ffe451c4615337d734d9b30c26937325dad4824535_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:ef016dbd04665612aaebd64f120d5603c48292cd5b2ba9d6b42b8d9a0e53111f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0446e834e01cf20712231c7f649827af462c1b3a47d51adc9b535ab743b15e77_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0836bcd0e97d3a3fcba0653893ac502d064e6383f588681699ecb777b0b3e54c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:8907a040b572ac46eb06ba16759e1aa6f19f654726c2b48f95a9e9a4126dca80_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c4ad4ebf5cc063b22e95cc5af7c6a8fed2a0e0a86c3184c8c5790038faf13c0e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:0f9b71d36f38ddeee94f80eacad457f74892cd50f1b92009520ee992a1d899b1_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:1760cbabf9da8ee1af5700ce11d957a923308bc8f6365579fe4d3d10e38ab2b1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:a5effce6e25b396c615b305edebca5f9b2e5cb7317e21638bd54ec10bd6eb70a_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:e28816756bf6a7f381e1fab5ca98de548d4f1485fac107c25482fc86988f20ba_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:8ae9e8955cc59fd7d093d73aab088a053b40edddc2b2b17518d32e52080c51f6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ba2ab74ea4e69cf474709160864550781d65a1a302ca6b15303855ef1d0c121a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:db4e460937674c8f5fe5e3e4e413c12f2d8ab6364c9749de8fa096d74a6ea181_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:df193743326166986006c96dc1284fd9ccb0ff0f1eda16c40695ea71f1fd9ca3_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:2fda9c22583ecad5b346d67258c2d995f38aaabba3147d8431617f9d36eadc15_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6f976b35dcf9ab80efb921faea8fb9771c519ce4fd8dc7afa4bfab88904322c9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:8223acdd859a71e118ed48788a81467d26497412880220485b97f77f4708d2c0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:ddea0f269358a8547cf8a1fd018a9579dc482edf7811438558921ae72e253ecd_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:42346aa49263c1623348322054753da60f4eb66ea1c5dd58a9853c3c424b8ad4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:70595161b8c78c6e79e89892f1029d6b93677cb3bac65b94570cb675e60040b4_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f4409ec09d014a28c6993bcb2c3f908db219b7ed73a5f48a47ba006b4e873dad_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f9c3ac9e11b3518f58cb69d8418ad86578bec1bda0373e995a0bd4b6583c1d00_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:1d81b571d57f07eb8611f0cedd3700380dbdcaf7d4beb5ea2f7a7a0b7b54b506_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:482fbb76cb2e4fcdfd7110dd3955056c222c7c4bb6fa47298fe82a286bdd2a9d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:ca63f9bcd26de5a7a6cbe224c5ce4a95e3e254da92f799a1184fa4e669846ff9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:fd1787d6962db6e17c8c78126f6d099aa0ba6fe868765d48d07f0116c7b4ea91_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:a01343b547cb7644cdfce72e4a51f534f02332de3e14c7f284b621ca10057ab1_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:bff0fb9275332b54ac4d2fc4a7eca5134d9165d6ed683aa417fd4900cdd5a489_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c906a7818efdc2557a04627715a3c4769c6736c14193cf9db04ab4cc68d4232b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e7f942ba9fa6c0af64a19f88025406fe45bcb68f18315a342449e38c3258d985_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0493200aea85c3cf4d979d996677d06300d447c04bc05766546305ab97f94fe1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:46c215a6de00e10a46646b8738aeea04b68f238beb43c57e42e94cbbad0ee1e0_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:51007fda4026ccb7540d46d5724a9a5cea3b7436422cf3a12ca23d53c27fe880_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:ca178bcf74f51451b6f8da67c89c366b9a9d70cbde74440a611dad058f13d976_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0c5bd2c645113ad65dd8f37b17734e5ea5a11210b809f820f8c427d15e809e49_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:2efa8ef7edacba925794bd80700c650269ebc2fe7c23590eecd30347cfe2f600_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:4fcf7d02fa8765f6e96eadfb614cf2461486d6ca2034d37150f1d2ba13076cff_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:5f393bf48c46b53475eb6f701e62bbcfe819cf05fe8631f41e7ff7c3de79476d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:18ac76b5ce6f3578766d39d84c63d2f2cbc51e39cd2e7029b42473366a9447df_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:432be9a108e9f591ff16608487816f6fddf01989e0ebce1ec9a6e588505951d5_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:609f37ef3cb10fc8181ed2b99363dcfdb7104bba0d1d97d5d6f9b712e939595e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:8ba457acd3d51df8c7d4396d5beec0466f70f390c9fda07d4bce43bd8be11246_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:37321bcb448014e9796638f1cc9f38198ddde929119c2c90731e07201db9066f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:9708ffe034c5e0e8c593b2a079e7645c7e67f141fe16aa5fa69380e40439bee5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:bbf5145043f74c523774651c9fc72a42a4f496b68bfce3c05d872796a15486d4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-console-rhel9@sha256:cdc3e80c9a429c9d0c6ec935b4fcdb8dad0caf27e039f9180dc81ee82e790bcc_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:56885f000d8fbc2d573023681e29a6b205b52dc45861a373e761b9b5405fc9f8_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:6f2eee37b485cf830d566c80656e2fe8c94db49271deb92426aa2c64e73a5450_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:9bb5c442d1d55703b47f00db1e0cdfd7fb9297f2bcce450a6dc80a0ed0ea7ad0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:bc8054c48259c0f9887ee8425d1cd447aeca3e26e9d188b89760998eea4aefac_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:20a9d05518cb98ec648b2d0a96d4e1d3e321d5b9bb7fbf946be8896b5d988741_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:37ecba79951266453dd293d4430be27a6d8e3636599440bfcf21f81f167768ea_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:4f6294ed30ab476019aaaa77874157facc77413988f82ffc46f94d3a98d2e4f1_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:73cfd9231a8074ad6b8a7cc94933438d5e49aa0d0fc2b4c43eb8a63ff8be651d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:438dfc54a92a3e702f048645ed11a0730711fba84df87879495e07a03fe3556b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:793282991ffa04756ea0f865660777e5aa05f45f0ec89aa38af24667c038264a_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:11038b0a32e1f09ab41cce1620e8ad696d7f9b479d213075c5633dd82fb33e9c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:45d896003c428ca6a9199fb5c513e6c8e7fb1a220ad93f5f5155c59ef3230168_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:1caa933911fb20b0b06db0915f546cd28940c890b415f645a258c3d4285dd729_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:8b1f72530d1618fd703524d06bdb79a4687bcf616e00b8e0c2fbd19fc98573b6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1ccd39b658c2426ba019522f1926c5bff64e08b767ab5902357121b10c5cd0bf_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:3e8dbd871340e28ab3544937e42d01dbf3e4cf1cea7a472b2d4be87f79ae4422_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:a453ec5ea103b8aee58d828e9c5b908e807daa98c2cc1ec2a7f9262e6106f920_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:aaed8c8fde4bf26fdc9d42bea71b481f39f1cc4c5d4e2ff98b0337789424bcb5_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:17096fa70b9b6e191246fcc57827fde54d50408cc4f8096e0eb864eac97923af_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:876fdb9deaa22222d20923726bf70b5a13803f1f1902ecd07fced4972bd97049_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:b32a747170328cc3abe91ab30c2115cb2fcaff3c7502cabad74d319504585a0f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:cc1d817d4cc0d714aeb9f31cd60c2066b2c2bd80b09c17b8f22198ca3a448004_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:1586dc98a9ea3ce63694be693e9d99c3a2fd33b609430872b8a2f54689f45d8d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:46214068b4991cfdf4eb80bc38bb83a90622cd23d61675ce206148a4447d95d9_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:489fef5be978598f1fab165d9c6f5c191b93406d36977922ee4d1c8bfd1c2959_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b16a437d01862e4b51fe6784954c0f74378f5c39f6773c11a716f5038f8d072f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:33f3e1a8ae71fdaa5fc56617e8af3019fb15746b3065848b52faadad85c84bf4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:398a0c4774359eeba1a6901f586dc0dc718678d59c48a46c3e7501fc9f9ebd27_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:633edbe4a3b145b22f6fb3630f19e0c4ab1eb03226260edb99c2c6c25ff8f2cb_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:63f159e24ab6d18d2ed5da8f6e0743fdfb777cc64e080a78d7959dba629cf69b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:6d4944ef58dd5613eac1649bd2aeffa89eeec19db321697a808f1e4b8a9777e6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:72bdd3bda587631748d9fce0b29c2ba708ed7398274acacf96c80ef014db28c6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:9136be985068aa004a4254c57afab18ebea5cccfa7f753ea5df4967eae39f150_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:dfddfd2c2a4f61347ba894e05a91551bf98fe646423069255d9cdea794dd4a0d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:154d4fa3af0cbbf04c768359ae4a125ffdd6a0f416d414c1ccd7816d5ca51a51_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:2f4df77c24bb1fb4d3b8815e25418071aec76644820ad996a98f6acaba7ebafc_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:897ad54d23f400623339c3b23d9928b9f5baa010b549ab632d8daab32ed5dc86_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:dd6afcd2fb62211785b1c5837499e681f9d2b4d8e740f189a516f31a4a92cad5_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:6771ff316058a27d66103d16d0c8c2f10afb96970026025668aa09d0b9fde5bb_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:a56d46010af804691f07b3f74c1c989247654cff3998574bc9cdc803289eb7f7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ae5cf77458c9afb10e612d9fb9aed9b34236ef0c0e741b67e1407e72ac4111be_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e18c84898a8a180cc1f33fc5fd008baa2a2c06bcaa9acb41271b1afd19e66084_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:440e519d7e795fd85f9216b57f698dcd85a8cb7a6307bba64a56ac7b8c555dd2_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:597e0d72e46cb98278150680aa16cadf1e80a155bcaa1f2ff42beb1e3cdd1427_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:64f7184054ad92d4e17082e3d998ca87b92d51ba69ac41aaa2d6f8f84b5ab23a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:9a9e28475221c08b2c4e5e33572320d4796b33461110d36758dfe8cf32c11961_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:00a733c0638b309ce936fa495ef79171c793aecc342896062bd65a32a01ab82b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:22e238d2641140c26acb4794076f25cda7dd6494198fefa3732df691cf556213_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:68f58aaf5633c16a0b5888cc822d5aa6f4d9520f630c7b59e9a4915340845ac0_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:ba7f14e0b1cfe3b1f66a27e7e86d4c0629b2ec1d39ae8ad18b75dccc1110d718_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:56ac2cee83f35b2932feeb1ad92f4e208b736e96d1b29124fd10c2d95705a0ea_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:6f8502b42a4eedcc415794f2d8a58b6a3ca722d7045497ef3e8cab8fb74dfde4_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:7093f1c4c31453062b617deefd52d5b816a68e312a0fd43951331337068c23d1_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:c3c84338d0fcd35f25afcfc975383a46d51b701e97e3d5106e3079088e4ad0a1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:2a5319f2a9f3435ea17609d049a09e2e0884336f69e2feb2326363045ffb248a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:3f9fcc6071d19e3683c5e6e95aed954aae6f1e0a3e9f60dd89d7d8620c98c725_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:a00071ef61b7892a3c7e3ef7e706ca242d01db2137121d99b657cf43029161e2_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:de8998ebd9ea00a25a93112bf80ebfc99adecc758ade009f624050e0a8e14910_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:30a44da63a3fd22c0b932b612d8b9e1be7ce630633dd0a4e7f492f5104fe444a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:773f468a20195b1c8462cd9e64bec18022247d290d4ad4fe2c7d5c00c7b44280_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d19aa4f38b8cf5d0fa474321fa45cae5a5eb3c9c236bec5f690ece6210bfeaa1_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:e892cb3024cfac4bb26cc849a0ee14510db4f10ab595a9fd3bc81b4937039338_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:00b016c852dd19208ccd01fa71f474b3fba2b9cb69c49529b15a6442103f09db_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:69ea70374828108b32c30d5ce7886b5f10150397ec5622d96a95770039414443_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:8ea1e6bbe81cf82e200896a8afa6e8096d8d1365e3c3075e6e350ec58020f486_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:197ced080a325ee5c0e8a6c1b462a8e295e19b1afe50da3b0872146a33764416_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:224f95d6e43bdd9b61b7ed2463bbb0033af561025703c8215f0351b02e058be6_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:67a538b9b070bfd2868bed99c04e5a72e4b362f7377c7e3ba6e872830543d695_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:00295f71f5f1dc0123966d95e31bf1626a9920b704922aacee0bdd016a7da50e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:0307aebade33d8c200280e3bc0ecb826b546ff501af0ca7519a14c8f26733cb6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b4f51c2f25af01ee85a143edf7081276416bf1435c64ce2fb737f4d2cf40d037_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:3d5e55af3c827069a3ba70d22ab99c71f2ace3e03e3f90aaa08b4f782df9bcfa_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:a7d62c7f7a06afc07a674fbca10e25fc38cae0e974f8384aa2fe7ea4cfb7581e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:fca944a30fd9876c820aa43599a3eaa95d6beb2e1d43a3d5ffe101eee73808e7_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:143975c992aa1f76e99eff7b3c6d9ce89a6a28cbdb28f795d247f597954cab62_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:1d9dea60a0b64f90a2b6dbb6748424239541e2ad31db4415e8fced4da505ef0d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4c0b610f538018d88285a255c722a8fe430951adf658f86528ab3453bb8f47f0_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:db072e677cd29e500905b6ba27c53c1e0c28bfac8b020083c2c1e668a0be8beb_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:8d57d08c7b7501f14f3ff2eb151b5cdec799f7ec0004c43d6bcabbfe044e5817_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:da2c9a1c7777de82ca7a75ec0e5fc10ddfc905cdb3ee1dc15748dbdbfd156fb7_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e1eb49c0c126c193cd035f844746edd98c6c674fdfa6b822d078d4a491b4834d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e366bb8cbec6aaa79e56469393cd1350c94414200fb5b8bd5da24ecc58828d42_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:0cb69a6d2855a7262f0aef04c9bf641d95a2e1f91d942f6c0a71c74f9b4f0d92_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:895c866f671ae88e2714ef6306714d51fbbf3e534dfc87dc7469ef2f988ddb39_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e7a8e634a70ec3a9ea5e2c0507c06f9e2a3c3fe99c9f6c345c45e78513d83301_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fefba7f9581f5ccd32b34f6dcc22d1fdc40f546129f8a6e13c8ba11678e53eed_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4c3a366338492ad740dda7fccc6679e8721fddef6d20e59544f84f84adc496a4_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4cca09306ce89f9793dd978cb1dff8ce399c9beb8a4ca87340b7da9292595049_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d33b6984ba28018841f599db9e49861609cc53168fd95079587c7d0e300cfd3b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:d6511e1c1a6dbd6debb9bcdf672ab23851742bd15f5d5d03da1daa81de359ebe_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6d156ea4d01afbe1c4fabebed0babfe0b2b761037dc7c1dad9bd37956f85e389_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:76165ec2b3238cb437b69e06b12dd40b28f9db7d96a1ca1e87e2a494b9e7db5a_amd64 | — | ||
| 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 | — | ||
| 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 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:5fbeab8eb3757b57127cc9a38512cd9591dcde2d5ad5ccfb6bcf720ce1e7e5d9_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:ebe107c93b047a43e6d8c2389eda812df1f522e4dc803b4a07f3fe90434940df_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:60e838172937c7f993bdb67d6ca13b9321d872541c0fdc7f5a4240d2b50444ab_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:6568510aa757ff06a9cb59d4f304b1f53c6d99b0533a63386b40a9a11bb31be3_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:85b6590997b528f07e0a8580f4b9454b1514b7753f71b0e6054fc2776b2f261a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:72d94b63511b54ba4e905197ed791abe330d4358b6a6ab56fd150b48be0ed7ad_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:e7fb78a505081476a2c02de8c73ae6141d1b8a219fb62353e51e86e55aa0dcfd_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:417ceaba6503e12b01356f4cfa57dfef4171b5d26bececd18ba0945cea71286e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:43a4df01f2b49c2675eb179fbb22e99866774966e5c01ce0d2b383a96dea2f73_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:21f144ce0cf7831dfb4583a60a06fbc4184392f09f2d0233155b3454b891e319_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:4a1245776baf54efabbc19d94422608999652b63b2a9321cb5c42121090947b6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:53dc1499cb54e22ad237c20193d74605488fdbdc287ee0be9a2afebce6a94923_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:759717671dcb82a079a702071ba24af65decb5a75c1b149014b11254fcf3d5b4_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:1a7c4b1e78246e1abc342b2f061d7981d97e6b2d43143cbcecf50850afa9c01b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:508d9e4042137c56a9941f5804eb6a3f1c2c07ef28aecebcf448deb370ff2938_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:b199c96564f9f429fe6923858b475ac945440d4f3def0447494521c3dbb3ba14_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:ee08361f072e3a9acf415151871055347d184a01ecdbef066794fa1be81dae21_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:605cfacbe18ab078a4a53b787a9147191959eb3d4d0fca67c16598935d0b228c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:b46c9ef68bc543206d952ec2147a5e906c623c77ababbfb72ad0e17097311b7c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:c7c223caf3cae5907d8ee9941fdf6be2e05b59568caf9829d799227a347723fd_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d136c6a8b47679f86c2612c505d884aa4460fbd89b246bc97054411c0ec1f25e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:68b437aef909943a4784981487128a2600ef15bcd41af97a626ba06b6ac669ec_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:d10b44dfde3237253e89d5ffa30008f80b364b664d43ba8fd7e393c85b18109b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:dab7e5118aceefa05488b444a85a1416c8cce7d283c0ffe6d9eb8a34207f5727_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:e491a57f345f9de93f1fd453b81cd60eaf5ae645e41dfa5378e879b885c51a3d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:53b903ce7233e76a92d3c96aa83b08bbf0c9fdfc3a75eef84edc03b12ad9e705_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:dc52fc7de9a5040816cb66b95b2fd99662a3a75ab0e7e60e7f58108c2dd4e186_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5d8002d247a707a25e6ce7f778391400d008724d4266d7f31f8c434cafbd6ed4_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:90631d5543ca86259472d1e5aaaa0375f6978f217ec082f22a13aa2d48706a0f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:1577da5364108bafeb3032d5b98f65a8a19635a69f46c6d84805baf1a083ecb2_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:7a155b9568ca4b8a2ac2204cbd1374789f4cdcb39416fd75e8fc104511026597_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:2ba9b1edbbccdf9fb8c1a3749410b02e19f86ed26064db22b61c6f393fdebb81_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:92a574834f01932a9ca55bdc438179e30ebf38c9f903cfcca654ffb536a95ef7_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3b0561a80561d95854d5f364f8cd6c3458d27cfb798bf93e09ffcfab97609216_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:3c2f490bc385303411a05e4645f0fd59a5eafaa09a7e82c0e0c4a0be33a0458b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:ad844b2747f811cd716a400d5d475bfdbdb6b7df7e1118d69c094054c626aa76_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c4e3ccc7a8e67737134e312d221384f0143f6c6465ae951b41109e11b42a8774_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:9d67043b82614b0ec8658da5980d2c2692e7831f293102e1ca186099cbd347a7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:9ea68d8e444b777eeef0f55a1b385eee87b6d617f6609299fb7d9a8246e5757f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:ef65cc6226ec6b1710be66301bd40b831bbc741641eaee0a3b9e8bff053e66c5_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:f3f6c05c504b93052174d261959959b267e8bbe8fd2786234b8e9df1e97bc226_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:29d6a39067e758359c6308b7f54ecbaa2e45424ec9c54c79b6b9bb928b85168e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:45b4764ff6799ae2afdb31e158089d8475b853d8ea4c5ccb3c4b939db02674c9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:58e0b7f22060a0ab9a419b91d78340fd89e173aede2a44d63c0f8af0d61e48c5_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:b6413e64e7d5885315b3cabc65c2af82135ee649b1664976b3d300884d302414_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:37675c78d1adb04fdb4f27163531d483f35526104710fa8b065138cfa59415b3_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:652215fe0c62d957eb4389e668e8fa9a7d23f407d616f24876304a65327efc34_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6f13891d5b6ad54af44627407bd13777cb7cadf637151f70de07c817f296558c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e859601c3966975d39efded287fabc30c962e415b5758ea475dd62213222202f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:05f07b7ab2dc69a239142972fe0a6147ff7c98633d0814259f568193b684e7ec_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:0c70d11cd00fc04fbe6c422785dd1df751d9c0cd3bdd293eeb76f47701bd88f9_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:16f9c9460f2783b8b2ea53d0b2f0fa461900d913de50cd64c57aa344d623c192_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:4fed8e2d83086ed498d273665cbafb55da60277b338aa67d0a8dbcec459d78cd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:1cb5696b67bdec4393f9badd372b8a4c29a1446a9c459466c9bdd0d513b5a504_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:21b6ec1e4257cdff111b796fdf246ae0a5e417b76b3aafe1a3e6b6a19e95762a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3985fedbbf6a4263e2eced5b9b9aeb92e093fa34eb28c210ac3499246c1306c1_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:c2a0cbfef14d08054ca917d19b4aae304c45da10369903b06227417821dc850a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:22c7da1d31dc2744ccefa6c0fbcf0d1687b78a4c7e84cc434c3080eba59c5fa3_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:54858503dbbc3202a3f04e9d89d4ab18d7d4436aa646282fa218c64dbea55c44_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:7efc2af177279b9d68921d6ab4486c1ea71830703e25d6cf3a0079e3cd9e0492_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:8cec675864fdec5ff4aee7ae54f4a0baba72b09a825034323435b58376578356_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:31d9dfe363d777ee76cbc984ac4ecef31d6103e573e71734af1f3c3f333276e4_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:5e89da56e3a3554984865c528cf2a807264d5c0477f3b6196b14fd9746e94ec7_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:2061ac3d0860b3a62eb1f1bb9fe8829af99fa5c76b2245e95b70e223526552ed_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:785ed715de5ba9d48404a58b62a4a341a64b129a1078fe330b3c60d5a6727906_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:bc720fff74c37aea158db0254538e1cd0d426a178a582dfb32dcf92fc3bff1f4_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:e1ec33789ee707ac1fdb650a739956a09ead8dbf141386e9c96d3f87a3b2ec2f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:f7e78c5a06b2f0c8c86b537596ed92723c11f7f089846e2c12067770bc703a65_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:31cf5dde8f357a6c822c8b1015842e96defbb3c84ab898cf07de2c2a889829cb_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:33e2753ec502b69b1be7b4b8b7a39dd05c4bfe2c303b6742f403cfd834fb429c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:6c9f9f8a5c67f85abfd7a16b38608f52e2e8373160e1a26f2de83a509fbc1642_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:efc64f733c4acf415030e2e078e3a73027db90252c6ab061fb167ecbc04d85dc_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0472f804dc42d45c6a236cdbc40dc64bd67fa27899eb5a88d2d91d52f8aec7a0_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:943ab0a74cc0c5c0cc035bd9f033eb3fce94f788c6c44f51898363c176794b9f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b91010ce5dc5a6f743727daa556db94d565848668a4a0bc310117a67024654fc_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:bcc202a00132575469861287718e7540a6a3534bb113ab9114e3ecf9eb5194db_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:0722d3c0e903be345ebbc14dc232115cbe0acfdde4947e27db61cfb381c9155b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4687f718322c9640c97320933fe38cfe9a0d9c11876ed8a1001c8a2a3eb3f416_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:7b2cb0381de9e93a0616c0383e57e0dc341e10c3336e65a25c4a7117a74fa165_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:94bac6c3782cf6579032c7c9dabca74146753d9a44591125acd30d606d7d340c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:00ebb1f3f401d98bc7e55b0bf572f1c3048bdd3500be2c2022bc06bd9b594bf7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:9f2b27939767a1934c49a78f60fe66b0d49bf5658f15d84f490b7d08323b9d79_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:a0473826a5e8d789071e7c50331d707c71989d8fcd4513058dcc10e20009c3e7_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:b3dd9a1f72013d82276b39f96ab47fa4fb9e535b7e3a752126fe02b207eea26d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0229d6dcb101dcc6a7415595994a82d8d30716bf89dd57e6202ae8cfcb9c6d10_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:37bc34907d90c14af68b2b3815546e350e6e82a256b9ca21ac748274355e7ad5_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:669e95351964ef49724a1f5b33979d1ff8008d98dbc796920c3f9b6b38b22899_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:92f24247aff2ef4238a876a782c82590d5e3168710d6029f8459fd6f3067750d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:19d7149119ae958f99b6f6392db2693c650dd0837d3ac74f0fb2907ea60d179c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:4055b41942712db48f5f369b8b3e55cf39542483be90254b7627d29882c0a78a_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:75fbd22d396e2b6595c6f0c40a7635fa9d4f1b5d6ac5d4933f023dd24943d9de_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:da940e69a1bd39a9b86176c761d396793539884a6678b84c40f38f4b8d576d95_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:2768147e1256b68792a6eafa925eecd64af04417f5312820592160fe94c14ed7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7e0b9f3848cc2808b262855cc1d33c513306d77f2468da4c45b0b8dd388242aa_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:85fd29b83b2d13c4c08598ecb0b30733f7835805e23ff58ca7e5b35317d920bf_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:e1b15466ed4206fa071801af744b5034eccb4499812eb7949cb0b82ef826f2cd_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:038aee3986e8cae5a84c6f00a6be082e1de9870545f30d0cf9841581556e2d26_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:25b818b0231d035b7cbf76ffe196f0ae4b696745a7a800c64c1b1a24b953ce6f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:46b468d507804ad543988fbc39d2a024c34ecb8a3c7c2e84ae608177888f6f6a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:a144aecc7b2459c486576ffe8e1b72580c17ec4002565910492772e83c188426_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:877e346926401e2dc08143d95cbe06355aa1cb9e7ac5d4e65bab2574c16b1650_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:8a43ce551d5f4cbbafbfbdfc2e9107a145efc42fe15fde30c9f8848103065e11_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f19c5415eda87803232247a7e87cf6c7c7ba6af8069fc6f58c4fd0c9208dccd2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:fbd9771b4668920c575651977b22cf3b19f8adaf6faef42979563b5f787a15f4_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:192278869413b1ebe0a89d1b89462acb607b6e61a850f4d1b43fce3390ddc3ed_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:32f73495472a325f471565c73a6013e2533f01b8ecc889874495b96bf173a002_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:a495b2d95d5ed53b191bb20d970c092d0232e24a9a96e379e6d5f668a466d28f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d4f2ec7ccf4e82c5b1d65b1cb3f59967612b720bd73f13fa85bbe64b1deda857_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:0bc41d42af3a7b36b2c990dd2025eaaaf856de81919dcaf88def48899c24b0d5_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:2b2cad9cb75c73a3e047b5fd0e6f3913ad1a5a9a784ef91e085f31ea2a4e2344_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:66b0eecccc33f2ec172ab14338d8a7c5ac29fc8bf227f8daf43e5dbaa42599ba_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:85c9724ab15701d9556ac1c6dc56bc7341d13bcea28675e92bd27af49f32b4ed_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:19eb5474091be09ee1d942cb8e460c63ff6d5058cef5c58634e64515d71f500f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:69317fda1e59ce290127bbcd6f803ef8e05271cd38f218e1a2524c2c5ea970cc_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:880cfd9305e0d8d146482271c7ac811e733a9496a2cebf813cd8853af1fa9348_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:e5642008ad77b17be2b77b4931f7477b9d91e89aa886679844dc10c9e89f72d3_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:482304537ad07fd313297b983c02d11260cfd522581c3e85e5642467a1a92437_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:757aff315c0f00c6d0b04a8616e51d33e99bb986b267fa8e655d84f922716e1a_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:7f9b1d7a0a59ec662f14f5858a9e104bd1a0c6d6160c40747ee6235c9be12991_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:fe1be1c404097d5eab390e7a84bccc83952c1dfc94fad699bf5ee2eed10b127c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:1b44218a714182f0b1ea13945319a16365b64ace2a9c9ca7924e100c6e722c88_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:4fcf9213936fd705b34abf8935aab4add05cda8832e7429d49b958289661248b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:7e2c86e1989669895c80ca3b53ad0b8c7d132fed047f2c2ff0686ce1417e84f6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:937a93b7fa98c87f851a3281d5f6722ad9c9a6c2486becca29d25eb82c7840be_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:0bec42a91a1cd97c9b3b0cca6c2f36384ccff18d8b8edf6c0ad17cbbc23e8e03_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:e07852a6e2a3d230b643429ab61f760852cc59478d033e9008f75831aa21299d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f01d7e9b5244335da7399fe554f8bf4ac1ee2dd8a49bc62fb701901f5132c837_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f670d24c8fd3b63a4126d7c1922450cca5ee4f2541e022e307ee4518a7a3466b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:05cb16edb44301a6ef5f62dbdd12414029d6a88c21bb9ff27f87b7a73465f03a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:994de6ec679cd81cf10cf6b62f506bf7465dea34d33307518ab98469c012a0ee_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:115bb0e3a2332aecd72943e059ac5ce92083e50236bfb6d45ee142c7ecb8f747_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:61207655dd9ee0a3494281933aee58be353bdb1e6908eec885c22a70c6742af9_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:992315ba00a989746276ab94ed5043740dd738ad84a36b97d8b913b0fd2844e7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:fc2e81ca7f613ba070ecd198fba8565236259df84180d786d5ad5aec603214b4_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:2515d07cb654c2369726108740ef88ab88ca2df141888d6ead5d4f24c7bf870d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:3b20b765fec391f4e9801747ec730b6dd15cd9309b97014bda60cd6208e8762e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:8858f786618002b636d5a88e8d5efdfbfdcac3b49de7eb5f457b549ed89e3d87_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c8d3319fadd7133213dfa44ef0f2bdbb1d662c05f389eb97afc0e27e927d2f50_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:06bfd255b7b6652ff619e4be8b70aacfa2b4f53e784ba6eed1b4fcffa1c7c175_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:18354009e2b7ee6cc4c60f1a709213893703e93a24f6c31ee02c971f5db5e2b9_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:57e9d7c7659a3676330619ea987d71e2e111a379ecfde494e59d00faf2cdcfca_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:8441acb50a215494df3712738dbf326a8e20bde6c7d4b85532b6b1ee47b77dbd_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:240b5eef6231fea02a9f97ede05a66c7b4671bf7556aa42ffd748fa60d7839a3_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6060c506d9e7cd40824e3e3fa454f38225ebcc6c9fd3b3f2fc551d266ffc858c_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:60fd148bb3d2e29caf35d5e692172cd674db3d784c88a65a574f89dd835a51fe_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:e61c467cd5af4e3f8e203aa60427deac7e7280d7c54eeb56514f2189ce92f9a5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:41562502b83d00fdd3959c345b409ba799e082b0cc93dc93a2aff03b49e0bca8_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5a1434724832a51f731d2c48887721222e00661b7f452d8b43eabd28b944871f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:973f52c04aa22b24361b48353877a66efc45b2a7732be2ad41a4eebdb9461b7f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:c048265b6ec086deea2463f4bec090a6277008dc8d31b9665d59eb440fff1e3b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:05f08f16f313fe8cc043aa6e41d3003b38bafa8ab0c1eef0020afa22bedfb1aa_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:7b10f11eaa53fe8c7e0131bf9649ca89fcf74cf60bf680b07b4856eb0caddf55_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c27fce9d38e875eaecd0955c04bba0b6b77ff4ccd68a34789878ea7590221901_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c3570d185b366e8bd6a699021421cc7ce87197aebbd4b9d6152845005848cc27_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:1b4ded12e671f0082a24cb385a66c6e56eab78d55b43bd3fefada697a172a65f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:26314684fc4942177ad2fee6d2c9451240d37acc7beecb9342241cb256d1c7bd_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:92c6c4f0be5562d0850d4e160c7f0d5839ed9837c5165ea7611b5d25a4076d3b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b64ac827be7028e9ddc51877783f91aabaa969d3937c5b2b8e38cfb50361b71c_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:1e3de8133f59c631d44741f5397e76525c6051d9da07d0201a69c66f3b9abc2b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:8d9b508a04d24b58be1abbdf7cd763f25e0b923da4b8b19f5f4b74a7abd84aa5_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:cba80b23606fcd481fe3c0923c9718331ab6ec5a217bf1efdb49e5c249e71a44_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:e2a767a17d1306f77c595ccf80fab724f18b7cb27253a73435b5ff689816ea8d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2016be1cfd63077101cac12449b0c7d9994ff53c0fb94d1af5487d3d5111f0d7_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:39c89a6f95fd32b1467d321e17342ef5abe41fd1ec5c7c081bce6929a703d05f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:7a5efdde84c243905754fff0ee5f92030cec25a287c6ed4ed25a4dc1197d9fe8_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:861a3b891dc2932ef33b3030b436e225ef6fba953c6b98b6ba855766610eb56e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:0966fd9d5b1dca98150586e82517006eddd4cb843863dfc1f604a4f2feffcdbe_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:211bf6a6c469aa4d6ba54356a1abeb0089a1509f5a8fc6538c9a4c6c464c89a4_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:7eecc0ed53c3a8ef7c85e43978628621ee2ff9082c33f6d4fc632c8f4e4eb6be_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ab0c1baee7a4df457bd2762b478374fd27bf3e307d3be6c40b529cbd43dc93cb_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:459d38d476d5a9dce20b92fa750552d93d4ca15b62a725e0edb9c55e0e8d3f23_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:99a129587f932e5024cb9ace5d97b0416d9f4654e1db0f1bb75c8958ff004e98_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b80fb6a3680498af03cd685cf2d9e0ab7f2a25f3cfec1841752eb1eeb1c7eb31_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c0237a3bb7ed420335b52fa1d15f8df0b0518ce4e792461edfc9ebc9ac84947c_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:26a582e70c0d926682c0f532e0d7484e410ecd2dc8dbeae1180dfb2d1bfaef66_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:4b6aed0e4f0f8f0727dce40b255dc1b4adac7efcc28831aa8eaea28092629523_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:be7ae0ba03907b1c97f63f29cfe32af91e3ffdf0e53a20658f00b5b52aad6bb9_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:dc3d27c31d9ce250093e167be5258d4115f42e1624c65d2fa7972ca986d77156_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:2e85935592ac8cfbd94f9c79b89704ed5a23df3de13a96cc37069de3d2d69e83_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:31e9a045463251491772104d47f84a54cda89501c46e7d47ad9be9fcea82e198_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:5259aa46d4c4b6550213037b3adb348e4b2538def63dc428db399fb64477ec4b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:f1cb17e99cf1e64bb3eb89f8bf3ee359514bd1cbf4200ce67a95282e6ab8bcc1_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:374e6a03de15d0613cb04d8445fe640d6f3d98f3dfcd9cc6baf5d03bdab91943_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:56ea841a18c76506075eadc2199bb074c11a7742225d97e39159b30003950963_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8f8e310e070cb0c5394522604fc4cade8e5bfb031e2d0f35739211763c9e0514_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:a58d0fb14e5d80c44aa09fda04011ad9194138798a1818baaefdc054bb40ad6a_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:16daff0a68e5ba1ef5592c29338d8cd937aa7ea0a1267e116aeeb54ed63e8023_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:1983bf66ec107f09c64c0c561f6fb9c1fda525a93cffc7071c1cb24c4f8b3ca1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:6fb5a80560e3562269f3d2f2a5b0bcf60a84120f4bab052a12bacd0eb8893819_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:93504e888be1bde3cc4b9c86a1e03d864426743421b74a29712e651bf1f1582d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:04cba22b84d152a979e3199c0d85185975a8f42440a55927e84c831539b1657b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:0f24d5e3645e1a80985c30f58103fcc8c027365ef9b75ed7d891c8bf77c06699_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:8732b6466560ff05789c8c3edd2b35b2aa12dec2f48383e5d0d2d38f2bc83bac_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:be57cfe529134d4d8484088dd9a2865786d1bf13ea52d5499fbb8335d6ee5644_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:246f3a38cbb1779c1a629f617568b2f9adc86ee8f96340f6b09b39951935dde5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3c49d41ed0138645fef328eec2f9a3f6d7a60aa8e235985e205a3ab99cc43a88_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:49b865059fd0319d2386682ff77fff64fad925c7857604b66aa450ad8641aba0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:63f1ecc01a0c35147d7e94ec4e5494e447e3e20e6d97b9228f1bbb36507ed3de_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:2f61599219ee63c77391e05d2e02a8a5baae1c463d0ef965c49a5c470546db90_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:2f90512ebce8e7f0ff2cdff5f5112c3194deca14dc3bf5d3f78bfb90e34c196c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:ac1a88f135b630ab3d1d61e25f45065f703abffc94c3d089a6023fed2f6ed28a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e0801a829d447162a67480a29e241355c219f62b4ada2edd09191894c80c39a2_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:2fee6a7fb9346e43175dacefec52fc406437da7b79541467679957c231a12fd7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:f29e4324c9c7e76239ca74276b762efdbb3e9f8af5647147b3d18b44466a0da0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:38a716f1621141dadefbf9d0cab2120fa0b275ea16c5198b9f14219bceec3e51_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:a5199d36f6035bb13f6b0fc94eff96f09355d157b3b7bb5d0ade82908757c80f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:184d4c49a29a2dfb0a159363116aa9ef4c74e6ff1399f86ede82110dca8d1141_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:a9c872c9ac1077e536f93d9e7b9d73ec20276038f47f8d91b7ffb964aff7c34a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:9d6a20502619887a6d578b70a48d5a8c3f7e1c3436cc9fa22196c3d0cc453da4_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:fad9746b59e8e7c88f532b63fe891a368835b588eb5f414ad68b74900459ad54_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:121f14f1c73308787ccf9e95d16d26c3bff954780cba4adf94e7ebdf463bc652_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7e14a49f24c86cf6a456272e9fb99747e8b51753cbbf96a3dd336aea41ff2402_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9bbe382acb89aab221154fb81a54d756b527832365ffa38161da094f0d9c9589_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:edacf064701bf16f823afaea6a966b245bb93c11c6c74ab0d463093d3e12d175_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:09b797263637cc02198c08ff9bb51b427f2520b10c46e82d2c96a238bec0174f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:4122f6a81891ca40187ebcc8e98a1331953720dd1718253c84be0a4c276685b6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:47410bc1dd3657efc5c95767f7be6b75a9fe88af2aedb1a101d2f4fef4775bf2_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:be9a4ebbeeba19489d7e841eebd778840da8b7d54f4479dc858c013f3cbf3c11_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:6363cf77e8077a3bf63815461fca21e19fd7b9a44e1871586109ef36df8f7333_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:7076b9607fc23ee1166c80800f4f228319023d9ecb7fc3130e92c251e176127f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:dcf7f54ee77e8ac7510c4f78693cf31c9fb7ffd399d99b36d083a5925b5afa64_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ee8edf41f50256ef2bb27fcfad6f8a8f4015bd8c3b40deafa2b71d5e047b607c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:375e25639b25e1ecf2c86bca37c2883e52c4c8750ff6296809acb0bf555d3934_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:84effa3f6fd6c600a76e08daa5b2ebdc6c52f228b693e87d9c25666c18626c17_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cc33d3a76b42f606190ddfba811c9df7d4d4a55ecd04efa66b79ae59c1b52348_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:eaa486e48b0fd5a0f64ac2cd0b5d01678cb485338ce8f061e3d2613fadcf827a_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:1297f73a3beaf72e149629b49242e344615aa84b55f9ca2e2b39db155f11a9f0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:75e2eb283257ee6e3c23853665e56c594687673b5c61cb17a6e14e213a59092c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ea2a5e55b97defdbc8b30f8d39e1c3091868bbb21cdab206e8a67f35abe9d15c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ec081b92b964f957d256ce3c60f677ad546a5c8e961ce519ab4de6fd9f288167_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:05c43b30b4364e8fe22287c096115958056088a16e202accb4ac2ddd352481f7_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:157885e4cae70e7f9a6f640feb9511afbe40e113d1b9967f8b0d99717685148f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:3c2be9d3a55afd231864c13f902b6ac256096382cda96fe085e52f35d28f4d86_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d1ea9e0ea374f11001f5d5c8968504de3d91063ded34da5639297da26f0e10ac_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:76934b044ddb1e3a271a36e959cc753f2abc5e7c546eb3c172ae608290e314c6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:9940f9a06034e9abface21440655643bff956c78fab188940292f53ae3697294_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c6ebe0150508463fcf022a2913b3ad955ce795b23494570c27d4a05d7781ce34_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f6b3bfc14cafbb461f1a7018590d47d898d8b522c6abfb00b1a6c5995b9e8532_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:4519833d863edb9decbfc3a3a50a6fb55bea133e46be24d4be83b57ef96bf3e9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:557643e8cd66d26e01a23f301ec87077a264ce8af2d4cc9cd190885bba801387_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:6f6710674d1cd0aa9dd43d62aedd9416146ea5bcc126df22d639e010d2d3469b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:d726025594115063c26a47a01e54b29955b3365edbd96605bf294bdea4de80a6_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:0a5ddb8d0f4126d4eb9656c71d2d0806cb68d18c8fb4bfc7bf7d434604f303c9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:5142ed93158b2ddbe07a8203395af17367cf2ecb28d3fcdc62bcd6d0567d5f56_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:72d6df0ad0ab977b7ce592dfa8fe0e969d662507aa250504f96b507f7c9add69_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:f1374f320a6851a73145d5f81300ed2c7cbc0c8d41df10d0338a66575c94b207_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:07dd2afe587f715e886430e3ff7102a44fbdde54c7dbd790d05b5a1fc6588bfb_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5a308b0150092fbe96c85971c537ca4ad110eb6e10991667ad7b497c78598aee_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:73707b8d377cfeccf4c0183651163fd0712d43ba980d557726bbfe27d2318934_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:aba06f5a0b8aa3213314eb5205e82dc95306a7d743040bd59eaf5764221a7cbb_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4c8cdb1708290dba397c22092555aef10fdf37ce9dbe9f453f35ae6a4c1d703b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:4f8bd35a3f305a4d4b0760add7841803b9a1924a8ad0161a29d67279ef417cbf_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:b74ecde5beae93085388b2acc80bbbb797f50930e2885d102e23d1323b1d938c_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:eed8315cea7f49686f40eca528f491d9adbf0312dc0143e0a7362b9b6d473fe5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:0e9a172bd6f0bff4d678d3ec50741b8c60b812d29341b7db60e6e9b978edc802_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:26312b2bd3ef301b5374b211e376bf68dc844ec0cab4576beecefcf9cd574800_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:e7b5cfd787a4ea2b432a36c520ee6756dd8c3fe9b2ca0fce2509657144bb488f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ecbfd496a3252e3dca6d2177ce7b162d970f7ea7a5f22ad3712e34d5801fb26c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:6f7416a2854c9e77d8a6924b2f02464c5ebbbc29ff2ba9f04c5612a29f59b4aa_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:2084268bf2649cf2b08669b0ebef57d822121c7fbeb983445451478cc713ab5b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:4cb0ec6a2811406c0c50b71231a465ffe99d5bc9b44d438becac9ad7bef361d2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:25e1ce9e2112ed31153df518f33abfedcdb0fa3a99eea4cfe57bb6d87efaeaf0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:6f7416a2854c9e77d8a6924b2f02464c5ebbbc29ff2ba9f04c5612a29f59b4aa_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:2084268bf2649cf2b08669b0ebef57d822121c7fbeb983445451478cc713ab5b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:eb9cafeb37d7e8d1aa5a9c4312ea9ab44c6633d257883e0d2a52eb574aa03924_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:7bb2c5397a8400a409da7f0463c6891dc8dbcc118ee052f2d4ec0c54c4602544_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:61ebba409e97b25c9e124c5444042c6fd437e24a8deede1299eac5ab4e64882e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:9b024151810decc408d62b705cc943dd3a1bdc5bf869a73a72be309d90dd1b18_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:baed122f506d37045203050a9e8c2ecfff1ddcd33547a921131778d4f4846af8_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e8f97cb7d36982d86cf06938b1474ed5362c2422d177214eef95e364143c6e61_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:326415144507e3ac25b4c9eae192823738c7f071c0a0a6b089dd9a3a10e0ad88_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:6ceb204fffa7bc686321f1da8b2e9b04c8538ddc3fec6d055b0fe12d7d3e6803_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:b02a48755056e9c51e0cb059c54185e0c3fbdf68ff208899cf76d0cd6ecdc7ae_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.18:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:dcac370e01fba59008a758c4a8a9959279fa342bd117887fe603474c91b2025c_amd64 | — |
{
"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-08-26T22:00:06+00:00",
"generator": {
"date": "2026-08-26T22:00:06+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.16"
}
},
"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": "2026-08-22T06:15:42+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-08-26T22:00:06+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-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@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-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-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/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/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-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-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-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-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-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-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-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/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/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-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/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/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"
}
],
"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-08-26 22:00A 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
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:4e162e1a6c2d248d6d01455ce1719e483272ba5c47be05879cabada85eee0409_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6019fa215ce1ee89007db13302a77f98f5cc8b002eb7d3a22c5589366889904c_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:79e32469b14046830913237a135378785a5e8e38f62caf353c5d8bba88b46383_amd64 | — |
Vendor Fix
fix
|
| 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 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4c2be5adf17a21365068679588a9c0a5f93dff65eb8fe91ba50782e93acadf68_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:51b891fbe5200cae63f08e3b60f5427b7ec53137714ac07b99bb60a72c7858d0_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:b748e4f9dab60b5d63464a19cec664cb69fb46cbcd8b12f2e01df3058f14c02b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:178dbf9336c7a900e7d0df59766bb98b432dfdb31c156392f7ec6be92946eaf8_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:26307581fb6189044b327bfd287f6a63bd295a8bf2f460ad939c619bd91dd75c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:748fbb902003e16a9c62d9a0e4112c324efded68c002f06573e93e817fa9a689_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:80c8e0508dbc58ee4784ba2a3a3ed54fa2a5de05a83cc20ce23ad1252e10efc0_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:5d7674c04dedd8d3853d8a8c4c4b8f556c3d51cf5a84c79115cc43311270528e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b88063640dcbd576b4899130479fa208d9aea219477f1e767705cbf566c0501c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:b95243e2654bccc5813a6b14b5869e0d8dc14337c8c0024aa24ebeee8839cb38_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:d3c6afeb0ec7d9a849348e29c357dc750f9ab4523b415ccb79ccb0f803b88c7d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2bbcc013232e41c7cc0475ab32e3305d75a805a884040555493f0c6acdaa68c7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:5ed39885d1369e8df7bf5784dbe24646887f00b1a7f2da1bfeed2286f699cd67_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:84ab8be63602014ab39a57470822ca63fad404ce50de8ecd1c8eaddf77c3875f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:962c498319a0f54c69b43202b3f771c0eb517b284a69b438ecfeccf19488abd6_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:0abcc23111c4db374cf0839f75ebc3822eb68db2fdd50ac16e9cf48bd2cf4dbd_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:19e174d9f0dc9a70275791697b17717e929a391c52e3764f9786307e3cf3e68d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4ed09cfbc242152aa3ae9cce14e3bbc2a229ad8e569fefa0267e7f3681c7cb3e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d41a82ddc31d28f657b55135871d9fed3e785c0e0c08e74e8380efc58996a794_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:2446e1cf1dfebd6b7c344f3797166eaf0599111ddf9d2ceaeee7285521932ab6_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:3c685e64d928d3b1e1611ed67655a4d2b9cdb6c54169cb9efab05f1c4170ff84_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:8c54c5206117baa5c593159b7e86900deeefe3c04838727ee44ee47c7930cab3_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f4d9e42b57be375b79d844333065414b9a5ebf4e346f4a21212bbf5103414505_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:44b9bccd9d144526964dbe2ddfc3d4da09283546b5b796037163f83189173963_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:4b6c522586a277bc7f241b9e183e57953e386aa230d654d0a9b8a6d60315402a_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:c012a6c389923cc3e2e27a2188fc7e773563a314b03ff1044111fa57c7c52060_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:dd075b0d19ec6ca7708baccd6cf2888a135f15596ed5f832d5de9ef5d318a230_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:026a432f50246f9b59b8886d3c991eed59430a9c6d70edaa02c8a109fd2dcb3c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:618de4bd87d666cbc541dc0f9e48d4dbc6e31fd009f3623e0c1ab53b841f24bc_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:86376304abd9abbd8e07ea7a12019e5006f1175d31b373758aff9f349eacf9d3_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:eef18b12de40ec5f298ac93b2d937c549e2fdfa4d1878c97ac1743e1fab8a647_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:0211fc9a9d72cf0cf0d6d13bede9ae2a3e981ce16b51ace1a73374624b55e520_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:060f89bf5db69521483c2de542345f66bfecee4f2e16dde688105d14902778dd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:5a9e6fdd71cbf6ec33cef7b73660e833b30315b99d438bf9cda90a9487a209b8_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:ae7af78416f6adc7474c4a4795e945a3ee5d30ece5eb13fa6ba657d4662e36a4_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:158b52c05296afeebacdc185f55e3a21d0bccf5e28dc34cccd0e15c9aad9b899_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:4ab6bf19eb26c38b5936215b24bf24f9b0923f54f0c093fec1d586c579ea926e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:83c7ee2eda48795858c15383d74d768193be72c55ee5211361c03fd658922a9b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c41a3480ff4356b965cfe6b913b8f632db4dd36eed3db0d2f9fc0d15c0ba8072_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:3f77cdf454f20bd06502fa1f9f4e8fcd4a94b749e1c390af02c76127562c9f70_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:5310dc081aaa782d821fae478c81a0b0e36fc9ce5aaf452db17910a397363d94_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:5317efec6f5b3b7b3f227e49a4ba4b35d0f03b879e8d4f583d91ba138052a30d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:c98d64f400c4ba5986bbc451c9ac9f5d58257fe54e13d495fe94dc482a273040_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:067f5cc9c6494aa605c96811ee5d1783eeb13ec79db86ce5c63e3437a059861d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:a3c066ae11a9fc509917a834f12c04e6960abe67bc852aef167b0ffb84364094_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:e02f2fa6c7063707e546ca293a9661101d42bec5dfa01d065a5f3117d30ddb73_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:f1aa61f0aef45937c3cc5ee97a06aacee38da617c594c27bbf73c05e7921d82e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a02c71fb5398f4ac5d5549d42ae6a3a5fc78a978d667efaa84de1401bdd7671d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:a674a61556339755457ffb1c2fd0bca13a1e558d97d8c73b0530d6eb2987cc52_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:afd43b02aeb8efc9ac0d2b74502a83abd9f890758d2aaeeb36c60395e5f3a8c7_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e946b112ae40f94eef10778375f867958f5523bdd67a8da8a175159c59f8fbef_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:2bc39a6d9231a787ccb85e31e83d79618e9875583908640efa5bd840d415f45c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6e67e4c019b1716fa99ee84a73f802cd9e6a2cd396ebf36f080d96d3fe8593ac_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:dc8e8647010be1d1c86fe8c300430fb3e4c2ab62e58f2c0e4d0d05ceef4f499e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:e6e82cfdffce21c15b34d3b63a7f48e4587535a103e6757582b0dfd8ed2e9f72_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:2ea6a78a32e9224c1a7404c3f446b85551a65ff60f6c1950f2b906d85842ae8b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8b9e35529035296ba9c6473f1cc59682ed018e560d7a34cb7675fb51d7325e36_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:ce498013dbc024929f13e38eaf4fd7526673915d0267a017e323dccaa5b974af_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:efaa5c62c92684f261d63a713cb4f2ac7908385f34daa503d1263db7498d156c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:4e9687da80260c1a532974a9253d18287325e4a1de8d876ff4a5c8d03af36d6a_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:668aba41619b39c86afc4bcbd0e791def6d76c45eb6254e036ec5691a0c73ef2_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:70440b92818cf68841f620ca17614d20de3c41a38483cf92fc6ac0fc2b7df587_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:83d26849f0b32724c567432efed2c26babf428a66ca9d2d4a2855519ebf99b7b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:7e5bb9627464c7e4f2595a6c774bb878ad8b11c1c110718a09336b5f5bf090be_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:2fbf7b5543c5e75cfeb9269ee244caf63b842789e30a3836faad1c911aae7d8f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:93088b8cfee3ba5a12c50ffc64952cdb1ed80fd6c720cdb268059a7feff1367d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cc359a5f25533281990787d95381b4d9071e6d3e73c37941e52bdefffdf4731c_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f28f7a49c56bf6e0a288ca987e6b2b0a9783c38fa728e9139d87099ba3ce2680_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f6ca52f08cefc284fc1b3e3ac03b28bed7354e54c469999df4d54c9490f652b0_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:5d5055c4cc2895278a47c82a81f54bd60be7b69150ba8bfbbd7a182e6a060070_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:642a12b6d85a1a3b05b73cc6f781f5df8df3b37c8c1fb2efa3257ec6a756d8e9_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:390309c5f88726325440751b4161e32a0981f29b992a739cfd6cd75f85c89688_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:e91b714b5bf09668ab90686ab656c3c4ef132bc87b2c2c926e845a74825ce0ba_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:24263c6d87ba5bde484c41ecb9099aad38e91857a565de7a3454758eee2223bb_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:88f74bc524f2eb4b3145e656a13e762add7b337fa1fb22d20b886dd63f5e5c54_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:385fcc6bbbb37355bdf61d7e78a319261ce51f5e458989ab170579af5e28ef5b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:7e7c9c91152e43d8ea735a0b5619bdf3a012d377123b949dcb578a0494ae0f67_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:d2ebd12196668fb1d6ccf9c9b61fe8bfb1ed72e17085ccdc2baeb6eb57b42a19_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:ed52f869209746e351b573b6f2cedcd939663125cb6ed60b418eb4fd07a0c50f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:610d016920100a8d67066bf626062e5e1aaabedc9a4425150633d9a33e0e5597_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:c9c87a0f1060bba672dc311595f804796d151a7d4d3baf3b2373e8b16d8e5afe_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:1b9b95b2737e68e58918ae92b7a18805872251ec033dacfb645b31bf3ae34e0f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:b402bdd3a72e8b9504ceaf052446530b8af22bf0ab49f57b29654275630b21a5_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:5193a6b5d9e8516a2e64807e53d0a9de954ae89bef97c6cbefeb4173d349ca4f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:8fd2cf3191660c62046f230a0f7929a07bd5ccaea7eb8ade04083788b1d733df_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:02397dcec3c5411f145cf77d4d4275536d127b869221d2e3aa6597b4d9f7519b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:4537342879e444a64ddd3e03c7ed5385ef3947c88b5990a99bbf9714f00765fe_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:0203f48a2e36750211fbb19f589e7f264367a8032bba0a6f8da166e488e10852_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:2a91dc412a19a3d9574968db9c166a7da1435075510ac3b1752e4c7153e2b89c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:0f71c03ca7aed444fefc4cc0778eb12594c68731e83247f847e5a46234c725a7_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:5d8e48124f93296a7263e518a722ab9d80f2973c0797b114fe8a82dbb389c754_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:14bee59aed0f858ad25828853b060e6d8eb9c0c0a401b70483ca4c3e8fab4398_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:8375a167239dfd959e8d69295d4324624df43da54a14339aabd9c687e75e35ad_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:1cd7f63838a305225aa2cd86d7f4cac3cfc3b3e83b6b517e2adeff680533830a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:f8153d7ddc450f455d8d7e4f18e14d60c0da16f5ee1ab2fbd0d1ac2097229f79_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:6bed0005125a711fae9e1ac1d25d7ccdb340d259260d42e5abefad8d2adae092_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:82055b33e9fa971ff5757c38197a4763f177a3aab72472c0d5f21e09485101d5_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:9198703353a0c0841d7a5c57aa7a02cd36bf9b4ca6d555d24dcfedaf8bfb6a6b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:bb6772920a3923f6062c1d1779c2e35d601a5ebc2880438fd4a0886e71c68ca8_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:119cea3936bd252b86385b69ada915271e23068d442f409261cca5d423aa8350_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:22e1ff6a3f337118511a8fc5c6f79434753e26cd3596ba7ada8eccead08a24b3_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:3547b71714112c08240351de8b53c1d88e2e66282c5c8095f0e61be4d9aa9a11_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:451b82ee1996e523fe0129e624cb94478a37a94992b5459c5cab3cb2d90c414b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:635b263b7962877e820b6a7541d610c9505ee48c1d8d953362c98d25feedc1ca_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:8c3c2e3d74c6a38e81521cc15ca5fc6dcf87851e971b1697f05960eb9ae25bb8_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:90bddaad380b53c0f49d75ff0d9375c3738df71a22ebc7e8333bdeb229e1c7b4_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:c5f143d8f70972c1530781d58128844b4f7ec1d4589d6c8493ebda174590c9b4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:0e70ab8f2ce0c4d49d3fdb27c19e45f2c44f63e56db63f24e78b8e67a1779e8d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:3f90889c5759ad3883b0777ccdacae04d1b3a7a038db473e89df1e610974637c_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:657408a2bbdf7d2f5d5725fefa8b7ca6b1802850ffbbce844690d5e2cf26d753_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:c83da858a15de8661521496d8eb60fb4d5ff6f17d25f3a7c15c738b70ca9d9e6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2f2b9ce14c1939765bebf5d20551f0e1e28a624769b350eea06e2bff9e6c3a07_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4b393eb77c6482bc9836541af5f49403ca83d7699f9b98785a2354936c2e21bb_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:6591ec27616ff1f52bbe9deabe575ce14e251b7de7dbf7f06544df690338342e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b02f2ca9586cc43a55d9162e61fa4dcf41a91f3d8e1fa2fb04b11608d3f1eca0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0962f783ac298a822cf0fea22826380598ebada67b1f13daa31e5a1fc207bf16_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:0ec26bd396d94340dfdca20eb71d1fd3dc511216dbcc7dcd63140d99fcccf8cb_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:63ac584967629a75e0a4e9f72268486587a43a819e0ac2ae2cc1e249ce3661c2_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:ca65dac32211ace4f029c76f4b1bceb10b7a4d47d3c30decdb148339142792d3_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:260198892e2dbd29587e5ff902337b780c3a5e4c4c224863ac2a2fabbe1d6998_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:4f4d82ffb2bc37c23e76ff31211deb8dd21f4c073262413af77689daac277729_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:b1f87d66f0a092116b58f090c3bf12d0805e7c333d49c24724a885bfd2fe8dae_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:bf49480a7d73ba95e485011ce270a338f3d53ca43eed6414d88de382be3ebf94_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:83a81b9c3369dc97fcc04836301324aaa9045b5c230560919dfdeff4eaa445f4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:8cb3d1f7d3b8977dfa89b353788ca47bcaf1d847d702baf7d8ac9f1a17449529_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:cb4c52bb1d29c7a9661cf33b8bef5d97d3bdd36788aabf3f436b1de9579ec9dd_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:e7974974d4c1349e2ee29e6aa682a789fb6ce3688eca51a950f73f85597dd4d2_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:164254f12838921875f9d8032b903947bbe08cc95acaa8749594451f82d19c52_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:1f696c398936cf614a83062a8821be92c12d17dcbdb382e9eaf638dd8fb723bc_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:35e52684502080ff8ca0ad5a2f40d94d81f0ccc5ac9b4e08a4c44838cc354de5_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:b4f13b7b5933664179bdd5ecfabcf5c761928d3064d7f2ba0edeee9eec3a6706_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:02da65029b4441a2bf8bd81c7a1123b5023c92a508282344e207b3943a96e13f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:3916bf0f4e7c9bc6d6eca78d598a1f77f40d45c9a562301ceee05d37baa6997d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:61052dba514634a9ad1ecb5135eea0904866288d5ca3580550028ac9e0c6c29f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:fdcbb81c364c2ede74a692950d3edf4633d664ee364e8d4e60f07325469caa1c_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:14cf3086d1c9a4b17ca665f55f27f0fe9d1623e10082ded153aae9896a8ae8e1_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4f80b55d3f4df8fcf10a38a7fd7a72ae2bee7bd3c7fdc27c631a41755da1b35a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:86cfcc579d9997dfc8ffae60b8e28567b23540d3f3f5ffc2fa3799fdecc68a06_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:961ba443b11666289efcc9d7d7e4fd6775cbfc5069a5241f7a217fab17e39d34_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:861c7e24dc3f4103b59018b89a0d6a11b500034685507effbd5a34751f7bdc69_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:8a351aa5b07ac071dd556c50c5994f1db7fd4bc18b54fb31357359dc726c3ba7_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d64bb56cf2c9206ab3d6c7cbabeba177addb5c13c9418313e7708cbdbb5d10dd_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:df49bba5ee465218893a7ddde44ee56793f2c172c9418fb4369bab8aec134664_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:2ae3a20f9474fbba809e3ad5e33641daf5d1c8527a727dfe2b0167844773276d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:3a19969a1997465b46df6c6fe0a00846e12fc35ea518dd50f64bc3bdf20dfb57_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:61ec2175c72ef7d2bf7c23c1b422608816d2ca5fe115f69256aabea113d388c9_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:ddaa4c080351f29dc5454ca48c660962fd270e248365ebe2487a07ce590ae743_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:0774171db8cdc7fa5ff04c35083322a8ec2e35f0afed3dad57eb5ffe7f7a8732_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:08db449ecd6848b3c3a976b63b27683ac24e3f08818aa5b1cd9793d99ea43719_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:83b7a5f4e1d24c62f3bd79d57328b58ad97913dbd5d9ccf5a9b9ac45c4914d59_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:ab6586ba3c210b11b8b1bae01cf012a41bc7a2d19dfa3a22e47258497bbb6e12_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:2ec36f135e351bbe0c885bb9e939116d93b3ea6b1b3d159ffbe28719d267ccee_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:88bf2e5ad1d05860ba33ea82300ef1769272e5a1e13393fb8a9643c82a69048e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:a43dfbb47ff81e4c6a59f9ab5f765baa4e5e7e85c99d55f36363411116485d3b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b1c1205c568deed826db74124283502323744e676d5c10ad11588fce5843aefe_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:131936b52c5b2483af6fbc458865950c408e66a89250ea86bb6dc835246bd11a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:442462ce9f0e1a7b44c9f42e308c80a00d55ce62ab665a9e0feb8d4413429cd3_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:91ba50cd329ffd5afe918a619f934d8dd4965f14f1e8f51a093a5e6abe85018d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ee9a0feefd153f6e8833b4af3dab85548b00e24c717b4bdba1474a48153655c6_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:086f54f4f3802781dfcd34925b265a204c4051cd34dfa20c74426528f0b16998_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:2243a73d00a2719aaf7e72f887fff0a8300c851fb59a17979fa95670a73235c1_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:721e646e3d9e2fed3c321a8946bf36c38802af73a164db0073fc89bd360458a4_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d714b7b3e3d4f89e3abd9fd49739e8a165ea2a3cd61bea261d7d1f41c6a73db4_arm64 | — | ||
| 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 | — | ||
| 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 | — | ||
| 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 | — | ||
| 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 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2dfe74f2df6511980fdd45a95d2b9e88c77a05c641e5425a09db6e02ebee67d9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:b2935ca980101a97bb2645dfab0395cee85b2216c7f05dc200038d6e6a4eaf34_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:bb6f5316d5d97d41917fcffcc83846c33d56cf38d9275ebb26c535906bb0d428_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:f6177156f0198f049ca59ecc953b595db84ff677e52e147f2ece1ea21e02ee26_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:72ca51736c46975261d76c9f11d8b6a40a5b470146ddb761ca5972c87860e221_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:790b6cbf49924a74be7907fac7c4afc40b404ef04fd181f6804d9f07cb363444_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:872543af5afa4441b41a2c481ab2e7554c875e65dc332016acf2b72d855976c9_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:ea96fa3abbaffb67eea4b5c17e8797d3f7bf46a21bd0187d94523d7ce6a9334c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ad557651ccf5ebf35f07ace1f35a2f96281ee4878bc52230043c73edf122d7b5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b1f2f2ec2deebf55efc4d8cd7f13e7f689e7ce648159938351b4b29c60fbb759_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:baa51f8fa05aad488e4de22864bcea2b643b301b138c93ca765ddf8ea5f11cd6_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:c4ba123298cd41b2302ca2f56c26fbfcb49b0430fff9954bf29f0eecad32bbbf_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:302d7e0f2ebdbeef11485a3557bfc08c50b2641ce8df7204a37d122260b542d9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:30cc5daf7e4ddd00c6422fc842586d8fd34a7b5a44f1e7acab601aa5ddfec19f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:41593a91fbfba23854baf9229cdde3b59b3ae7528d4692de5ba1c05bc68833d5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:4fd055b25e6bdfc3462bf6bb22a0e27dadf1df4e31bc02bc52a721d30d6c0ed9_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:32fe3f543b7fbb00375392edd0948bec9161afc0c191b7826f0fe8d79b115f85_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:4893ef27e9fac786f1f83da6a1139983fb3fae68f9d6e932fc09d0fd39eceaca_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:8acb0a815b461709afdef1e12efdfa20b515fe49024e4e59fe1f8624d8a599f8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:999eebab2f91d06bf0f6b561d4dd5978821c6d70889185fc0328a40c4daa4e23_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:1f683bd5260e5a9d7d02cee02050453f06a9d84eb7d6640d5bf5470889293757_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9d51c3df077b034f0b509c6115b15f9fd76760bc9f5f2e1481c48d5dfa3fa618_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ada5ac0f0ef3c8314f089630d14b6990daa3e99c17bf6768a4fa7e5cd604a79c_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:cebc0859ae1e1fc53f057b47e580e533f1ca93c0e3c6c5bffb2f94e6447ef117_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:598a50c7424d10fbb02c857d8f70265a4aff9dfb2754ec38c7b1a58dc5b1c514_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7e01b7e4634f45729075e1a4917bfe021740c35196b8db779d9c9b1a875eb048_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:d22bfcedc262ec7f0d3204d7ccc3d2cb4a0db37ce5dd7df988cdf15334b412f8_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:e68978fb7ed74a31dfe0fe00dfc7e9f61f15b0895be148cbbda4ce0a866997a3_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:38e6d91bfaac5ecd7ade8180dfe71e232362a92e03fc8d0105109aef94b80dff_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:64c02565c9b66ee67d2b70a4c1ff18c853498a1a944fa2835b6d1c45c3ca8a1c_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:6a9e2ad8888356f94f990ef3499e2177d9e0a332cd9dd3aba0c00d18ffe177ad_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:a10f133f56a5f146c0dfbe87f06614b1e80208779a378311eb9385b27d8ec5f0_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:71474f29c3aef41ddbda3997a391565c244c92e552db1c7d2f59e1d3e09cb5b7_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:e1b7316307abeb41817f7b8dafb2662f88d3be9f31d06b8b486c7c6bd0775eff_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:e7428883ea741a1072a845d1573234b4a669a501ca8766697c1ae3ec8292b917_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f8262621f71e42102c42253cbf7d3f0fb8b6d48a0d32c646b244d302e98a935d_ppc64le | — | ||
| 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 | — | ||
| 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 | — | ||
| 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 | — | ||
| 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 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:189edad3f0bc4a837cf73dd3d5be658be9590ddc0184b355bfe50fb10eef9a0f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:28473be19c2187911f3a591471ba7cecbb5efb66921332bebecb69d373aa3f43_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b4930b083e662bf0a76be1a317e5f0276e58f2954679a5d44de6f6e4cf4980a9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:fc9fce107c917c01621bf462478ce7443e2878d9d1772b1101e79c2b877113ac_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:72c405c4e2be8b66b3ffe7eda94b3f462e89a927f83ed65c58b75a2eff9206e7_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:bef4f8d0f2ba18431580a7495abb3c8d3218e4f1e0bd4cd6e9fe276cf1b9e0b9_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:c9c467905874fb2d9004a661c31581ac15c044588441bf2b909b98113e2e12e3_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:fe5ea9f65214da3006f5da62c3f6770d09c0e9cf3a4ba712cf41b0a89e2b9c86_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:1748bd6951df34816889594719cfed45ff207cc9ef95915c4259627c2bd490af_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:54fbef9417130d76f7a146f5abd87f8a0beb521afdc58e9bcbad880eabbb4de5_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9d626cd403853baef3080c4054dfee525d715c6d0d9073b4a951d5699b04c0e3_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:fd385702a4b6abc2943d082748af58c38f65ddbe61d0d6d1f9156421023cc981_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:00ff93d3f540a1c3a21d20591fd6a20176cf9a4440f6ba0de00041dd4cbc4b2c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:069c39441e9b25bb05137747180e0e6e398e9eb3c97e33b3df1919c7345a56d3_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a26eb8ad68cde08782056a3d2bbe28363886c50bfeac8099b540f7f413ac4d98_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e4e66bbf21ba903643b3e9dcd76fefa863da50ca3831dae668fa5900d0e857f0_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:45b2a84cc342dc3b4cb52ee08e6dc8164177288909de838fc5cb2e0031f5efb2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:8a9d3268679be0c1a812dd8af38fed01e30e7cdbc3707f6aaee204c3b47cc3ad_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:ca1a7d57bae7058f79d673b35215e5a24ad9365a630275d5333aad99fb785d51_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:f8f94a4910a2c031856af0e5f7ba3b63d2a9144c7869a7e32f5af703640c60ee_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5e993d82ac77cf58125d2d87c24e2152036221e7624c37ee4b544fc523cef23f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b7bcfa321efff5c30caed7e5c0260c9decc7f480c4e187addb19bff7dea480bb_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b8a130547639a204a7aa17b734c0c32e72ab6e2c5f69cf3c1790850d8a2e5a3c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:e034906ab837121f965c887f16cb0b511382dc5df4800e366328e0b8a198f8ba_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:50613c5dd95485acac3030f799d77d2bffb52fbbe233b7c457c769716951e843_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:6b8a643b230a4ed981078262240dd0874fed8a520e27891e14b40da7a9979b22_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:856b430344a0c801c17b6ed040931405d14221a2871cc9cb1f9453913f0cfb98_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:dc6c4c310f724e683e03e092c8b32079b3bc3314125d51a917969043b3337a9d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:187ee08a7e5b03c58c1ef3e6a8dc0696f70fe9c0f39bd4b5d56a050895e98a9b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:2e568b5c6aec48215f501ee603e52cc953abb43959c44c0f105bc24b74fd436a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:47a0ff631a2925e0df97edc029841817d68421079f2c024b27ef6025b7f6c657_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a3b4b6d89619deeb4317c193d354092e3d5338125d4ea5cee8e4d5c1f49cb00f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:3b01f04eae2c96d68697e9ce4794b78e4d10f9150ed2d89a85690cace4039c2a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:73ebc99e3e4f92b3099fa87b51efe81315c995b52e62c33aeb628d4cfb56e77d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:86a265e4695c92cc48b7a58562ec967f1a3e6440d61deffba970091c3c339011_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:bbd6271dae88175501ee704b7fee13197054e63a7d9f85e2d39d89f396e772af_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:104dabe67ce3f7769b56d8320c22df495bc69e722804dd6730bd8d8a01d6f43d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:2829e9bfb7934002c025acb290406d48cbff01cb9dd120db95e9e56b78d8e3a8_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d47abc0a4f0933f48176d3cc629d6941fa09d9e0915c5e180efa0bbdf17d532f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e35969f3241c65df21086d468a040beaa4afccb399baa0ef525c7aa19ccc1963_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:1b9cde41d6197aa355763f6a4a533fdf5ce9c1551c228443600ad99f64c09783_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:218a0ec26154deabf53099a22b525f30ba1e5495b29bc714d6b3a83bb00365b7_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:bd674a1a1af67f9234b574ae5f2b21660b0105a95d02f3e35c08acb63a3b296c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:f24acd60b85228aa3b721e5355a95bbc615a55a5819e61183800bcb399b31349_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:01a39f9c89fc4c0c3b707b523e55723548a076e8876449d45a9d4601d6db86c6_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:32fc82713e52c58cbf4aa53f0ec4210a3d3ed2b015fb898d6a80a2c45aa869ab_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:66f6fc0e8083420c05af1d8aef8bcf91c4a4181515edb8462ac0bc8361ef3b92_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:e4bb962e03c1896b2138ec35560883f7b82dd8d66b6dc62fa0abeeb68783520f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:01c1249a0b72eefe2f97804d4e357a2d43c4db9c588cddca278fd3651ba6aa82_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:5afb9825576b654218bdb34a50d9e6b81be11624dd07dd568ee0c4ca0b288728_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ecf46558bc60505bce90c51f02d90a505ffa4182e33966d141b83a05f43e202c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:ee2684df42748543766843a34b849674d2af3308b9825e33a3f3dc9bf6455856_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:14c75294f094acafd67de8178fcd367884325ec17f66cbb92769f9cac9a795c4_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:39dad470527643e6b5ed78ba0ad880310db228be2e575541970d63b4ff641f7e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:3e0884fbb6bef323f48e4303958d69964655ab08a840d0d81bfde076d241b79b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d3c529fed1c062bd637ee0bcf2a7573f6e34c08138a25da53a3b1a5d10073b0f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2628a516445ba0310a3e7d4f4b15b24f2b11fd5ba1220624459ccfc3629fcb4c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:380a9133e97f5189ff27f88e1cacaac8645ace64520157a80db38541fbb8cb2a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:baa45f4d1e87fea1de81b2c313ad8c11fb6d52869ae2c2e8394fa1e93998eeec_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:e8b8a0521d49d6e2da685c88f7ffc5f53af8c1c41289907b9ce03be1903e0ff2_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:678db6305138cd87859275d06b0643d73d0f4e9f88066316f2ebf18315b3e66d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:90f9cdac500e285ad8c22d5106d0bce0538594496186c91a67c49ebf8e1e06d9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:c65158b123c61761c3d64330f2a585ac02db81809176f3c543af837e16c63a59_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:e7a5282d1fd2b80d34893fee4ddba14f0e669f9451b521f7a71e34e97941f8c8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:0f506c95d5731d3b99956e8579b650024e6676ecf8deb7bd6729c4b1ce0fe2e0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:23f7f954be4f6f3d9ebb477c19b975ba48ba7937f53bb94f954daeaee9ca2aef_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:bc46354cb7d515a8fb044e8a754f18ed144854340e6336359a796b884ea23918_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:d8a41e32a7831c007f55a0b8d800d056f4a6e5dcd614d89efea03fa47d4f7df2_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:25acef8e010955522333fcb171655e2958d8c691be13b44d4afe8a7b8582950b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:abd7907263c42530a8b9ea05767f76820197da83bcbdf11afad4cda34067eca4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:0a0c5de4cefc26d068859e0866f2642119328b45b86e12041120049f2529a20f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:40487185833709910da182f3cf59fba40c3887d8358a701b28840b565489b34e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:ae3d4588fee29f403fe9375edacaac2bc936dd9be0d2b0c04a2b472e9a0ace6e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:f920f246b799ed93354825291f56e3b493f62ff929fbc0c12f169e08a14b8947_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:094d04b31aa3adfe33d996504aa86f5d151d83025d6612a6b02def77a8baafb9_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:7aa515172a7c0e64bc4fa8cb97e855d1bd4229f0e385f467c6c34681c216642f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:d2d276c405262e40fde5a09ca2c2f07ffb7ed5bbb0ae8edbdafe3f25e0d38485_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:fa3baf971857cdeea21e1148906f1c079cc7548d37c030b79e279b1bf549e3e3_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:004e9e202556540e719244f857a5d4346b7c6e701a0c89ee0679aed8d06a4cf6_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:2a0bcf166f1d3283a3498f9001443c2ce2d399cdcc89f7a4c40cc38e4694443d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:2a8e48bd1641fad5d887201bd52d638966a47b283d102065f202a0fb7200e747_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:5c3e37a2fccb57b62a29d5403c735799f5e6e42a1f2899d001967b672e47d93e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:16b4315a4c40ac1c8d4fe5c0c46dc91efb5fa3eb61d2e2d6feff8bc405e20b00_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:652dd8a13fe376f5e0b265cdf3ebb3efe3ba512763747d84ea41fc0fbac5e0e8_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:a85638ecf29b6d004b2cff4ebf5493b9b04e0aec12e08e0128d47396c06b7fad_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:f3338f10c7a63340b9898ac3463d30df3bfe77bf01e154a9c033dd44a0db3d87_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:033e1b8f61986be101a1b0e8e0f38624bda5cf4afcf0145f43197a2cc8c74a35_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:30fd52b9c289457e29fcbdb29998188c2e0c1d5237d354ae481ea585a509d315_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9d4c71918bc14bb2a7c45b2b053dcefcc7aa6a18976718d542eb49518a9134d4_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:ba476a5f28aa4a532abf4dd5138df97891bda2ce4c194a56e85e14a9e0844aa2_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:11765965b44af12a725175928f19e34609b68de7c525c418b1884c32d08ead77_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:3d5a6bfae489b8b853b38220bdc5169454648284b84000a84f026316699a9ebe_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:407392f76b068e8ff2201bb6956db79a0612768f5fb08023ae7fdcd6911048d2_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:b22cf49e6acd30da51ee531e2a2576f78f9376e549441c17b56ba276e0eadf13_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:16bfe86348ddc096249b452a2444c2a51a94f0670f243b9d927f6066f4b2ab8d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:2394ddb5b27e2a74cd31617515e23b69c1239c3d09a41ad8da81e052bebc2bc1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:6c6931cef406c6028c1f1c0f647d2bd11ce00d534a5fa6aef1f9b3016b2a836b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:764a52fac0ce8b1513a946589a628655fe67928b64856f3ea979ff8c90112c9a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5b23a0d3b0ed45ad224d683fde53d1fbf58ef6299e9138dd261828504111bdf2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:7447895b2c3a2c58a3e87e47b827639dd277fecd89af5c90e0439a0bef02258e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:88d2108a49aeec03049eecb1822e8e1c9d0ad89166fa0bb488ea15b555d11a12_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:dadc79f5b033115a877912f3694eeee2cd812cd8cf16222ac2f0b82ab46f5e41_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:3515bd3cc74e9f519104f08741c24a2e5e3b18882fa7ee48eb0ab45fd8ee1a9c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:519966c32a645b62d10fe83980631ec7e1f2e7b7761a0bd23ee9c01100f9ef45_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:9486c7e4abe926387cfd21444dafcaf22177d1c2c1e67515b6042d3b79851e08_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:a88aac53c4530a1e667ccafd1a81755b6202bb639cb987c1e7cb6e529405ed14_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:326785792bea588aee5945e29b19b948e661b3a6e82f585c0494637c9c681460_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:5a4b9bc614bf0bb36c93b8f1eb3976f4260f61070d30488f16bf0d4859a39d06_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:e9e5da1570b4c61f3bb6e22590e4e585405ad08cead8adb720549bbf8ccf9b98_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:eaa2cc921862f6cef8dcfbd71e2eb452ff4fdd73cd3d43d84b2c7d855bc3bba0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:1380decef0ba24145d55effa0152552ef0293afd6dacd77defbe286b6059b6fc_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3a4307413d529e0047eb395a3f3612df27f2738cd22af4cd3aa8fb491f1dea8b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:741e8f6fa8b4e61ec99efd8e15cf8391bc27b61b915aeaa081f37effb39d9572_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9f1f76d48f889d85daa49daad66e85b7756126f6d5096a842a17697c5e710d85_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:228fc678946900acbea96b9e65d1f2a858c8c887eb8693c0015c6fcfa79b4e9c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:4303239ddc3e6cc5acb2501109b589bcc94ca93c961e04f990aa7477b451868a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:55779ac9ead426f3c34af03dfe6040868a3b494e6c012dac926266b44c36f260_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:e73e71cf9b7a3369a792cfbc1c76d1329660ae06ebb7efbbfc46d5593034e4d8_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3cb74d54eb5ab534e259648c0ef6000df153017f5bff913abfdfd87155703876_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3e5687ea1822196da3e0878e4700d70036c7805bbff84f2d583d59ebe1e6ff0a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:5e5230f19a913ec2d122a061a7a3cafa110ef0638bf9411ee864fa917afd0e59_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:baff5575a980a6db749eb05d15b79ce8b0b04a6dd4ca08906fc00f09adc136d8_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:2edbe7fe6e1eee1d745100b4a07ca6d19c5c6dfb8ba0d0475f976d9e822a126a_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:a92e439894501b0fb7ef87f281153f04f8843d34ecd40b0e6016636ec7df763a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:dc59e81b04de0da633fe0704e6d283b656b41f98521928c10572d54debbade3f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e7eb7b39a36b0c2a881b368fee7bb28776ce07a397b47da6e91bed71191f3adb_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:0997aa001f128c28d4ec86f6dde39a493197af0df776f247942624f7cb06d6e7_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:1b2db3fb4a1079ef422753b889154e8fac4a7d996c8e878e6c1f3ea6b6a86d10_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:5dff4b944dde9b8219b20d82fa1d063944f8ae72b5b3795ca57e9e44188a97c5_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:fd458351f9a0d4276b09d13c3fa6d046ff6fc307870b3c489d6c1ed6e7cda7e4_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:3baf37ef6aabdc6ec5343a8b7336926a848e570c42db6b57d8b4182ee63b9015_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:582429043be311002d59233015fa02662caa5aa5adbe4681c9cfd9623ef26d85_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:62573c6a63cd8e89aa0318b4f550cbc8a6b5941299cf4bfa3a7944b25768d2fc_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b37d6a227abe89441fdd5b1b934d983fc4e63097d78353b959e0a3da04da679b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:6443c928415f156a1055a0ceea01d53d0425421240f36228d320303b2c173553_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:e53782f504efda14f3508e678398666efe2cfb536b71d4b22e773be7435ad69e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:f5646f09bd2700eb85f788cfeeeb409ce7762a0422501b0aecbace831db66a30_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:38d9fd6908bfd70037d7174a9358df68b2d056611de97dd6d707c4ee1a86bdcc_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:5a551d3cd0af917ee7d8a9f5f875f5069bddf02882481ab2d47038728d4838f4_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:5e4fca479612741e956d1462bbb55a06e5af89d2e9fcb12789ed46d1e564a7f1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:253cdea9daf3e8a12145de446625b45af774c13242c73f1350ff0fbc994aba05_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:895dbf6b27d2f5dbf2317c35c765fec342686630a39f7e36c03868fd9906ec6d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:d0978471b28949c29377137ac23acea66121f64cf8e54ba562231eec632e3673_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:4da1d32efe5efe60238a8f2b81572a242f60a4980433059c6f2fcabdb08ec02d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:52f18932c7803462be02acb303ddb195e34c5542f7a81f5b0d5586c4e61aab72_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:8405384e37cf89811193d439f0043a89e0ba49a1e886dd7a68875f71761fe19e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:2fece6d8ec3f477ea590361afd9045f6608ab67fcb1fa047977eac4e9118fcd2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:a84b679d1aa2b1ed67f0c73cb02ce2347087166c5a85323009d6a82111739165_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:b6e104d02131a884f6d85403d44cc2917be9fdb3a2ddf1d36f6c0465371791e6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:ee9a6bca3ef5ecc98c93ba9b1f324c403f0cba4e25dfabfadbe5e56a0e700214_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:af3cbe16745a2be84a78eec33394735602f07ddab1e01fd2d7a0e70b76d32c18_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b04fb7e8056c4bdc871e5c325796614ee4e4e762680d7951edbd622324353875_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:be04df7ccb525b34609d4307c6a22ba187b478bbe473721aa31849d1c4e895a4_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d3c14c6ec617f0cf5bdc6107eb569cf9b9b426ee5ad2296ac816d21d4f866cf9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:77b488a3739f04efee7ade31d6fa9dfb43d1929680781d0fdf8628ffeebb9af1_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:7edba980e32de96bc4452b54b5ed4dc27f2374384883880fc95304bca701b228_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e98a612a531539b67f9e09134eed1d1c5f3eb52eb065a4771dac21f202ca67ba_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f4dd1618654312be695c70827b2d8b8105dd92bcd6b12c243a353224099fd44b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:0482b5ae93ffa05a0624e77651c9ce225d840f28e44dded36451493c02b0c8da_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:1462c2de5331eecfe599e062ee624a69140fce66e49f8656fcdd3306ffa7ebc1_amd64 | — | ||
| 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 | — | ||
| 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 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:7da7059d71317d6d8bc1a36a6c19a7c684a3e8d923464050fa910804fa0df811_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:e00ed33317fc5bc5ef9842017f54df77d164d052eb3e438e8fb095cd5bf94761_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:81ed0e1f5925356f36856f8e65614a089f77f0370cf26c98e9fa5baacdca9941_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:c84e350bcfcf17e5dd7b95ae277d9d1224504ad77e0fd3938e28ce2028973a17_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:cf44d43c6af79d08b97b41c6006f57a187f8ef45f8e8ed4c62ab757309ad099e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:92af8e63842e7ae115bf1b140e972dfe43d5124c97137bb44cf0a8c42e169454_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:c2b4ac0e0b9aefec5a655eb0c3f341ccb4dd6d1e95061f9e2d6af93a946aec63_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:7bd69bed1256b2942134c53587b7aac9b4036d1eedfc4549c0b4d12cd67f86be_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:9e501f636d025ec820dc69f53d13173fcc7c91445fca3e75d9c51410775f90a7_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:1c0ccf97bfea67faa56aa04aab6d9e5f4782f9f912d80daa2e59e5e560f03121_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:26e9369ce1a676c2fd2ca13cf53d84b088c1fd9cb70ed80df66c475ed0a4d62e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:7cf672ff5d3397a2cff4a52eb4e553529048b22c11232988a86365ff3796da61_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b073cfd811b9e84decbdedd54ef8c31be17e6579e02ec53e44cadde186608180_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:193a7e9a1d53bf22b7a1a3c6556caf8cf66674023529aade07aae8d99123228f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:74efde916d3b2704e472e44b26c48bd2329a4a27824fc874c78becd1ec7f0c3e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:7feb5f774d1a93284a4bc65e69d33fcccb9a68d36306bcdfb08aa8c985c45481_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:80c2bbff04f6967fb4a1e7d960546680109ae1d03350391356d6ee1c44a253f5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:1167cfb93343df5dc0a78567395d7162dd00ef1c8b015aee5c83f3630cb4cfd8_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:4ab4d4464e5efe27e28a8d142eb8462164482ba2aa82bc7d55e4885328536059_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:5c77e8107600596205075db8f2b5011042da5a014c16366465d41bcc9d170acd_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:77d02447cd0b79d09e7f1b82338f8506d67fb3af07a2d26f3ebb33939f34ab3e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3a6f545e9852aaf0452284627374d5aa02ed41b89697fdfadcf81e22453872f1_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:5920d695f14cc748a3d87b1009d1a48b1afa4beb1a87b6f5828a34abbaab016f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:dc5da0bc03a50c4f56f5a3cb1b506ef1f0bb7b2e72bb9ea58d08de3e8e938f8b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:fae097606866787fe73bc871cfc24fd5d9a33b08891dd7522f08341a00c77956_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:647827e46670eb85c09c6faa7b0bb788e88fc561283d03d2ccab6c95072cd006_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:cb1a6f8963db784303fe878f68dedb5088f194ec2097a6aa54bfe4c6fe0c8d44_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:9f62d3efa4b0ca7cfe8ddbff64540e722d16b8017f7072b173823df6c69b614e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b68ae4284142497749edd3fd264d6fcb0b75f96fb2436db5cbc32adf8210630f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:1fffd7b0b3a8b6499f016fd5c92b2f3f94daf669c8e2583b27a49e332dac2439_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:56d41b1966c84a8096479bd3ea5587374fa31715c20f7078f99393b2b55a8a70_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:2e6ea9cc8b44afb5135ae9c62c74ea70cf59165589239e7be513b2e5fc0b7b34_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:8796c86c02ab60543acfb129de6015562eca046718422c88712721772506037b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:6bd01caeb3420053ea5f54d04312790f990a2a9116940c69fdb10b735b2f0d36_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:775446867716cc3804861298afdf362c22151d954980598b6265e7743f026998_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:84f4d30db76a5ed31b8480220978739d3b3f351ae38d0612305f0520d10bbab3_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:9441842123f4674653dd76ec2e0337daef1c5838730cd23b3f955151e85880da_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:08b498b392f3f01aad186edc36bae99beebb3fbef4218dc3a8c5bd3fd5ab796f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:621eb3068e7109ec7282c220c03b8e36d1eaee000758c273a1e056690339ed2e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:ad4787443e504dd7a1e3b7f6e33d09d55c3aa6afd20b486745a140d36d420d1e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:e54ba7492b84f251f250a02580f7db0065381a6b0c06dcf5ab63258d18c0a403_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:20df6e8d037effa63c1899dc6446a823a49b93cbd3b87ec3b9fbf8ecf20e3438_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:31f50f605f58a6b79093971d7468f775390a7535e4ba2a15b9bd49abbfc6ce1a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b4a21b16516da20093fda69ea0eb4249925b37727f4103dfc378cc1d3e5e5db3_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:d09927a63cbed9e83e74d67d4be6033f88dab0c927a7eb71065f742a63d90c83_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:44176eb1b1e713aab341e74c5e31f0ca3610ca1d33bb732bb3baa53a32cbfd67_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:64f21634652c10477c8c05523bb276b13a13e86975c71670bcc09c9eab737d3b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6b3afb6388c1f542fd92f3325e8f27e9965dadf86ef72a032712a90d59cf9fd3_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:f572f991cb55d9efe7e849390b74b3edc033f58e1c63c8c0e0c5fa701d9676cf_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:3f59d35e9916c036f915e782aa0624a0804c0c539aa1f2ed6a26779a5c930b1a_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:4e24a0ef946750f124043222d4f3b99fea7d865ac2f21f84e3864ed319b4404a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:dc6f986695b398e194f9b1d5a8c482d11280ab6e7d0e157a7560cda68637ee36_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e1e3cc54cac4d98cdb5396c770ee4ad666d4a6c6ede9a739c857d58628d71f63_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:299bbfb5f7b4660287b23991a0ca402d4ce0592fc5f3b105f0c66daeee857a3c_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:448c802ed0e3c468f4b666f8e4a99d5486baebd6a8496b6cdba56e030460729a_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:95c884011f16cbd1c041e9090923659a6d247b72bcc79c9277b476fd874faa9a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:e021878ea8c37695830dace7b2a423d3ac3ed9ad05ee40a722c2075eeecf8f95_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3e7339fc47be485a91f99b0d61302e63b221b3f24feefef913d18378d6da953e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:8e9c6cffa57b059cbe8ca54048aefe74dcfe7e32950f716899b88aa506c5e6ef_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:c1c629d3cbbbf76a56d14a73b79a31ce5c01b3d591df711e810069ff5eaed21a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:fed3715ee7614e4502c1d8d936820f81c9f89029356fa96f868f24710a9d4f55_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:5d15463f17d503cef773a9e825285995b3b0aa48f437f93b95b8dd6e55aa845d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:aaec2d487a86177a242c64fedd6496cbd68f8a2105c8351ddee87429733d4836_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b116bc3097cf88a1e7b0bc14cd00a07b735b73c6310e7226f1b226dd1804f008_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:f071498c1864cc88c2f9e74f00b35eb6d970717de4efbb41583a99a3a3652773_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a1fd598e18fa737517018beea7b2f30449bb56a80346312388806adf03827250_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:a319d73bb7c911fb76e17bdfd29efd2254a5514019456e8b71b497343132a2c2_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:6f6278622b79d7a4152acc8666db9a35c77504dbcb1763019eb0c5505613a4dc_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:a9142685fd3fbb8efda91e1e57f06b6dcb680a530fcf4b76370b1e56a8ae82d4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:059dfee6966d84aaed39e639f4caad6fdd384b8ba0f2f657bdc63b9c96151ac9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:b75f7b50069f1168b3914999620600ce4de74483d79328e2d06bb3d839a95ed3_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:ee5c5b1b3157c7c21924358824f1e426ccac42e90d46d2a6efd5a45dfe554acb_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:02246400c2ae4f974a58fa194cc29bc9b0800862b9ecdf065cf96d0cfd0b1ee2_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:355ed7cf99c4466d236d88e803061be20c7b26bf50ecead8fd98c1c41c17b219_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ad403360a38318afee6f2f21d2a40ce8c0efeb6272b43d0ff69e439dcb689f3f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:e358ee0155860f5ba90b9c6a3187faa64003100f38bd55da92712b2d8715c11c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:476f139ef63a692e0ebdc85fe0ba6d6238c3d20b81e51f4fdc5d59296deec384_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:9e5f53e7e6a176b6c0434b48105c9d9e010d753ea1b05b6c6f60c817ae1d2985_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:e6c9aea58e43c7db75e40aa32aa6f04faf7363dd7a1d72d00220c546a6370010_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:ff18ae0e0eafe17130df3228601bcb6eccf8985aab59dc525fb6802bad4685f2_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:75ef6e2f0d1ed3054b796dd2807be303917c6d83b0e36110c853f3d426e5fa4c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:8b5830720c180998f734b6ae6c39f62ea26143a00fdad780e3c8152bd6a10acd_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:a6d47a771bf0759859bc8129907b6a55fd270cf02589988faafe29042fb3d991_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:c1d9e1c333e53fe8113d8132a8c393243475240200c17fcfe12d50e8c7f37410_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:0df8b67d3fda312abf09bdde58fa7518f638a135711865ec144b9d36a79376ba_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:474b1e6b3420db2e17818602d2dcbb16cf252a83ea7b5b7e219b29077b62aa31_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:60b3159793b2da872e17df469662deb9e8ced7c7404fca1cf531ea5b48d80124_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:acc1ceea6d984329c8d750555fff4743eff98f29d418f248ae9a42013512b74a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:109bbbc28ebe8bdd76b7e88a00a73a28a77e153d21ee491690db1493189ee5c3_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:82abef0b7439ee6883c367036a5c5a00d087b0c7420af29516438744d17929d9_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:987fe585bc22bfe220d072d2b49585444c94d22a54f187d26e4670849863617b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a04920a3759330f5d2ac7fb61773f1b56db75d4d0de6b099c75bc7a82eb23237_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:28729a3406a651bb5a94c52e3e724f7b52295a5d5dd83751af3cf587c7f7cab4_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:2f61d0f9d9537d35e0631bc26ec024cacafe287376186935d73de1b1b3704214_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:a6d685aa49883884395212f3f99b4a9ab3cf4b1422bda1e35f528fedfd9e5c15_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:e9e52427a9ee3571343e19451e1ec93ee68b5bf2a55ea68ab52f45500930ae98_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7af4df8fa46de9417f88174687bbbbbb3e8283131269d25577c9313135164b54_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:8d062aaa1fa6830b49a772384e97cd0c298023239a9e5768a7d12c5e3c01ac1f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a6a102b98916628634b10b7011f53aa384cf8aea59358865d7d9f62779bf144b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:ca0f99a8f5b68603ca289b710647a423dc543e311ff95a67e039034ddc1cacf5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:7e012778e154c38de2c79b60c5465fcd5a6ff0e6c2b01e02514bad72576b1007_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8e9f6260deafeb65dbd0a7e493ed25deecee6cb57523a740ae01cade7206366c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d38474b47ec41a22af24ac6023d56107ab37b320c2f811b4888caee465caaae3_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:f17135b3c37f93cadbb2b6dc431230635a91c4a43e122e3e01510b29cbf88ba9_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:2a6f7a9978f12d26b1992e36a6b23c1b355aab5f9b56d375ea80e6d3d879a37b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a7ca8c46fb61a2eeb66e73dcda2fef9399f4372a8396666ee525f1be7177af3f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c5f094f91071cc9125e2e71ba46c1859762702b541510582f64b8ebf16fcc3e8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d11a48925f8176d9f77160c246668de58448a824bd5ae47c48093d4dd5d3af2a_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:16932ef9de0130903a9f00decf90753b7464819f384981a450385ad902bdc418_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b19c2ac6320c21ccc812f33090565d46561176b29d00a9a997ce3c472acee8ce_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d5a679833b458f1e3cefdd698d133da900f52f5cdfe074f5a59d9041d777d7e1_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:e8fd8a3883992412b19555e5f985d9c2f1da10466f4e5d077de4579f0f37d15e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:2ab0ad0067d64644b91ad4806db686c2ccb6f56b7c7c90e972048335e22c5aee_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:43e95eb80c8d67f344270be8270c6ea96beecaa93b3405b2665050232c1cd492_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5911b957c2ea9d573fde21383189e8580600c5c56eb13aa38e66bb52e7a456ba_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:7ef3385baf6431415ac7d7185976b47cc9999faa07969bd41baf95cc66d1023c_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:3e61995405c5bde26e9833aa33fa77fbabec9c7b5456c54b5023c3d4a9cc01f3_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:4cc15b981fcd6bb6912db58d07b6688c7438d185f4db80008dc9cd0a5a939639_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:7fc8a9de632871d477d06cdc7bda2b3b6dd63d276dd48c30a868a5ac383769ac_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:be12e12760e9acbf270ce95be1f38dcd12dd474ae526162ecefe04eae04b5ea2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:0025919f5a7757d172359538c4bce5491e9c8c6d40153b5f4d43298d6c2d68ed_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:84a3b22e56d415cebb77f9fd24cd6c08ef8a9b218a26304b2c1641cbb8374966_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:8f9160587b4eb7c43f0200a660ef1c972d7f54c66b7aa2a34ddf1944f3f58d78_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:b9f6acbac66c07b36d6a3e46fcf408a3d5012a2d84668bf98acc9ed14985b814_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:670e8bd29bd14b0d32bbdba4fbf2b16d7881d469e2497a22876eb342ec5ae2bc_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:b6e254f385252d7e691caee086882674451f4ef6c8910bf3f39e79c5915c6138_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:bf01fa7eb7d0a33cbcd1f0f9e8319e4de69e21e4d9470e7beaa7633b22cf52ed_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ea82172ce8ef51a1cf15d2f5ca2b0e762fab43463d7961bd37abd3a82de8e2d1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:163bce585e8277c98757e984bafa5b07aae7a9027bec8f3cd5336074713451a4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:6099040aebf9b6d3c60271d56dea7588bac87d6e3950573eeeaa3cf7c2a89dc3_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:66f183e9dbd1d54eb155503257f1a789f01f7859b012d7ab3b90c485de52c87a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:d8fa78e6c67bfc1717582318e0710332bb9a4a1811800497d0d37a73b80c30b4_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:b07a1821ffe2b31e9cd1ee7ab609e39c2941dfa99428be54ae3fd0c27aabe59b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:1e9795542dd83f3cc85e37e0a7b6fe7d9a2e6c67f5930c4ccf1b7162a81e6405_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:11f6513176ec175e6d9c718bdb3c6cb4b88cfccbe5675115e54c76e4f606e694_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:abd85236a31de8346638087807391f338d88885d0266830510ee68360792969d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:bd82c84d79d04833cbaa636e13e50b451fec129188b9008d3eb3e0161efb667c_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:e94025090b5d5c982721e21766f2517a39cd1c8f66fed28ccc19dec8ef7352fa_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:2ba1b4c584e311c0600f2d761cf8db3530d95955a44165ef40c6833910c31a1e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:bed331113f52749e34b7e4412c7117ba72b989e7fabef3f620daa1f80ba5b449_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c036e130bb6768efd0a1e63cb5f9dfc41b7605d07f35a8d12b1c6193444d011d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c413e83d7d2fc4802ceed77625cd448bb18ec86957519dafd12dae7ba4ba8312_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:5f6d6970e58b5597da54fc01515a71a76ce2daedce2e34816f94d5f74eeb60fa_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:88e82603c4b492e2608e8a8f2790cd7f2fd7805ad58493e0804c5600f5e6d299_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:9a8b9ae0606318bdbfbcd9fee352def7ff32b38126803166888ee85a33302670_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:f9fe5511dd46dc20a12d4727010c4649cb3aa68188746f383a910f31677efbf0_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:555a3602844a69613e68b09cf9dff1173bfadf0e6901a79f44aba93d9354f4a3_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6fbc53b3e8ea41ec26e944bae0a68a48c98b7fe6f8cd1e23c7808f8579c38363_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:cb198018ad48945157c0d1cc7ea3a1c99aef79b3f88dc3aa7980e583fd3b800f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f093555bc8b0915bd157efb18ce990a52c8e3b0ee60919e115825d3b3b566f85_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:7b76caa8e42d671fb8c759d98bcebf51f1ab285bc585b9c88defd8d0be04e9f8_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:b3d2dfe4675589dfec4ad7888bd3921116652be27cd4e0c0ff45a1d51e18dcac_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:c45e27b4586b045c690770090fdb693fdd2281f66d8c146f502c02a554777749_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:e949f7a7ece6bc2d175ecd38fe21be604b6bdd7302c3be55f459dbee98e8d65d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0aa7475f264a267e842a9df0da05d6e5490c085734a26e523fa96555de87c4ea_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4b347f276a6d6dd70d568a6f14a037b1b3ab6a6ebcbe1743649135e578e9d16f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:9d4112c6658e1f27d1d80c9f5775c2ceb1d61996d04e70a8ad7c847bd75d6611_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:f37661b0d78861ebc0aca9205b76efd26adfdbabeee09030a9aed92949f36859_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5d2cac90a03b6080d5dfb0aac9280b0fed4279e708fe33f7fce0126763a614f5_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:64893e5b69c18df8bc2a09edbcd62384f105435f3e9e5199013e1940f5e9cf37_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:940afcaabbc44c3f9c035bb82b4819ef34ea2e3a5c8a49015a4ac47a42044e64_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:bdc5da7850532d9addd7071a9bbbc8a91016dd0bce4ecac059dc64bfdf6bdfdd_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3e93bbf1fbae4f3787ba0190ef3c1d844b6d5d17dece04a553a62358ac6ad064_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3f1fe5f4b35fc064fdce77ca1f860c93cc577e66ecbd5eed873b63725bd6db54_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3fe44816105d538be0aacaa2366739f9da98bc20672d858acce365cce303a269_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:7de1b23cb1c07d820a0eb7d5787faf376436deb5a85d070e184a76eaa311402a_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:34992e8c0bf053e98dd8ccf4dea75ed3ec2e8afbe09a74a30e773a6c5fce906f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4d8bed79457d098f0c60eacaca90790b10e5bd470a40389cfe581482e82ab3c8_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:95701d605dac0429d0af9cc1eb232ee4c8fe455132876c8f57bbcdf3e2e41274_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:c12590f2f17eef2d043f320716e05c048aa645d373192e8adeb9721ea23e3636_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:434080f72dc59db9a2b098530e54a317e07f3000253a09602a9c6cde267cb289_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:66bef7c99d138b81ececeb38fe53d33860cd36e724c3de633d9edb91cf576e13_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:9865a7a267e7b38f32ec5c2c27fba8433adb008ec3772ff20d90c13b43f5414d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c66747d92f4b9c07361b938a76ad5cdc3abf7bcbeb244f84ba01c7903f125f57_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:1eb1891407f1dc1978f6adbe963fc646f2263d55c0fbbb340189607a8fee7eb6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:6131851b15fac303e6d64c8819241dda14fa37e4e5bab6e6257227598a747837_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:dc61cb30713d848dd4916e71a1d67b602df74168476d5e5fbe34d61ba61f4955_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:e47ef3d263407ee463b72db1cfcf15a712a09c7702b485266ac54773b2df24f1_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:0d0b6fe48bf49370b1287a5ff6d7171ce5453fe3d62e8afb63920728629a2296_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:3bed1a70b93ff6a43f42da25563ec7ca17d1ce03fa10335c4040c0771bc16a51_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:3d5fc217df4d5324a6dc351f7e2ac5c84fb2045190e214dedf53b9b83887b713_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:aa1ad7c9b74996f3addc3443189e9b8507fa2afc10c00b62cc15c5b1c552332c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:40384251a9cec9f08d086b078079d8c1d6a0a48336b5daac5b394481873c40fc_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:677d865500731fbeac395c8ec2be2a95dda1910eaf48234f31ba53d2290ba9a6_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:df94bfa4c5d1ee44c435f845c23712c41a416d0ffbfb668214990130a84ac796_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e0a37559d4a9ac6b44941009414cd7bd5ab4ffcd2dc003103a414c0e5cc68cb5_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:3f3ad8571814ded40d3fa4d22e1a351b0ef448c402420ddb5fa7a7d82f32dab4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a17cb0c15b6c8b913b896152f184b808c81b130f4ac191d854e0d26d3bb1c89c_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:c6c93e89fd1df85588600f48787a1999126e0c37b54caae5f11d250daebdb9f0_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:efad675e4e11fce31099afa6d3784edc1f5d09d8cdaed4bec9f0ea871814f806_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3c9716e230e0a10e866d2f101f64d1b2e821f3d6d2bc3867ea17c599e16256f5_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:7956aa06cd5b63cd689542898eff4e0c2176f33a274eb08eafc1427ef361b5d0_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c3adb22fc2ec7835eb59e6f4e80fb329e12fe68488c3f4a1b48c56ca49fe02d7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:db778a34ce2bdc1ba5f4eb00eb6a42017f06e82643280ed4b7fbfa12da9e64c1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:0a4fa850173bc24b489a6b2c4d3bc3da5ae5f56a9b1d94dba44db099a8298c50_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:33128359c87556638a9a61146ef0000bf366c4b278e183dde96c7068b574e065_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:bf1ce1594b82c8cff84a4a7f626ff4435e61777a05d53c478d3b7be4b49d1ae7_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:eb171e6551c6e739bbce754732e16d65a8276b32da32a480e81b868255820b76_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:42d353b4724b8f4fb861345beecfdd03f0e221d0342896425e57d92fa61a2d00_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:5a1abd0d4dab116ce1af8e101d9b169b9da269c60a53a951d6d7bd59555a3904_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:64c5da53ebed55ee2f24d5323849336ffac4e24f2b37661848c248c2ff8455bc_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:664af5cc25862fe45d10c2713a58667fa98f4607e507ba486223b7ee85d1d708_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:10431aff6d51d485ed79946f4a71a6dafd10a1fd301049f4716bf9af58c88599_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:79413167e40a84517fe69144066078f3bff8de90a68c3462ce2eaf8aea947d32_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:a0fdaf1cc380d6f84273b2d9664130d8795f525795df80bc4e4d0c0f32247fc6_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:a500284ecc0a9a26798131e7eb0321a9e7188def8565f29cfbaacbc73f35d4eb_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6fa2df605182f0f13c6b04ed0710c43dfb86d984ffa5f393d73e24772224df26_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:aa76b3b3dea89b1a4275a69ccfbad1fd8abc7a0a62df28cba44fe280f75ff10d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:be539eb902b66b2a14a9076b13595ed1cdddb651e6f55c6726d88028420ec32b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:cc3f00767676df10fa99ddbf62ecce7e34d37e1a43376a413e9a515182ec18ba_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:9972aebabe473045359d22c63b662607bce24e3938ddbabe49b2072b236a8b84_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:c91257bd2ec10f785374717dd10784c92c2c72a8be9c4edba1d5c12857c0fa85_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:3e1797571348fa3692ae644140f3da1492beb58d9a1ad16ecc1a5966f1439ff1_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:b6ef99ed0506a0e90b27ee9cc1759dfdd9d5fea4842b2ccbe63b63d810559657_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:5c919a287b3aa8eb5c7e37aa720450bc7c163189489ee765108a36b898b86824_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:934b6521524ff4611205928033dcd3cc729ad6a8a62725f0de2bde2bfed02681_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:79edd7ee0f0a125866efb05a94337d6e2e4bca6d03a9f3e6e4d848d6a1f5ee13_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:ece42e8bfa6349b876d60ab981f09148a2d1f4be960715101a7e5b8c7c3a2e8a_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:0989422aa7dae97b6f9105d84527120e450539a80e84d0de8c815731f4bae8af_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:4ba5ed55078458a6681d4b38dbd598b7e2c0a882fc03772f26a9687c3de86cf6_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9c01c0da267ef4a98c37f5837bc0e360c31fc6d3cdd7da36b7ed407ebaa491e6_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:eb705449ecb7be4ee770afccfd079be594a2ca44205633b6b6771b76c969b058_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:0893e41b74d310f229e64a0fe79552e5543ff8240aa3aee8b266a23858adab1e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:1b6d45bcb0dd45afce50e9d47da1b7a0c2692b18cdff6a1dd938e377fc66f4ce_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:acdd8c238eafa3e72d8d8896a19da7634e85b7a1eedffa014902f86f763e977b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b8d71c04060527d2e875fab7beac323327eaeb3ee83dc772c11372388d0461b2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a6a890b17b0fe3cdace9e77a37e96a42a463213c689c1d4c117768fe5b486e2c_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:b42fbc4c990e686bb444a03a72e8d7bc920ced1d7df9b0a40fd9a3a03f375858_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:b9fa6274a4b1de81cbd924447e4b6d9234b05ee721659cf2957da5b14930dcc3_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:d37b9801024f21237b5402795e9c071afa0946ff74154e88b3cc7e3814b99e21_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:17c3ce5231ea7eaac8abfc6e41c1b9ccd5f4d14728b8aa3db5d59c8ba9be9d35_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:6f00c792ef65f9e14f969a9dd6f733bba1d3138070e8ee6cc0258f7aa8d2233f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:a3ac6249b24e15aab4ca8013f0b494aa0ce242369506ddb8f3489116eb6efc64_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:af5d3c19432a2862cea4aaef5eaa8ac4f65926151e6f98042d92f1985f7d1364_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:03ce601d8662a9352345b8f9c953f955f872f8d92b9ede9c79b572192daea786_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:797e65945d77b820503bd42bfa2f0323c51ecfa552c63e13aea0f4726a1b7de5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:99c5e34d8b432265c4f4a7c74b2facab7b723c2d21492c934d24f2fdb3b593c7_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:d86318a672b4c68967fbef17841513b22da9df8f857155c62fcd416981987438_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:2f536e513817837e83bcc230dca8a2352ada74fcf26fe795f6ef826b2570213f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:71993ac8b7b4df001aa566b253601f6bc470ffbb5469cbf2ba2bedb342e1fba4_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7a23f983c46059149681d164cd0f1dd4a42f926e2fd9a2744f3495b7936e6021_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:dd82cb6df6ddaf0a24f1bd71e41955d9abc9e73910e507d55bdf34b71fdae10d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:0ccd64570ab06e9864f3ade00ef0a0b0416c522f2ef25101505b9ff407d772b4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:7c5bd6593d9e516dc466fbad476e5fc9974bdba7e084a2a1b88a465adedb39f7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:802f88d17019359d6adcf63e80542bef03f333046817794b72487077edc0d9e8_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:b5943f0c644288a7458bbf5e5af940796a1a389077f5d89115682d8353b94f03_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:1e360d638a5fa1ef11825dcd88e1b2d8e5c92bc58117ee807c9441bec5d25812_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:464c9c4f7c10998fd6ae1c32d4c6e1343b123f989c5d77bd8161597dba47e2d7_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:81beaf4b88027d7e5624f8a38a7d6ff7fa150c0f11f4f2a193ca508541b185f2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:d6d9290e141cd57b8dfa67c0ae08636f48ea3b92f703b626d022286256d22d19_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:4636f34ad0aa46c2426b0ffbd73d481c5795033eec60f67bdde91682362d5272_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ba0d95998d48b643e3fa04cee2e21f1345953bed885e6338b5d2e3ad9a59b1d7_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:ca8439d7ba2962cf682485b6a7897ba3e324a330181ffa9e665633902c145d63_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:caa95079698179fe54b496596ed7704cdaadd66339e20bb99b6202c90503eba6_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:097fbf575b4363feddd2a7f6f9a465a34ec0ab577892663df083cf1294035732_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6b5e695822a029433d8297358a343807e624031cfc448cf26905bf617b2bf292_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6bea2fd710dc750b554ad66e488b5edb9959106cbf259a2d02c385e977ad9c5d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d1bc9bdfef4b5d81477b0a30e5468ded9dc0cf9ae281261812800feee2ae6b6f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:24bf01f2ffd7451a21c7aedfcb6061b3c0b966b3aa50a1b5883e4abcdd4d8327_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5d1eecac6e4ed12a2eda37fedf9f5a7f73f15e5139f8352847fd44100dad4bfd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:5f4204e04f37f2b3df30cd0b8bc8664a8ca8b6756b8a0a77df439a4d02e46e50_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b88b53bab34325c89e3c2a99e17d2e38a0d130298c4b058f29d0a1dfa320909f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:0de67efbf7f0e8bb89b9900189d4e77e3863a26c0f1df52b93c7bbd7c18e4570_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5137c5a847a551069c3a428767ca94cba8623982402cbaf9f81c50e845df4654_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7d4c2fac0ab7f8db1321bf076a18947dbe21bf99fb02a202e44acb579244a3ae_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:f4f56bfd18ec414e96f0d6789a3e0b4c16e5c846042a29f9090eeedbbe1effd4_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:2aba39febc1e89e1727c00fa71cfa11491f354d45fe24100e4f01f37b7f9b973_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:529d9b63cc5a4e36d3198e6d45647ec4d4cb30e9a7866bd029ee8233fa270674_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:67bc4138ac07edd75caf0188c80cb5dca88da0d8487ba27fe806d4ce30b50c4a_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:d3acd8a581c142a76ef8c79d6082b3c8a600b19a55c0d6ade01a707fe8601ad2_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:ad0ec6966b814ee89e3644a0e6d55089623326c6821ffb8ccb14297890fdb2fc_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:6298d1b6175dcec1c26ce789be90002e186c5a2ff0f3fa653b6f51f3f60b691b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:18064072d3e3e7f28bfaf1975c7b786ee9e5e84445c41859db4f247d7f87de0d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:9538b2924c1ad6b77888eaa2d7988f9246fd441078f5efb8b2b1449bc475ced9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:ad0ec6966b814ee89e3644a0e6d55089623326c6821ffb8ccb14297890fdb2fc_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:6298d1b6175dcec1c26ce789be90002e186c5a2ff0f3fa653b6f51f3f60b691b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:3e5f99ecf78c15cd5dea541565c8f2fd328f7dfdaba2da22558afe554ca123cf_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:59aab599dae76791bb4498bbf9af87eaee63a1a9ea0df0cd3f1aa2914f7fcbac_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:51a526df16d25593baed84777f306a93c61f7cfbe916368d391da84c82b84b0d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:6d3e20bd8f2e201c3cf4612971150edf86fbbd227293d8308f2cb3d1ffcdd021_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:cc434de3c6db771f9e419d9b06bd22c56290281d5406d5cea112bd6b07015192_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:e5ac9c39c8fa9230841d7245ef97db6c49f5e19cf1a9737c3b5499ff265026fc_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:1a1f7fab37b1d55244828bbaa376d6c2d18a0453720725d1aa429e0258ec6e11_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:38a63c73494e7b5751a0d9c22e855371f44d0855efc171a509780bd2df26cd6d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:4476ad0db74479ec5d3f1f28b5d7314ed2d863e7f9611680ce2564f79850fc4b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:9bd3b25e5eec93989bfdc1f3acef6935f1f7162063fcb2de40fca4909442e5aa_arm64 | — |
{
"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-08-26T22:00:09+00:00",
"generator": {
"date": "2026-08-26T22:00:09+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.16"
}
},
"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": "2026-08-22T06:15:42+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-08-26T22:00:09+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-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-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-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-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/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/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/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/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-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-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-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-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"
}
],
"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-08-26 22:00There'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
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:393e15c21fced59cbaea52bdd9c1a8a8a62295ca3d15a73e5c3c169e2ea44a05_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHODF-4.17:odf4/cephcsi-rhel9@sha256:954eb36266ebfb6da105834ff03def81d1b1f8dbe7b485c51f94377398faee2a_s390x | — |
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/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-cli-rhel9@sha256:12fb651a95f3d5f4d1b328b1fec911e14741800ade67ea2618ee72fbb6a5cebc_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:170f0cfff14f3b9b079c6e71bc9ab77f7dee94073a1c2edcb2a1938ed9754659_arm64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:675edc6e39a1d461d0af5bd61af9072ec52567a603cb8254871b9040e8e29f49_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/odf-cli-rhel9@sha256:6a45364518f1d3f51259fb446c039c77193691d46131e29a214832459a5a104f_amd64 | — | ||
| 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 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:9260d7ef26c8e8a6e719728fc40d2cd524e5bbfcac454a1bd12e390a2896ef54_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:9fd2bdef0618c696f1f11c2f933c217157d377e44430950db6538d8ffe7b676a_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.17:odf4/rook-ceph-rhel9-operator@sha256:bed00ec165cee37441bbf66b758a326906e612aa5626aca5d4ed91b55b16b987_ppc64le | — |
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-08-26T22:00:10+00:00",
"generator": {
"date": "2026-08-26T22:00:10+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.16"
}
},
"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-08-26T22:00:10+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"
}
],
"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-08-26 22:00There'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
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:48a78055883926781b687851039618a7ca280620cf32df7fb6c30fbc9153383b_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHODF-4.16:odf4/cephcsi-rhel9@sha256:e11ed7011e43a417ce87d57530141895de76be96bd187cbfb60b811c0e6e16f9_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| 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-cli-rhel9@sha256:1ad339af0b68a7e8474cce048a4d295405a6792c8e982a3719090470bd369c69_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:1e6fcdee1215a12a5cb7f5a4a0f374e31a203bdd24a4b5c723e9e51112b7f556_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:3cdde95444a965dd492b9a28bd0b126fe108a8127f9dce6e258f74b5213d8f23_amd64 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/odf-cli-rhel9@sha256:c8db394785351c93c5a434eea1f15edbac8e70d4260271f6598c0cead2636df3_arm64 | — | ||
| 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 | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:1494674ea56a945ee129590c817ea691191c77ac6cd766aa42f3e229886fe0c7_ppc64le | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:641c15e154dc79397ff8318beb246c4a4ddce221ae77265749249b3e0e82a496_s390x | — | ||
| Unresolved product id: 9Base-RHODF-4.16:odf4/rook-ceph-rhel9-operator@sha256:96cfc8f0e80cffeb823d0b19ba9021b18f7c3aeb78a89f3d62322c605435f8fa_amd64 | — |
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-08-26T22:00:12+00:00",
"generator": {
"date": "2026-08-26T22:00:12+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.16"
}
},
"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-08-26T22:00:12+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"
}
],
"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-08-26 22:00A 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
|
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-08-26T22:00:14+00:00",
"generator": {
"date": "2026-08-26T22:00:14+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.16"
}
},
"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": "2026-08-22T06:15:42+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-08-26T22:00:14+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"
}
],
"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-08-26 22:00A 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
|
{
"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-08-26T22:00:14+00:00",
"generator": {
"date": "2026-08-26T22:00:14+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.16"
}
},
"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": "2026-08-22T06:15:42+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-08-26T22:00:14+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"
}
],
"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-08-26 22:00A 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
|
|
| Unresolved product id: Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-cli-rhel9@sha256:bc9ab79a853b7bb4c183f4e2ded84cb40fdc3fb7f41e9f7134058a995bda4d1b_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/rekor-server-rhel9@sha256:993394a07f178f89eb103b33fbf7bc007db3cca98eaa79e01b6e6a1ba2a302e6_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: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-08-26T22:00:16+00:00",
"generator": {
"date": "2026-08-26T22:00:16+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.16"
}
},
"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": "2026-08-22T06:15:42+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-08-26T22:00:16+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"
}
],
"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-08-26 22:00A 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
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/client-server-rhel9@sha256:ce30450e9e3aee7368bd9ba7f756d7af0f7c0e052cd57951256adaa9c78fb562_amd64 | — | ||
| Unresolved product id: Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/gitsign-rhel9@sha256:7a4a1a6a0ad0bb4e8358e5b2a8858ed5919dd1050b620af73d6293ccabe0d236_amd64 | — |
{
"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-08-26T22:00:15+00:00",
"generator": {
"date": "2026-08-26T22:00:15+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.16"
}
},
"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": "2026-08-22T06:15:42+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-08-26T22:00:15+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"
}
],
"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-08-26 22:00A 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
|
|
| Unresolved product id: Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/ctlog-managectroots-rhel9@sha256:eab52da98a670f44bb74bd5612eaf274f1699a9c9ab64bd5dd96f8c340188b0c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/fulcio-createcerts-rhel9@sha256:ecc2df433b70ebb55942b3787293a87b280f7c734149547c7a9db85d0f1cc698_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/trillian-createdb-rhel9@sha256:2af38a2b19950b8c97d3e05b37f9dd10fa52cc5513379da2e0abc11b9e41eecd_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/tuf-server-rhel9@sha256:16d4ccca29c5b0adae1627f9bbda217a9a0462a4fad32c1b48cce91d400272d3_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: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-08-26T22:00:16+00:00",
"generator": {
"date": "2026-08-26T22:00:16+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.16"
}
},
"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": "2026-08-22T06:15:42+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-08-26T22:00:16+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"
}
],
"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"
}
]
}
RHSA-2025:19306
Vulnerability from csaf_redhat - Published: 2025-11-06 11:55 - Updated: 2026-08-26 22:00A 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.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:1167bd175a841398744ebf28418cdb871bbad24ae38db5a88dd07ce5cb843d86_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2c2340eb12f729cba09a33a67a873fd11d421203e4b4548474d88a6e37f1af14_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6a01712dfd5ae1a741dc0db425ceea67934e763afb5df78809c0e6a22ca3173f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:910dc87281b45ed6dd18d2fb7204765fe3f3332d325e7c0cb061ad93fea7bb06_arm64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:719d802cdc007d64eab521dbc648d7efbac8b04713093b774bdce1da422e3ecd_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:ed014578e5710249c89391fdb17423ffa5e6137de2308facd20d4c45981b4adb_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:f42c255c1923e63843b1c7622861a65851aaa086fbb2668e0867e28893ba9c7b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:f9eb32fe20a46c5b0ccc3e7dd9f7f8d3c591cf64ee7800137ccdf6c4cb1726ea_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4a69fac5425de41d1bb0b2ebcbb99012b520002235e578b8a8ff0039079a3972_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5a3757def8e6a4fd616bb999d34903ddc9f7d8aa96dcd865f749dded52e92165_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:63b6550720f82b5a98783901d776f3866075896b661958cff3d8ddff44dec214_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:679852a44689f3a73197e047661821c910e35d50edbd788170b8b0cfd9304166_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:037c72c52db1039c57f1008617136cf9e94c8b3da14ea36c3a0595e6182c0042_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:17a517f94f4fb0429b6284d884570b95349f269ed187dbd94c4476f525dc54f3_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:6e0a2c775267d2f07817788a3ecbdccadbe6377e4d18a0d9dd9c0f0d40c77eaa_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:adf596175de3c3004fce49a68cbe58e7ba15b3b0b315349ddee89d5dca8109f1_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:47c1a53900ad4c677b45d0dabd3f08a2f77f164fed64f53cc5f3d1f53a9fcc2a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:7cbc7f3c9d0912d4e1d0a1341a3db13fa59bdd0a2e3a81e161e4e23eb43f1278_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:a3c239970ebc8ba8b547dec72f2f6aeddc12cd19c18d75c493abc85285da48fd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:cfbf84917a9cebdd238a83d06f3145716b84b883dc78e81deb3738d2a92a4293_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:2be87034234cd07b0305ba546001dbd90403b8e758c83d557814d9b6ddddacc8_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:31b6d68104fe1044f063ba297e9d9e69c1e55b95b26f1e33f93a2573d66814bd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:3dc697a49932c84227d323499a2a174900bd91215314697b8c9c41f7dca957c9_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:f5f6edef66e7059ef66d2a2bdb52240c48279709048cda1b9b96bb11b9449e63_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:0e018e0ea1a45558fdebe89d04617b2b703ba93c7d58f2b92ceaea07d2498458_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:32a45843d97384b62b8865de40d5c642dfede6904c05d15da08fde3642c6b8af_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:e109e2c17a3686bad9121716df7ffc7d6ec82419f28b24fad531f96f86df0f32_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:f8f64b2c9168897706e6cc3ed967a390abbe83894e7758d08d1b790f451b1268_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:0e033237871e3e7ce2f0c11741dd6ffade3419f95b6b8600f7cb0a024bc89e0d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2f4ef4c232f199d5ac24750eca7388b57a44f976a782e48e0dc514c128801d35_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:468133aa3a5695bc314d8f2112e4a62388035c0b272abf4914ddcb485bfce137_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:601bcab3234fcecec33a89b6e6727bf6d9d3682b0e0a0eb98d6b84cc0db7458d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:00143215db73c4d765605e892829f7c7e4537fefe11251cb3d279afd98d5830b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:1e22e06efdd0d73b88ec841815eb6ab7c0f1324b98ea6d3c92910c2e9a592c5b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:5f2f9a2119899a4f1502173947b20d04fd943da8b2c953591a35d6e25bb5d027_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:f2143001d856a68c4cd933242fbd15d950512e445183f85a872f5aee4e2e503e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:152028b94c20a76e62793c63a4186a96b0958b2804979ead7dd47f33b273a846_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:583ba099e05b1c82e7c6dfa6d9a9be5face39683e39ca9d251b8a1562c0d6d42_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:9486a1646f0fcc699d0581ad5af993a73c46aeee65769bd8fb06bea1806f0a8b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:a91563e22d10c6a7c77b092ab6f829e7f0436923038ea4a47de1403813c20471_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:2544e96601860e73dff52f6befb165f531bf7686137d5550837674aae6afd3a9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7a772d3d45015ec702f5e1ab054be240ed673591517ad99ef973898d1e535c69_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:d23cdaa0fd2114c904ded232b6019e61f53b49b41014a16e9df9b7f864384688_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:dc2ee3af87ceaff29152f92bca0dcacc935c10bd83cf136a9d8dbb628addaf65_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:574c4e42ac84049cc168e68faebbadecc3610348ad101ac9d34c140558e60131_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6f44a8a62a65945363867dbc79a5c43965d5e136766fefd02527145d53756ed4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ade325055aefd73a89a3e5d35d84c94b26c897986b77f7c887b3a435ee6e297a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:f841a5218782e8b9a3c435de0221c73ac6d5b4be8182609a074b99f1cc9b1f6a_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:158858bb077286091d15b455154595158995981e1127e881694c686360d03d52_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:3a3b2fe2add4ab147f383874b55fb9d44c1067d915ab069c3649c321c0943d00_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:4947ab92f96cf1c2af5a7144e1787f90252ed0a9a0ae4729cc7fd61a4e671d9f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:4c06d16fe27f05724900f1df1db6d12b951c86c916800007a51de53aae260d64_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:008744686fcf83e9d9d4abd55bf1622d0e9f886570613835d29ac3c8cf9ad648_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5e45fa3a09a9bdea3957a74fe0ddf70080a83e70e8f41e8f16a0957e8f8f3bfb_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:6a39ad22c40ec6dfbe75e3c01f7bfa7bd8d1d7dbfe880d011c58362f15520d0d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:c6b4fa176ccc3af191fb7cb560b28bfdca4821b23d8296167b9919e0ffc26e1e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:73fb4d147dd798f244e7c6512084a7643985ed73163c07160cfa2b03566de6ea_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel9@sha256:557527d76a00f3afdaf2f146bed0d0d28224d8a063b1c9f88431ebb40300be0c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:6de7f07ca16a08f783899c687c355837fbe0cde28b8c5c25939524074f717665_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:d7db2153c58f0081db7446ed10fef94f0dce66b4dc909e65ba2c305161fe06b7_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:30ff8f03b8eeb4ab60a86f9d72e596712171f4dfbbe7f2f74e747b596c05e3fd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4bafb9b1ccb421f617f7667e59fbc90d02a96f7955fcc76db9274a06562f47b7_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:633915104a44211fbb4ae16a128c60193cf266104345c664e8b28941cb051208_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:d08e59156c0c66dcd4b495a4d58fe8757445adf500fe4440b5f1e91779098384_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:680aeaabf1d04ec1242ae9ab0fc577ac095c170301a24cc07b2c20c06d119fb8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:a6d3d9b39379a76781f2894af08bad00632afbc1a6633cce43bba5c69a2c33ea_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:205ad021b256f031ac14686f61a5affc7ac8cab6afc076855324b4d91557d4b8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:c89f326a201d6b89af2d549a8bf35ef22ff4a82b5f1387a1aeaf4c691bc2b332_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:23fc1a55b530e3104c8674947f67e4e750b9b4fee1e71881148f5f532b558bbb_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:40b70676d066ed2a7a1c78322ab1b96ff1c84a5f9cde846174a0b9d084cd0d2a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:6a8d392a88b7be09b2549e4cb5469a5ef748853072bb5354ac34d1c20a9690b0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:acaca7b68e729672aacec5b83f5349dee6eb0cc360e5f600aa9103e9026e8501_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:809682a7f5db22c4632cde8ec3cd0af3eb3b4a64bbdf95b7330b51acfab69925_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:e55d509c2b8028d64a64936fc665c013768e05a3f7019d372a2d7f5738e5db16_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:0d0463da3daa13d5047641085ea55f0ff09debab78b8a0552f2d2faf3f44c6d4_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:a3728c574b252b0830bd1df8e3e92a48c3121276214870a95c76ac12c108aa6a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:3ed7bf4ae76b1b3deacbfda0f18856b2c149a827c934c68fdb7348387c3148fb_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7dae4561dbbf68fbb3c3e6190ddd8211b0d481f3457f13a4ea6ace475361a7bd_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:447feb4c7d6d68716de5415cbcdb9f44aa594fb32c06480cf678b06788cd98fd_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:f528b1517558b6aefda5c2bf23022ec918207238a0f4b759bafd7d54d0691691_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:5971fce447489bb15c3cc4cd9996e321cd8baab37ee170ba335b6ace45bd14f1_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:dd10f8f08a1d5b063354f44376a68ee07218288077b78ab46e8e8ae75b747caa_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4899f0b1592431c277642bc16581a656d5e717067da2874bac7c00fa403c06d3_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:db23b81652e9c7cf4fa25ba4a96ffafb07b0f5b2d923019658e50a07e31e019a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:1df9ed6540864562e105cbd7c275b0d066d028d4f2cf2362cf73a8ae5175fe18_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:8665625082320a37f6cab1a564adfe6a8d044cbb04c6ea948f15f093862358ea_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:625291292b2d99ab0374635a3190816c51e579dcbca6a0ff2e7ed8f686213cff_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:857360f334810f937fd1be07343b3a4fa20f48f9ef2f47d24bf07787683d9f81_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:01c0e71209c724866d3dd9aa76163ce0d4282d284d148f70d993b23b74ce1998_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:0c1811483c0b6923b5a03a43b3f38fef76bf8317fd2469d476546c2fc308d89f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:18f92db1fcfa7a6e159cdffa6c207576fa38fe8e39542770b49c81ba7427a0e6_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:4fd3b89d351ab5e4f5cb3dd0c7eba8a693466754fa6335f5d8349908f4a653bb_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:c58cc326fa3ccc29ccc1376869983ba77f555e88a5102e5439bc2c0d61605484_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:c6fad737f5f0c071d899858498cab7e031d424ea9ff5967bdc57b64e0a85905a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:191f7f1b1a766500f8365436c2cced514c795707e232187ef500b7cc4278b214_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:406b265de3e2cc470fb4d86ebad014965e31b95fcd255a81b7561c5e8fa0e56c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:865724525f54668e194725de3701a548e253be9e4f1debc84dbde854564238b4_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9ae218f40503da16a9e065d8812c303a9e349d77be1f1daef1118bb0f0e1ef42_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4c797b6452d7bcaad38f37c65d0618f5dcc998ac5c27c20e9a11b155830599d9_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9b04f7201f99279c028c528620ad50d94fe5cc2d74ee03b542b73fffdea494b4_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:af3b7c16a22c617c4a08fe22aa57038e82abaf27978d99598fc89c2587e7cf53_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:cfc288c31c5c00d58db6e6ddbf2d2f373dfb8dc67ba7c6d55293cb6491c29b04_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:370d9cf25a6331bc61f15927dbb752c9baa6696cb69f65a582c82de24c8ad7e4_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b00ca84a415ab24ee61ff3fb7fdc5334ce045125a14b4b76030f46c3c4b910a3_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d223ef0499483832b4f1efec4e1128f8dca303de5fb3ef18a1e9f9817cd4d534_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fc42947a5994fd05142537f6fa8e7ec3d33c30f4cc5db5c83bcbc04d076b9312_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:8d5b7a2c9c54b30056336db174451e0504a6b70a3ff9376c1d6bb87788f90103_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:beb39083588eb33f97c9fa03683e74b1c51b76874ff8c1feda55cbbb27fe61d9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:ca54639add5ce3ab35219dd58e1bfc9f6fa38130b0ab7486c4aa9c563fde87a6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:de303accc9d9479b98214dda863ead61ef4ff07d24234b4a23ffd1e7e1c8b540_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:10c928e737116956e8b4972554eb7a7caf8ba82ef7988ff1bc55a20faf93a111_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:4e548be4269f413c54f23fa6e6be06c229f6929645d6dcf53b7b42613298e185_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:b982e659668e0b6d9feddc5664b34c92de8626965fb973af3fae7a7f3f1f0057_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:d14d63c929e558c5397dcf01dc9f48fd0d17cfa1125673177aa58ec64208deb3_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:6214236f85ba29ebb5331829fd59c2e6758256d32e12dfaed7d8218db03f23bd_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:6aa15ed02b87d8748be79fc881707a0506bf616d8c71d2e3ff6bc6831f80ee72_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:f713cd7ad817a6f0062ad246873378f7c1cee829b5b83c72efcfd4a70ed644b3_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:f904fba09d99a7d6ab7583212174b78bb9ed5fd3bd1aa218d91dd18864541d12_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:05c44b7f417db2ad8c1a23bc01e62becac3946102369bb26770309285c377951_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0cb142098aca9137dacebf1790becca57f45e736d0ec049d6e900d6328ac28a1_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:8cdf51b679ab14cc5f9ed2d8265e7959b577d3ca1ccd0d698a6fabe5a11ab4d3_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:c5665d7410064c6b4dd06328dcd62fb619e844dabcd5b218dfb10c3632b896e9_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:325bd6adeb9eb27493b5f7d117fc82e3cf8a554c618f5dfa2448c3313b4943fa_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:4c4ec510e2eda60fef2a6ebf709c58da55a4dc6e584a060264854d9142ea6a0c_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6ed4590215d494f1d630556163a47ebfab26a0ea69971862c9864ab0bb370b08_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f914abc670168e625021a71fa9546c2d28b4df490f21ba4f226a3c8387d4dab4_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:1aa49c2586807e952cdf7b1d86c0b3d25a0c3a32df62dfe3a777fc8b6cdfb8ff_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:246fbd712d6b7ef83cd83029c8998ac1b29d1454ccd636f8f6dc8b47bb5b6b56_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:38d300d9926a4fcde7999191efc6d99d6154baed0baa00f3f80db8234ed1f7d2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:3f44aeef785c94afe6707cf2457557fe8c6c9eaf72a000a2f1a3680a04d65411_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:5a3d3051df9f589ab8f3c326621f654b49ad33c715fcc8babd4ec35f473e8e24_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:77c228d758f0a2ca9da46be4c2df85757bc4ff9fe87aa6cda2ff2b1d50f86429_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8e1371a7bf53ef22fca75be240eafacc23fc6d119728f5d0d71a2bc149798de8_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:a05161338c6d7bffbb1b294f00dfe1d3a53cc2f7a97553cf4e050315021b75ba_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1c78469e53ccad316db280cbd0ff4f845a2db0c9986fd7ed101e08ac5c5b8db2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:53c49af94fdd23d39cbcf433598c3f3a40139903631ccc5324b3aa49e4e5dfc6_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ebdbd79898c7462a90753afa2ab80a33fa6aceedea93e6cfa036a55f31bdd564_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:f842a1e9256475b3a5a6dae87b6b5c2d72cecfebce08ea44db5449f7854794d1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:74ffdaffe00b754bdad913e6699b44aa293f880e3803c00708d853202c20f745_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7cb9bd477e9f0f711eabeffee9f25f39c7985e7a27bdc46411b6bf4db31f8d53_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c0f06a3d5702010cbd5187f1b34b42eda35e2cfb5431aef3186037a385b57233_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c8be479b9223b21c389fde445e2e5d1541a7e60267fe07bfb53d64b6afb00999_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1ec6339dab77c900022ffcae585ff86041ebbe1d6cb8639d6167ad9b97156f45_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:b5f1e96b420a872b91d1d22766e9ce8fcb38c443c23a4f4baaac6892b3c6b4f7_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:cbed4b61ebdcecfb4c459c7ccfed58a1db918bff994222f639bf2aba73def0d6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:f73ad509fa3ace02e50c9b1a3eb6850a819c706e93bdf88b0a700dfdad02047c_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:38370fdd1910afe69d0b9e6ca55873e2db83b50f2182cef88ed7b12697ffcdd6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6cf68975471ddee2804b4de20e932a1e1a1ea2ede27c614ebdf5ada4ea690e05_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:7f03465e59f1584ad52fed99f2ba8bbad123d1ab885a467fd69bac0ccb9a0923_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:96f38213da8a879118599dba97472b9a88587a1f15022648358360f368b6c744_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:68ed9daf7a0d82e2759096246c1b9eb07f97353c3f34a613fbf6893ca0d3470e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:974265ec3898a056decb3965f7c793a2852545e5dcf35e9f7e4bdec328c15c5b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:aafb8f5731b597fc079f76e4bac04da231e0e4fae464b83b7c7890b5f8ca91dc_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ed5146205b69538fd31b42b0114cf60015a47f872743a73077ef971d64d64c58_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:4aa00ab509205843236296fabd03a2c49e021eb135a91da0590c67b79694cd94_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:7bf12c94e1bc56b593af9b44bdfc3387ddda30c4a4ba762e8b89ceb714f3df65_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:7efbf4df1e8e17ca25087634b7387d0763590e00a33532f86f48b266199423eb_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:b7623d88ae5520b0ec76fb743d9c788511fa99b0ab0f6180de42d017dddc6cd9_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:41dec92ab759c44ceebe8eb15859b2ff29986dd5791ccab79f91cc1786a0b601_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:8014a45236ce64d0e0f3e35c6978442fd4f9ee21fc3f95e51f20dbf12e50359c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:94eff267e214468250b201f0af1de5bee5aab3e689d1f8bbe42d66f0c2adbdca_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:bc3e093b2d1a5e3962b9f02707aaff0d7e0de545a4b7a1887e79538aa2155fc8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:54e4d8b1282351915f2f22fa4843d5b4d19645dd890c4675f35749e2415d476d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6251627dcc972c58a39485c410c8a264d140b876f8b47765687a310ee4d28524_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:85c974e095e262ec405d402ff2a2c4419824edfb9859352c35fc0c8d1bc64c8a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a40c7d9de59a25a7212b6f43f281647ee45e21e948d718b43a780f741b0dbbab_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:a47be1e76eb39ed50efd59b57dd26a780674d022ec9d07d0b4954bcb309e39c3_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:af65a9f612d1e28e2b43f0917dcd06cec30dcb20366aed6a40908b74c07d05ef_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d182a13e89c363a605f2e6fc6a3e554fbaf27b9dd405ed84fccd8ed41bd8d8c3_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:f3ec661872a5234517e8761e30e4e15cf2c7015760870d8dadb0c3f07007c4a3_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:2186bb9adcba18266df62a838c9e79c6ee2b3181a97f6169513fe5202c0a75eb_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:6d89ed9ee8ac602fb6749bdf73bf0660df060810f805dbb807a903ed2dabc69f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:77a2aabcbd55ec7fc076d5c23ed8aece5424def3995e624291ca4f2139e6a82d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b0b0ffaab41c61cfad9ecd127f6f4e312ac45d548d77694cb470170b7bc540de_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:50e4d73d1ae6212010a58a15d5192ba8e60829e0e140a6d0bc849691c5c2d78c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7f0237ff4599cbe5aecd287913b9600a0bb36f2fd334a2a5691736cc6c5a8ff2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:862b9097cf6e1635d30fc1cd94f00f4656bd8170fcaf908bd058455298c46ac4_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:984dcda6b5ea285c8a07461ff2279685000f35bcf3acc71e3b12231c782442de_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:02417ed67f618617fcca2270744e0dd3cd81a62d7f5f5da6e73221a7dee07649_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:b3b52c01b3d3351317eac2e4cb1e2b76bb4eb0b4698990b8468a9c26f42ad820_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:d94be231705a6d833b988b01a2aa5c6c8b918fbc38bf2ec8420bf133ccda55c9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f258283c5c32b7a28dc6c33a761eb7722a782773745325fbcd7bbb78349eb2e1_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:3d64a1e4f48ea11056d02d8fb29b5c5e17ba298f0a603e964ab1e448033fc66d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:6f737b4318a8f2e96c34c1f1e97ec23530533bdb33acbf9cba8982f8405f5aca_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d41416b2ae6fa0a882bd778f8628cb1258326ce3f212a1d956ba726b74248c60_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ee83baea9ff008d502c891af974c6ba419746967997f11c13266d7b02f7e8296_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:1d2c5714949f40e168358c505c0de750f5e2dc7dd0b2e99d31fe3af4cf1e864f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:517c74dcfbaff35ef2ba329a74a70402a228c77da442d263e5d3080ff7193965_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:9cf2219dfc08fc0ecb0f93c2e87ae9f8a7cad90b221742787a0cef6cfc62f007_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:aa18a0e963b906f041d4bf64c304ddef470fe78475378e11cb3565e5016beb06_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:1bbed360cd870566238b6c800e8522f04f02d16712c303eecc361af33fff436e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:28da5447837549fc35380edc0dc366bd59216852c59cfa2b3d512cf8eebc679a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:2bd88bbbe823623f5774a9813c7e43606ebdb6cd87b2db7fd78b7fe0c18f842d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c4b67e9207ea19d96108ed0117181a716c10d933c89ac036e49e952953cc3a2f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:11aebf8d07597c63ae5cac4cbc04e38d49ae1a4f8824ab22128e0b5c39e805cd_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:357f6ef38223cb776249a04fb6ec29d61fbd24f7b31a5730544e449c1a5d9d6e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:83121be160c1fff1d16e17aea4daedde7e231b83ccb00349841494e7f87a8d1f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f2c98b4bc7bcbb9ade56ab4cfe5d44c32bc140b52a7ee9c5b9cf5957b7ada1ad_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:0dbaeba61694470f09eb05534c1dad038e310311f75009af32a0a1f43d469677_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4896946bdba46feed18276c4f29fe059ede4f60138c966fe9113aa93bbeadee4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4b81f38f15622b32498dbd192503ed2c54462959485ae48e47cfd67239181003_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4c02ec12d1f3762f4b2e735cd1600a00fd1bbc62130e005fd9842bd3f7ff7f6b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:18899c6aff68b24c792281604e3356f6bbb48d3f09db95f8b37f99ad7f8c914b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2316808c7649cb351257c6c2ee6aefbe0c0d561b822e3eeb18e85dbaf04491f3_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:451233d80bc028a63b160526e07b233807d872f9d4e14da6ad4be96f64f29491_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:74fb3a4932ce350cd4da33d57a4fab1269bdb5e446fe8f93fada1b304a622ce6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0c7b57c158314b2f956181a8b28a9f8d7f83aedd8c87bb9bbbeed76a8fd7ea88_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5b88f0644f5b8237cf8b3aa0f6ee1d8a3899a912ce6499d1bee0aa902b2f8f80_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:672d284b3ef447aaea1bcc0a14c677c309116218340929ad59eaee178e9e5cb9_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dbce5221138c15a4aef2f65c3db8bab5ef127c48f3a446ae085a203d8591730c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:157d40ffe95e88526691e06daed0064ca15bbfe1aed547f3a3b968b9c36bee0f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:3885a8026a64c7f497aaa90c50ca93cf1479bfa83ad0d28c4f49cfd3c5220f66_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:457d21495a1f47cd6837f6263fa30652abc7a215c01962507a1e1bd6f4968a09_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9dec3a959d916331f6d2a59ef1e222ae4ef3d170cb344e2add3937966cf1c829_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:644f19b57dde50e4588f5cf1c4d72ac8d49dfb396b7c04d59dcdf6e27bb12017_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d5374c58882769f9d40f47d7aa8f20b1676842c8f0cd8b55a01d6fb587ecbfc3_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e9424fe4b804674ac06d8902eacaa8bef0c09f2c7441460621e587c10c079826_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f89289e63a584031efda082e7f77bd0ef4a28c815b3590061f8a397ee8e5a697_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:01eb7dbdb11a50a229196f82930e647e2080f53224bb41ca2a0fe6349c5d8d03_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:1e7712eee6328cbfaafef32ebe96031705ca193298de005ce69f63dd39eca9b4_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:25eb621a41d2e7127f114416778c571112fcfe768281edf5e0bb25cd77235351_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:ad58b2585ef510c8f4c8b074085bb6dd3e17ed3248d7b86ad3185c76ec33b899_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:0f04929095116509edbbb1bf2a5c4a9ed725acf2a43307fff7cb5e4d225e553a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:2b9f99a6f44b8f7f39c4a78ed1f17726c933677102fa6953003ad1898f15ea94_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:edf6a8244ae0bfd588371101aced93b5ee8f5073309daa7ef6e407b4521928e1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:fcd4846ca63a5c2941046c19d96de0bb06ad4205c4f980c844dbd0d98df00d86_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:053cf21c2a3b09e2ba911c181d3585cc24390ba0ae4c130b9751a499c53a3196_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:154bd45ca42951efb3bcca14a5fa0bf055fe8c27d2a58e593e11d24abe2f98bd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2c0c232df35e9d03ef13aaa8b44b12b6c9ca2127f0a5e827d46b6beee55d856a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2d55f19aae3c983335bbcef443680455dc9e7b0ad49a8779e42165f505d19b5c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:01a8046396354cb5bb0c950d4511a3494b9e0ebc56b3624a48b41b60e0b8a30a_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:0965f3fd7423e085d7682717f97901bc43da7a6f8aaf1f30ead9adeadf0ca649_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:33eac7aa9a8fc302b48f4541dbbef960aed461f73e42e413c5eeb25691a73905_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:7d168d6a6f797e925777d01d55bca9e2cd7f6b30e52a76607475935a7c87bf2d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:669d559563c8ce25ab835bfbb6d05b7df7fca88a0ea9374d50bf8373265a8bb2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:802a812b969112861ccc9a78880d0764af5c89c15198a594e7f8c1d6c2acfe0f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:bd2a533eade7e9a0589c83a3dc428d594b174da8c4eaf612d676d342dd1e7dd7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c4efa347b4b2a9c938ad8bb772d1161a4a2b8b1e54455b0569a92c2f29cab2cd_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:07ce41298f16b4f99d8cfaef9fe2a113855c4181c3b211d6c1f9e4fbdceb7d05_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:1945fc30c009a2abd77ec710cdae70cd18c726f633af7d9d8248fb56d5329638_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:566214654a337f7b2f76cba30abaef7b5abd496d0aa6dcf710aaa1dcbf740863_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a98ff558a980eac6d39c3e2d8275d0db333679521d54b919fd6b2c11a739f387_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:8b09b7ddb7949a9db7af4e4d1d8f15083cca65cd704b707d93a7d21a9c9e3c13_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:aa426170166116c40f3ad7a70d05d197188ccae8023e802755aaecb2decac985_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d4704096bb00b1d854cde90f964aa319d2898d407794944ec0025b386264f2bd_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:ffea3b9a771b27a8d8db70ef73a5089c7e343a26f5ca93698d490d2ebe67d206_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:26506524326c64baf2e77da8073ce297d72a583d6ae194516bcb6a32a273059a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ca8df7b4917a2c1b7a22e8f753cb19c9e92b15487c121e94156961d5b5cb7681_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:d2b5095502841f6654d21fddffc781f20990b586480eb4b56fc6414ed291d7eb_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e86eb8681972ee463d5dbce6a583dd035f2c38aecb09c3a6059ad99c3aeb8d31_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2003bfefc53e825002c66cd6aa5035d13db264ff9f4fd8c99e18683c1c808f39_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:284f8b74d3e69b69759f45116d07782376cda8554979535ecb4bf9aa8886af56_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:546822ec9a3b2688b4c31830872381cb22db5b476e89462c0e5e448ba96cfb77_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:65d9d9df5aa55831a1627b179412760f114bdde969040ba73c585c6449d19e36_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1a30ca1498e2cd83d64956812ec1facb07f796fb8db50977f3ff561ceb0da7fe_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:32700244d0578c423c636b0ef01254d823d0432125e1ca929d0ff1e115a446c1_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b562637dc56ed32a75a444ab2f31d75e7741ccea5b8a3c004df4a42ab1270d6e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c2a8a8f577ed98972d273ded3df429d0651608c8d46354584a2fd85782407b2e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:2526b6065d1ccfe1e36fe5b48958a22737b1243b3f0df10ee3d27e0a62fe340d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:34108f69a1ae3d91059fc955d42ff21e50c12390296677a94c4e691a0866cffb_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:4c2712c451f03ae375bb6f122c17ea1c28f6c52c2796ff64a893630733c6caf3_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:88999cdfcf7d367056945f5fbeb558c6ad8a9c3e068e67724d12090341341bb8_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:71b555c5e31fb0c3ad0c512f937027a14b1dfcdd4598438bda3252a8a2100c1c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:9c69c2600d5d0317fcbc2650fc4b52d319a32c3df9db6b5543b6ff254c3b9fe5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:bac49120f60baf152357368e241e3103a5fe6aea171d8a63917e8798d81bded3_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:f270351f6697f9d7d3d8382f298956d6e1c5d9e8ef38317bfa7121e9825713af_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:0f3ebde6a312b04a5020957783e5156456dd0a60c9e1f009130e295b0143160c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:d878af0364938ce585214d77b78ed92b44c916113405f0649d1e727f9c010b3e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:dbea9f717a33a02f4fcbaa6029b6830b47b561fcab1063eb868812794159b303_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:f5ac07ba3f562b9c62461916f868079fbbb47d95b24379b9ceb55206e616e140_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:287c800f33b7bb17969c93891edc40646cc48acc9b741138795b7f041c82bbc8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:53ecd2e093819c381012a057628f8e614c85f0c58b6d54e378e2155122ab1d8b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a840761823769c68291cefa9028e0a6f87b6625588b1850d148b2f8ea580d8ce_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:eeb3bd21c506b7558241ec2458d57407860998b91b4742669982073d6612a9bf_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:1a94c20db46917d931dfcbe19595ab6b4ace22f81ad34ea6d329eff8def1f0da_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:71d75fc8a847695728ead4620c5d19ccfc9b8bac9f51521af7ebabb762839425_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:99cdbfdac01ce74763ab9304f3bf30156bad8039a454758941bfa2c96da4787d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:a56d06011589ae7f1b0a338ae33423e77c559a93f4bd8924ebbeb16fa341a7a2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:299842fdbadf955534b257f3c63126a79fb14a9856c4530df09debde212a2384_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:7adbe4c7a14a3d470820884da692bae174fa6d170895c3ed4b02311a66294ea5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:0b264678a566eb387b44b5e8e2ab61c5e12b594aff4db75532d9fc8cf0cb3a78_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:ae2978f43a4b765fdcd8abe8e91956a0a1e267c0f76593d94e52780fadc68388_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:dfe83a3416da5cb195d8fda8ee8eec794dbeb0135de72e250bc965ef1f70bfce_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:e6e1c74ee273df32544e6119badf3b3c260e48c60934f67a7869dd739d020e1e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:015b35c884c0e9b5c3a2df4e3874610dceda9766b1db231a0e99774481c88bea_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:170dd5cd1770f1c560d2d0756a619a220d15c91c8d8d51ea322818be40603ed6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:7f43c6487ef0d6ee493fae02ef100abc813294f027b702722f38c619a5e8206c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:d40a074405d58180667a3722571285167277e73ef4247221e5b5c235ebbba38f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:1fde8ae44f15902a4a5dde0328cb037c74c40ab527db4963b5d703c35f2b2c6d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:8a13fe639a4db964e30cced1f77214a915489f75b2634356259a03f6f280d856_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:afb26125636804082e2827f1d473d49cd492a6356365c186f69873ad8e24e099_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:e9668f534471f09fbfcb31c76be4b68a743549c50255de8fff8fd0c8b4a34924_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:0a67e292a5b75f818272a3302f4d2d334ec57e5e0acdee47fc6da52625e6fb60_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:50be8ffecf96273dd18c233edb39db8e3088bb79acef2884f47b64a543f15e71_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:8fdc9fb2e35d486efdac44adca6152aeb6bed9fd88c183d80aa31da96e5b8c6f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:914fe11be86c707b3e2ea354c5a1c0cb72affd6d9dfe63ae2438a1a310ffe4c6_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:53ee6ae093b31ee41b13bb67b40aeea723889379ff822719c8174e4272cce99c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:5e9cda0da90e658e08a08c69480c461701b03323aad484d887f12fa3e11bc9bf_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:8921a94912d602af5cb9636b2880c1ec7d8eff795473f4865f4354ea2079d428_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:d9b23f9f6c407010472286a31c17e8358a19103fe03260180d2d615aaa91eceb_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:53ee6ae093b31ee41b13bb67b40aeea723889379ff822719c8174e4272cce99c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:5e9cda0da90e658e08a08c69480c461701b03323aad484d887f12fa3e11bc9bf_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:8921a94912d602af5cb9636b2880c1ec7d8eff795473f4865f4354ea2079d428_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:d9b23f9f6c407010472286a31c17e8358a19103fe03260180d2d615aaa91eceb_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:0e598a4bc8097ed172a8e3e8058080ae3db89733c02644047e46cfb65b7d3b76_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:595b8a01e9b2189a3877041ce66509eb2a2a13bb0d928b4fa772e7d22d7e6bb3_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:a59804ff3479bbdd8249f52e145ad8099e67c790dd353684fe6faadb7246f3e5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:f5bdcc739dc1dc70a53c624c35d3e5e9574bbc67cf488919041e3ff0a11f009d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:0e598a4bc8097ed172a8e3e8058080ae3db89733c02644047e46cfb65b7d3b76_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:595b8a01e9b2189a3877041ce66509eb2a2a13bb0d928b4fa772e7d22d7e6bb3_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:a59804ff3479bbdd8249f52e145ad8099e67c790dd353684fe6faadb7246f3e5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:f5bdcc739dc1dc70a53c624c35d3e5e9574bbc67cf488919041e3ff0a11f009d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:06e2320e7c46ca66239bd9cd22eeb576f1c42f3acd26b8db1f6976e9717676fa_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:cc795d7a0cfbefbce47789c6d49532a9a41b8d62075d4c94bcb265fd3ad8ef6e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d87fda521517b9b5505780eb2d84212843145098e70032c9996b3250222fe604_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ec1000141bbcf65e1e79f4dbfcc97968b05cb1189cc35974ecda36bd2b8d302a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:0296d6ef8495a340807a800e8064de04bffd08cc24772e1482ea34d3eb39a83e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:2cb477ddcc46f5b57b4e81a8ad1163c0d3a13676e7079647dd2ec4b94281e9b8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:d85d011efa26fcf4fb9049c360e167a82f0f332f006906f945b0f0048d60da03_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:dcff01fb6c0c0477daca085f3ad54d39b6480f139ed59cd1fd4eea9077068889_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:0296d6ef8495a340807a800e8064de04bffd08cc24772e1482ea34d3eb39a83e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:2cb477ddcc46f5b57b4e81a8ad1163c0d3a13676e7079647dd2ec4b94281e9b8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:d85d011efa26fcf4fb9049c360e167a82f0f332f006906f945b0f0048d60da03_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:dcff01fb6c0c0477daca085f3ad54d39b6480f139ed59cd1fd4eea9077068889_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:5d7e619ddcc71a0244aecad37870bbe6a9bc993db053b68f57984c84751244f7_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:6d0070709140682d4f91f5e7e1341cdfab3d992295f246a3b8f5394a3c290e98_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:8b8a1b6c5fdc802b3185d5a91bd9c68426307526fad048ec7b7360d2885a9709_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:a4b5e6597c79fd99492ba89777a51a9a0fa767a9b174aab5ad38eb6f7a195634_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:5d7e619ddcc71a0244aecad37870bbe6a9bc993db053b68f57984c84751244f7_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:6d0070709140682d4f91f5e7e1341cdfab3d992295f246a3b8f5394a3c290e98_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:8b8a1b6c5fdc802b3185d5a91bd9c68426307526fad048ec7b7360d2885a9709_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:a4b5e6597c79fd99492ba89777a51a9a0fa767a9b174aab5ad38eb6f7a195634_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3f240b50f6973f1ab0ab53fd897acd7bec248c417923d56aad6630cee4bbad5d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:69a9487a24d400bbf3ab5bed205f622267fd19783a1c159669359d706a76c3f7_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:778c6697c773971590c2187e863a18d45dbde7780c0da354a96480ca7e742b35_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ca587a8911043d96b60e967e4b2e33892254096414910174e6a7c395583e97b0_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:11801d98d9d8db5c37bc0bbb72aecc2eddfd0836d079f91a8018dd297e6f12e0_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:34f5458a8d22a1b295a6cf6be82bffbb427aa6421c19609d37fbdb0de53afd48_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:5ed572029d4fbbb484fc3562046de00f7deaa0639185e26adb2210447a8ff958_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:8c3c79a3da45f6960f8cb68074488f8c1a97acd2637deab99b23cf5feb3dd831_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:2c452c9fb2f82e3b4e746669a2e8fe16a63cf009ddfb94d698529cef8f6ca8e4_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:4eb82f07e01b4f66e34f933fc4c1ea0f09a8e227a216a732290e62db12641ced_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:7e411329883832f7e0e9bc7bcd716a5cc48898a051351176349bb877aa7a1704_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:fac2397c70e1a2d1457e45554f962daffec82ff643df596e3e0d47e2cd4a5727_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:71ef3a2f7205d5a4d2e223ea82ae0f8911ea9840cfc819e78931b5d8d7b3960f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:836739cc20594452479eb9db8a995d1caed27f82d8b1e7bad6061b0a7eeb3f41_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:9a6743d451c6a6223891fc13ca4e1f84328f5cbbe5be9c6f4a5505e47d894651_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:9b08cb63eae04604aa25e2816fc894292b63287c078922296ccf3108254a420d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:30a8075c0829c7e8170fee4fa1da1e4fc8f8fd7e98c03665692a0d3790a3e404_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:91eace031f4e244ba7c82194f0d9e4c42e1b3f83b4cea8281fbcff70a02855b6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:a3a947c318b1d2cee8676949477eb154eebda2d7b01bc83aa3ab81b305d0c123_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d4485629dd69e3646522bb0c6fc3a616fd20e9e924c83481423beebef6620ed6_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:0050083f13ea8e40679295049c4312081d38904d8ccc1396b80f27544d01a06c_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:1fa5db1d68336e05f0559c44f107e2968f7e65842d878a25355f37ff487001d0_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b8901c06e9ed87c8998625b99ee186ea5ac8a0a89c0263e210fc77f6b02fc36d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c90ac14a629770bd274536af0f82519c4247710c79acca953a37ae18d5108861_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:61ae2afb181d20ddc00f7f0f1a6a206221d15c887238ab048e10f838995c3d28_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:92ccfe03e0716617e78fcead09e592075632be76cb4d4f906a32fbbf1e7f79dd_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:92e8805702148fe8bd56ce06cd18da14eca209207633ecd89b3b3db27e784d2e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:a74af849f4f9b5eb17e812d798711ea57b234c311587a46fccf80b449e2ab091_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ce86043ba90a236d904b5bf8349678a139c9d12abee75b13e20b454762a79b07_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:fb673b9cd4bf5792fb1cbdc40d8ae3787b0c371157078ffbd959748ab0c19db6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:788f14d6d64cc43d2f137a2b5a2e13e80b6d7bd1c5db3aace5fc90b090cc1325_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b1aa6c712d6b2c05c5819d89c96f837a164cc978670d9ce0ca3676c2bf327ab7_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:e0b18dde5738907a0cd2a7e54a3a37bd341627b6e12c2e8901cb5350e78e5f9f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:8b774ec1d7062dbf21f9d4c9c82926a333d4b530dd31e907fa292b1673c17f22_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:a44db4753020da0574e7b2cb486ed690ec6d452d9c9a86f1a35155b3203c3f14_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:fa22ce356479e36e38b28420a89c51826e52e4ed29599f8d81b33a4c9f17742f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:001a95b33c0b3c3c0000b21d4e6a0802ae3663c1d5c5e1c8b8bde03e248b74e9_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:0f1a47dcc7b5e8d5d82076325fa73ec6bb18d6a7124bce44da452848859c03fd_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:887ef213faf48dedc023d2c533d2b414f5cdafb4cbe79a33841d616ee1e6194c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:d74b26dbce57d591c118a178762b14e8d3663efedb7e3bf423c134c04361b4e9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:39575d20a0b0aaf4e66e34c26cd0ab61fdb672d13cacd4b8a46a05355ad98808_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:62ea773b1ca80e54dd81986d7aaf175916562abc8fef3a7a0785bdf976d43f35_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:a70b67bb199914cffdfd5a61528d442e434bc3dde0192e91f68cd7a23ec20353_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d53a31a064e2d3620ca9a6625149b02efbf5bddd3592afcf355d03f6539c689c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:00085499aba957ce0074d5f821884de04c511d20153293c39e85fb4af913c679_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:30cd4b0203521c2313602ce5bfe38fb36826471bf97573a4581662b579199d70_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4b5e0baa200d25a4e50917bad8abdea3860f7443d634ff316565da4650c7fe31_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f260327ebb92a129f41f5adbf40298abc26df6a7e1a88d419533b4712498ef53_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:1d51e5dd1835cb7d0dfc3507966c4d9811619fd68debba7a51f92351ffdc8aeb_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:d273edcc6cdb663d54cec22fc7947d30417ebde92772f7613ee71df7e245f8c6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:23ca2c33256242f865b28d356c525a06f15824a5b407827908fdd88909399ec0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:4d419fd5bbe80740a39821dbc54c463ba88056f16fb9dc367cd55f4704c382e9_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:44d79a4c2279ff4d86d2a763c7d54209f9e24638fd4d1cedd5579b19ca25f5dc_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:798b93cd2c8dc91007f8e5ce984a9416a523ca1ad1d1edb48ee299cc38a7298d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel9@sha256:6089d0673200ad7ea54762cca3ca1b913ae4a48fc12ed42da637b6b17a6fb7d9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel9@sha256:6fa9719d09f35aed806742a476df49fade99829cfb07583b4413724fbfa1c194_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:2c22af5ba4c507b1d44a2f1b2b64585ec6b7225fdfd507cf9f2691376d169819_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b20ba95a4ef35e4a72e3b861655d236da808c9392f6f5b9b7b760f4c1ae12bd9_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e93e6e39e6a94f8aed80905145fe08b6679dd15a84ded4b4ed0b24b0afdb36f4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:3b57a94699fd5667ccb1cade8f56ced7b4c9bc06969da3a9036fe4963a6bec0a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:d2e27e8532fdeecd9de5f9cc0ed750cfdfd92d82dbe142601c60d32693e67277_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:017c35ad3581bc5d47691821501fad35bc737e5c8aff5b486fd85905d6f815ec_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:d7c0d00e80632f5acfb1c3bc82e579be6b79e15817540e9c91cd6b3a1b3f6ac8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:03d49f30a46c3674fc120b13433e13a2fad082c984014f459ac7f10ab3e9bf97_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0a7e8b5f1b1120382de52f3540ff6908208bcd4ba242abba04ba79902920efc2_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:2e903dd9147352077a4f775283942c3c66c21ec31fa80e1f65a048dacee8d227_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:77b9ae4216d409ae20d82c476e101fdd65c15eae30c619fc8c51e1213524938a_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:369734364457c3584230c9b2445742b2dba5964dd7733422935bd16b71a0ea8d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:4d8b91d1d166f1ba933181bc34de9c05ac4de59a785c707e0eb695e4a81425b8_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:5dd4a63ccc8ff694f3d0b4d38290cfa647c8c6effeceabcd86383af0657c1e38_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:d314434ff086a17a4dda0e0bc5499d892421d66e97cae55ce50336b25c14b9fd_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:2d4e18a550d1257dc97dc44428efbfe326ea8f305dc58228dbbe74cbdfd37e26_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:bce1b5dcb9d752202065a6aac8de3ee1721b8de03ee0f78f569d0f841d568554_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:ce8fa76166c3f37ae6e855b75e43aa462b0571d2720dd15ec7b9e282d522a13c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:df1f7115b9ef18a54f64b9646a27393c7c949a718fadb28ab8803d955c75577b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:39cb774a7444cc93f1fbb512cad9323fcc3ae217d4402c196a926701e98472c3_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:68cadb749ab080da743feff2b120d13f66cd54d61b7ee09b41083e36671a0f73_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:8300f9d1110230c510e9ae8dbbbc4501a5ce8b57b424f20ae3e42d4918ac9b48_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:d3f327e2a5f4745ad2cb946a2228e42bcf51be9715b23732eb1d0b877b6d3ba3_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7f6a13a46ae75cda6eb2d5688c851cbbadb3193ac642494bee3d5d2c5e6ea8fc_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:b92d8c3640522615577328179dec1c851becd7e42b7282d3a50f7af290c4037b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:4463bd38f33b06d584ebab15f5e2742693130e299590c038416f833e6ac313c5_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:8728d2c64b36f2c3fb9a52a1bf7ae98c5b113dc06ed7cca49c7b3e9f1789bcfe_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:4f68de2634b2f3650f98ebcda1c5c104a7941710c3ebe83ceb8fff4a0b697b82_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:a180fe7b396945b5a18274c742f6c01d726ba6177ff6721896f0235d943fd578_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:17cfcbf9d6be2d228c4cd0d8a5f23d4bee7814366ee0cf500af66a30ab43aa4f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b8e224d4897a0a99e182e966a61817a0fe93de3bd1ed78f68ee077239d65a908_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:c11fa3e642fa099dd30b99375606f82a4cfbe67017d832f32c8fb1ed58a5aa76_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:d0960e7974bb914fe45bb0d740ad8a84cacba8233e9ee0e9eabd5b3e71372620_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:d5f38f5666ed4b7f7e7da03732367e1a5d67f7f7d35c0c4bc232b5aab7f2f2d4_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:e74e1470caa81fae1509bedce3d3d1a8cdf89f814e174593ceec0be711270dcc_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c9ec31a316089747957c8cc1a8a49dd9476d45d6e7af919fcf538a367d35a0c3_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:d35056c3c4ee809fbfc2674c9085b16f5e5d943bf7ad710c6aa4e5713bcb095c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:dcea4453ca75f5c44c125c1d677f28702cb94a73366a520e37b842ba5128577c_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f3d8cd4459b8271e7718d4c5e97f92cd7db4776e719da5d7c04025e18a622e60_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:212c72d2288a050a21498a5ceb4c3b659b4bb98d0ca445d6b85a7a8b94b35488_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:45eb78529c0122f43a9443d06679db427ec2a389f7612ebd36000ff9f5ed48a0_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:d105ced863235a301224f506642394034cd0209f726a385bca03147944f0134e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:d1fb82d1280562120cc7fb356701d1f33254a177da5d0c0db90d2276297373cb_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:38c1beb577ebc5dc35ce3e31316346f21d7d9d6c297254570d6c6f8b8af4268d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:a083d6d53630f47a8503a45b639ae5c567d1f724096d1f729082bfdb9d760585_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:f2dffb118be72c4d3b75564f6038eadc0de8d261d6b1eaeef35343ede6056539_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:fe33d9c4694948619c5e95464f48fc82fab1feb283ba1d57225b3678085981f8_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:20d22b7c095cbe52a127e22a428a8b27c287c4574abd32c2133287dfff3aa0e9_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7f8d1c497000e0ae2985e9ea5a6b97f0c24d64e92440358687c8a5fa76bc778c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bdbdf3620970cb066fe169ec145f6db31f4bb4fc768cc440f4b8df83f57f206a_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:eed72f0b204935fc71bbf10495f0e5985e5049bbfada39fe8afa8a60d12833ea_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:0bbf3eaf02453b7123901fa866a7f3f056ec58daf047b51ad30e177574ef49ce_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1ce7092cace33e4ab97d548ab4c9a2388dd84e53bab452a7458c8a5ed4495701_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:7985455eba0bb60e7b1067f759f3e30ae73f9be78068f953e060786530253025_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d01e8651edc6bd95da78c5fb2201aec7c785126bc70e0f03e0f2e6ce67d245f4_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:12e6b0853b26b6504bd578914183118e2c74bbaa0e934a07ffb99acf3e19efec_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:26a6c5c8b798a039e227d5b6f02a1bbc1ca2a3c3354d98ab7beddfdf39e323f8_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9864736555736cb9912dcb1c72f7d85aa75ec96286972312c2d0a3fc24788d42_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a82429314b1c0785c2d46c99440175d0ac8311bec3f31da3418340a2a0a55ac2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:2d6d0eb401d3529cc09163cd67fb8af3d9629ec14890e3536904669e409c2262_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:33a206e8de99be5297890d5373cb7844c0ebf03285547a3dc752c7bab031284b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6ffc197659ebe1017b99eb4f9b3646ff311aeb2bac6d580b3e9ffaee6138079a_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:8418c603da899631b4fc20e064533ca74f94b98e20ba3843b7603c9ff7cab8ac_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:02033087b0776681f186aa48725fd0e2297ba2e22bd554269ace3d51b3f6da5d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:c2a8ee96f4cca328a3791758909bf9322ece200a84b10bc15048979aa827af3e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:3fd566875c0685e36134791ffafd5232558ca1830324988a55ed8e189fe5c35a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:80d2d5f45ef286fb8ae44b74ec245a68b21300e7d1deb60f01c527586e036db0_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:089f5b6a5d58e7dfe1cb8fc7a552a7a3a525208e0cfc86f88362eacd3b11b8b7_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:263187d98ca0b290168472163b9a8d81dba1077cce8d7dcd8419894ba16524d9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:fcd7799ce45632b008f561ee8688988c8dff42b9e0677a05302ee8e325e5613f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:2665982a7b3d16d59f3e11ddf65b1016828d746db8aba950d9094cbc5fc3cd26_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:8a152f3e2f884f37e0c222e8ee47985c2363cfae12745eefbc305b30158110c6_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a74dfebf03b4e0c686a285f0b71653d37f945c6c8e4fa5e750cd3fccdda1ead4_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ef3b7610a226305c920001ff036628d48ff3ece3ff46c9727749e619b69d5524_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:31d45f4b5897554f9e459bf8822cd945a0307b515f8c2247e968aa3251bd9dee_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:439e379c449e0011dab2323ba70da96c9ae85de0c78ae65e4ec97cb9e792cc14_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:9a08e22dac8c713b0cde2a6ac9031a70ee16bd1df3d093f8533534287ac7fc41_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:f1341dbe1145a0d7f954d04b9309e8fc2d44ec306db7ac48ee48b63c29a935ee_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:1cb4e934a34d7905afbbe8bc1edd2ce28a01f2f10ed0ebc0ccb62d732009ac12_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:2ea17ca4317c75eb3a86741d6925cfa3b0f8fe5cfd14281ac42f2f61b983bf39_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:9c2d1fbec1fde2e3a0490bb630ef4de043fac05c915f6db43904feacfe15541d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:e1848797ae0628fe6fe4b16aca661ffdd6559cbfe56fe0892c01b6885cc10598_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:36fa337753dd82ecf610b3cd5bc3c32b4d863e7ef6326610004d5ad2e9e8a369_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:805c04faa83fd96fb2510deef9c180846028dff7c8de992474c00b34bdaf29e0_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:bf8c8fc79c16f075b4cddbf83f6cdcdbc00ae5b64e11582ae7446f5d44666223_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:ffa47990e61f60b7f7f65940caf22a8340af1dd2924f3dcd6bf5afda8cf369ab_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:335e23e7ad1a695dad06b98fefe5aa1a14540fdba46000257a0fa7f269dfe6a4_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:a5fe2690e857872fc80ddd0a8e72a92508fe8bde271da5d9697cd6b88ea4f08a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:cb498e9708e578bbd9feda69340a843f0099ea49abbf4cc88524196c6d5a85b0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:d3e663795f398f7a945b75b5eb98d9171dfd65c82ae1abc583c31586bc2afda7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6330474da38ae06e0c73f6319cee3c9d73bc48a31a155309222dbc414e76efcb_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:72ca1c3f1ce6ebd678469ad94416f27db9a6e9ffc5e22a6c0636f4f26872fa53_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d3d0cf16422232526f461e140aae0e5cb0b5c56787e6dedf93c7e96bc6c29594_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f1a0d254b3fe80b66cea05d072d13bb9870989299d9f2c5d7c93b9ac9ad3074a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:8b11535627b9908e957068a9183280ac57dba63c90150662b14cf728238c8568_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:c2fc14113c69627c79a7b28562b05f2c251645c976ee1928721c1de0d48a14b7_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:c3c2cc1cefb6fc3a12978f4f14b3e6d3a90928b54b4cbe092d28dcccde2dea01_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:e7b0213d1a1a9dbd9921ee545de41c263078dd3ebb1f838dfe150e73fb51ed2d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:06f1abd50ca304ed98a0dda0a37c62980abf90b926e596ea849edff7518f4920_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:167c7118d171f577a41a66acda52d3ebbfcf1189e2a6fb8101fcab56b6a7df8f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:1b2723e537e9ca906f3d1a6ef70a5d0c95b59623fbfd5f0c5bb6de49e6effd40_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e090cfadfbd9d9587a006ea68407fafb1673b93d6c1f6e77efdd2c658a503669_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:49823fa689e0b99a542b3363f61c609730ff500b1c83cbe9aa2b3ed949e9d79b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:4d213b4b7b581e6ca449fa12678b4b75b06b938d16c76c054910bf71c2b65168_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:761eefac8ce5fb75389e8e452f927143acc1aca266602d6fca8c007c30d7eeea_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:8071b85d6f58f8c81756886952ce6fae10fe9a88c83927342bd6106f1e234a34_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:54eebbf509914e15aecec16dc21e8e3c848bedda66394a51ea4088ed16f0d3ec_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:78c9f0837ce0827121fe91f53a1ae02bfd66b88ecb45fecd30826d47db233038_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:b31ac2f80176d24f71e4e1fb8bf8f153cab65e069add24cb891a021a06c0195e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ddb1c43498ca301d4a437b8ebb23378c0db0b8e50f58b0dca911564817db1854_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:4f4ed9468740e6a521d1e095bdb6f5fa175c7e1f05550d999ad7342650948c96_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:594299d23d3fbb349d6fb9c4e059320829e7d2d643d890298b2a94c4314d92e7_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:6800efa41a1f05c0d4d2f6702ec6f2fbbea73c3d3fc025dc62a5cbf3233add53_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:dc4a15e5ce1b7f4e932a3a08b32264abf570df68e15f270d7467a43caebfe8a1_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:43594a42c2342a584f5f4b8296b6726edd85f8a00b9703922abc78320e8b6f74_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:805ea7427ea3131fab72e43f80c34db682ba3e3603b438f1315146f24f706c01_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:9f06792d0d1831f9a557c15967cbcf117365305b612f3a23f793863615285ba9_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:b010ff328387fdcb88aa746ded0b63f609c8ed3a9745ee2f648cfdc17570dacc_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:08f3e89b2984d8563a822dde8feb96231e9cae0e74cc7a64b9871d53f4a9990c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:430e32ea9f2b6e87ca04e7713f393441f7dfcb0df57c7ac4766b439e8c281396_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:477ee1d38e4457c9378f05e83e6086787b957bc93f5a9c280c4afab8a6e02152_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:d42373331e4dabbca4921280d47dea956ffc0690648ae172f156605db302c8f7_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:87017af27e74c380225ffcbcc961d2d345b5d997df552a9248d07d8230dab3fd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:ed7dd0e4fde979f4286ec5fd7f3ff1c51eb22d15af56138ae838d97df29884e2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:205cf240004a81339d5673b723193758e0bbdb008db6a294295412b6f92cd1be_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:2bfd19c9c46179264bd0d7c37f8f7b9edda077f3210f168f010af88317904d70_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a7672e4823bc698d02c4d241c84a57a523b13a267850baf8c1ec44150eac7f7f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:b84395e944be5010ef965bf387939c481d9c313b8abd2338414a3b592de7a219_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:366278f589efb7c0ff2bdd800b0f6547b8be6acd259782192df2b10a9754945e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:4505bd25d99cfa5466dae74d577e459f756d6bc22fd5a21e91f32d6d6f7fab3f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7bdbb5168db25825edfaa505b705d639124f757f7c61768558c03f97dbb52e92_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:841d8a1a5cc97465078e19834734ac726341509d5e3fc5aa7d02e9418f7826ee_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:5f1fee6ff56a72baabb5f8c908feb2c4a67426fd0ed4bf8e55cc4daf552fc4cf_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:7689256c7f78b8e827b2588ce08ecb65035f3eb44c22ef395a4c16e80476e58d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:b2acd795681ddef65394e303c06e022ff54e1e0c53fcb341c381197f7e520b6a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:f5c1907aab6224d4c398d0f5cf151885859878ead00bbde79426c96dc8a6faf3_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:168e6236d27a57e41e6318cb2a96b31eb4030b65f194c924d6e6a07c4a53f0c8_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:6533b9840e66c882af6ea984d451821cfaf72000c1d2d8e1ffa46b95abfd0c52_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:8dd21817e31ef713af9cd67c004c8a6118b62c1dc557f963f28244920ffa9f5d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:bbc41d8cc76ccd7fe6a93d84cded4fe03cf08f985976266aa532b2a16232e1d8_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:0c869ca3f2cea582df50c27d9170e6ecbf0df000d65ea250e2fb8ff41dbe6b4a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:4cedef9af9f34258060b059ad2d0f44ba329dc72e64942a8adcd1c14400a02ff_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:75460db975618d0dfc82f509725522f8151b49a00a210615dc8cbc97f6ed2fb4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:c4cc3eae9765cc81765638b8f1d6ed105d10d018f30bdd5ca9770b47e2ac683d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0006cc8afa959998457049601891036f387a518c2bdb3ba496928b229fe9d134_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6406a77819214fbcf753c72e1add20455ce1c71db634a10ed36cf4fdf857d892_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8f2245017277cd5f2642b162511ab42d7b8485567adfa25db900973baf058de1_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ccfa78714715591d82a4bd4429114a92cce5748772e84bf19e4a890e428bd4b1_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:6ebdabc2690c1c1072803bd473496bc694f9d0c99af704f53c810d2c294ff687_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:ac2f665507bd239b43bfcebde4c50d9925b0376c06b448a9695e7f25ec4380d6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b2f58190b8a5b444f51f7d4431cd1fb5e59fc0c38fb4ff7ba4c51d2ed1ce6b2f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b84e75d4eeb59ff0804fc3b501156bfc562a52c0cd554783d8d7e7c0714d6f85_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:163154e33a4744ee5a451384d824443fe2f2a9e8bc961b121b1c317246ada9c3_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8ba5133f9697e04a14d866027d8f342efe3bb9732857720393d9bf3e0effa09e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:be734c5f7b5f7ff624f842c056ae099c81ba1f4423016ba63f371a8d8f1fdf3f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:f4530c4f598865cc3ab9210760d93fc1640e15a07fda71fcc2b5453834dac7be_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2ca5fc5e9405404c8b611513cf033e480cf81c2677ccc08055fb934aa40cf7ef_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:3b18df1f2d706c80637b7a31ce09d3aee59eef1bddea71c218dc9270939dc194_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:c64fbe8a063ea2f7897ffd9bc2c1882c03c406611f8dffe9b9a885f3e75f105c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:def060ba5ad7ccecf1d1cb0ff3360dba500838c087d701015415e1a2ab08b4bf_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0693761931e2b7ffaf4e39c6fde5b0a1099d32b5269c7a498f76bff354a84ae9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:8fc7e5dbb6c2470efa7ea415b71569f753769abaf3331f9ee174adcf39a4dd27_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a1e0a23dc6c93de096d3d48710c45208a48a162d3858d0d7afdf4f300ebfe04f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:b71416e2ac3c46366da3abd72b0762b74759587afdfdc8a8c6a47a52b1d1d77d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:72c97ea299920a43dd391500e1f70b27cfbedf1e9a32ec9275171929b8fde7d2_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:7d482a6204223e73e4dfa0013f4ba20db1d04c7a8c2881dd4b9a58e6e7d25f09_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:8ba5845b83d32531f3a3798486fdd8377bfec0748206d917ba821c6a76d55f3f_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:dac43b8b4ab95960e240b3eef0fe1a6d37dfe23ab7d0cef27d412ad69afb5466_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:02698e7f9c59596fbe039b031515a319067d79c6696a5fd9fa5a95d5acd4026e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:28796a3d553d6880de207e5d6048c2efc4ea2858eb6251e43d1b46c9e9466748_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:7b0a4c796681ab9dafc0a708dead6e0a8db3166ec40e380dfb02978eadc7d2e5_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:ea3e2045e45229a9a61e6b9f9d10d0762a8e6f47e700d96c916b402864afe8a0_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:12826fd7a8ca953be9429198adb9386f489e6c764d7b3fff044a4cb66c7f91b9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:22539e72bfdcdef4c91ee509142a1e403700c79d58b4f868a7a2e69b81c2d6a6_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9c91efe4356286d3c8aecc6e9a4ba5ae54655477a2541ea80b2ab9ac88c63791_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:bc74fed608f8d45c463f68e581418b4ca5f3ef05467621bd6199edd149f3c7d1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1eaa76ae1380d3aed001b85612fddbbff2bdf70d85506c4fa5426ace8bd066b2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3760f9fb700165458048262a465f32d19660ba88e16b3aad5fc349b047a5248e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:be8dd7342bf7b1bcc1bc0f873ceeda8e81bf686259ee4cb5f377f397f43349e3_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:fc535145b24b8def78590d003ddb58c2c1eee976ff2263740dfbf634f7d1c888_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:6956849db88740b12994232ecf2fb137db82f4afbef85b920612a9b38ed8bae7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c182f19eb5bef9530482e666cbfbcf2649c1cccd95309850f93b82daf8d42a90_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:d12663d4543fda0b233405cc0e3823ab68cb421eb38acebf56ec4f0555e1e594_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f076696f3eaf06da9fcc6a4042afae097740771bf902fce0d3446e63ef8e7caa_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:326ec4eb64e1da8db46c9bdfa4e0ae03732a863eafad17e4ebf0dc63698acfae_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a7bc793a9fef04df9e54c978cc8c14c151168fa186e5258528e8e234fe036b00_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c493bb938f211c8018e014c922287ffd9db30a9d8e6818f2dc9cf42efd6b6da8_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e0d5fb86c982e60025cf5e25d6ceaacbe380e9e9f8a78e311a488668ad991f5a_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5f471c6d5ae1413d35f2b1dba478330537e2cf1c45f5d2a3b1d0b875935db19e_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8fd890e0ed4d9101a895b34c0f42293b280d06245de6e45b113bbd5665ea488e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:98041b168deec45330330ec382e6262d616e1b1a22a389f9216b622c3118f401_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c1bdd2efec725038c68e2da7133bed08e1a1c8d9141a55062f621d6ed403af7a_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:81e37f2597f8539a9f5b3800967545af056e88089f95eed69e5eb55426dba52e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:955772451d73b6ae56069b6e706629f6e726595f27bdd0d9a920d217e7456cc7_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:ad5fb6d1f60634230f1dad1b9ca094c2fb8bae6e68d618ffce60d20c0e55d8c5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:cb8664cec305b071cc6cc3d7647b5baa9a013d35dcf318e407e6fcd7a2461eb8_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:09b9ae640fccd4a948ce4835dbe29f65be91484aba6c2afc751761aa9dca541b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:3c9911b15f2798b2f4898177bdb924641e8ead282574beb11278b9370eded2fd_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:21d73647d434cea2c398a5c30ee2f92b6f5aee3b1106b961b1d50e8a18825f1a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:49fc188b34134f5695a59a384101be2254859d6e3fd3fa2e1deb282049e5f592_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:03e6ee2082e14e8becf5a2d7cc6e1681a088a057c1c7a2189fceddf23a7541af_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:80be0fc1705791db62dbf7b2385021b8e67d0d21a94815fff91c3e87d6e6e238_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:5c3c19e3dd09249a9e78ddc4871162b166bdeb05cabb7075f101084a26863568_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:de0740c2f08cf7e6a8c851135f4f2273c768eac198d7e09e35a81b585f1c755a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:401f429b76740c19f325c6f0680e55f66420dd35e72325bbaacf5f1708c2cb2f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:7e9b110c44bc04a2349b037104cd836c0dba7fc90bee7c0a3fa0a7bf380664df_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:96cb1a572e643c3d0cae3b20040c3c9663af86ede9c30bb38256c080de90983b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:e41eb9ea6d0e646c40f43923678913904a2fc8f5f4fa1e9e458c807632e82c9a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:beafac871e27f012d9bdc881b0ed67095ca7d34305eb773117eaaf2a5f2404c7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:d6ef7d1f4afe94e6bb5810852720c1239bd58b9a49a085d991659b59c6e26452_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:dd8dc49c8955041adc7c38a6023339cb928b3f944c144efe467ccc8da12c4c78_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:e7d08849926e92a0f9516b383ef71dcc2a6e368405f1d5f330042c62fa10685b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2559bac18be9d14dd0de38fd2c2b8d60b95d3ffdfc79d961747b7d35902252c8_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8b31967a88b74281eafba0661b347aeec335308011e626d9dbc57557ef8fcd4e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e6a298a5a4b32e8908f2ea8207f673d1c7f63d654ebd18a7c3dc03bec7019240_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e892bc22d6a070e147ee0648d834798cae5f2e8941805a6bb7a0a4b1a292fb82_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:8e9d58dae4a9f2c50ebd9ac52262db031764fb28fcbc30880ba5a5c0e4546c49_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:a4ea9bf43c60b1486ae8538b1382882f464299257acf43fa326eb99d5e6851d0_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:b264bb9685a03d54117aa33f11853039d903cbd6d71dcdf63fa512e9f9d826c3_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:f1a979149507ede702bcdcbdc5e49c667b52cb2f5e5f1cc9e0ca18602ba35772_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:3ac91633beb2c994cb8e7341b6efdc22dbfa4bbf9aab4819bc30102162b1d1c8_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:451b74b33a2bdd13643f49117444110c86d7ea956a66e9285e3738e8c81b6f5b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9301a4880095595d6ee0667a7da2ac7e75f5a028a1f70bf71ec1227310d5e170_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b937da6f29b34bba141df41775d61d33df4c81c41a488c0f717d7b05cc85c453_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:36d319f66e25669271597bee4ae415053935d0877530d439a6e8b2eb23353cb6_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:940220625073d9178c2efc540fb418df676e44dcd35c5a7ad01d1031ce779bd1_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:c04c13d41b67bf5462d1ac2bbed4b95a53a2b2bbd293b32e7478b5cdd8ec5d5f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:f3bbcdd4a8f70fedfac7869d46124137c2a6856aa99a9de6de7b62060ccc5c08_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:059ae4b4cf18b4596d8c86340edd34332be7c667adbdb5199720a0a581086d55_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:4622bb035bf6a546e3de1164b347ec79844538d290bca3100622fee0986a51a8_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:d296a62ddeade7d40ca2d727f9cfb3d4bb9dd81498c6a526a565e3698097420c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:ead3f5874193b8acd6bece9f9740c109665098b059db964e6d74192d6cbf52c3_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:02236b492db7f328592308281ed110ec59afda1c6fe88b5b1278e66aaf0a76cb_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:8eb91dcd0e34b5cf2520af44bcbef1d953892b1a39d117c579c8a2876bf8ab05_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:aad0341721e7a15e08a2bbe6ab9e59663d366f8b47aee21cdb54812e68161bd4_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:f05183b69bd3ffd66c8d335d6a476161781ad2e9cd444a94edbf41eeab16ab81_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:6b65341e8a72cb548d68d8c2dd567eedaee6d00d198295437514524442471c01_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:983e36dba561f7cd2f5245528d856e81ad729c3a2040a66f2fcaa18650749887_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c496114509bc387930a5ac828dad33180e20adb00a0b81ea36fdf78159f91436_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:d23c4af5d88f5f753bf395b24bf1d168570e5f6036c6a6ae8b1bba6bed7ecbc3_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:0c49b379e40a6fe3a09a21dac8005fd64c3d09c985dc728e1c7f4e57afc464c2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3d282ceb8dfca2308bda52e1b7d2663f7776db2a082be84a5af6e228c6de8664_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:87929d27a7e7d6538a5cdb3ad1d58f531c681ec5db4824498248ffd5dfcbedb2_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:eb293c9ecb6715e0dfb6aaf457ec19a0f2d0862ef4cb22794335f53cb6981088_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:11e6a94fa5628b607268bb3d515a0dcc3d2b66a42a0512fbb50a7db7550c6a40_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:65e898b5ea52c5525501b63aa3063204b644e0cea1c9134d80bc2e920fc9a010_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:783d90fdb1b46848f2e9c4f313517e219216385667304593cfc71c2e54579b1c_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:e57907330d75e38a859e54d12a56fedba7c1c1a931fc9db1bdfa3c2b10268704_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:4f5d0717182c96fe4d6ff1936b0ad433bd4626c0fa1b29eb1058ba02fd6f9500_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:95b856a7497da1ae18ce5789262957edc94bc4cd87a6913e6d16d1cf9154e1de_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:9868a70523d322153d4870f205323629f8230505c883b79bc64c6b8440472633_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:9b2a4de77fc5736a8d2c968c8782039e22f28c65a8f9af920cc797af5ff170f4_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:03f6485cce2f104c812ca1b32c422379d8b97284c6561f4568da4b23efe873b8_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:40b76bc1b9e5ca0e664371020999da9c619546692a52e50544a84ada1193e0c2_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:505d160e6dc8dd5ba9ba156668578e4f420b37b7069075cc84acce52dd02829d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:a20f2c0440231d57eb8db827564604dad20c3656c39acdab469d15ae5ef37c8b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:8c60dbf477a0e750d0e4895ae8eda21a7ca74b6ea06e8b428d6eb0e3acccf63a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:5a28ee6abd396c5d957fa863a15cdc834c72a792d895a28415900cafa85c173a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:435629696ca8750b352c890af863b85ecc6680b8749006fbb56cfc8957db0a25_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:328a0954887176f2dce3b350f54ae0c0c51f937cfef1bba9b986659343b2eac9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:8c60dbf477a0e750d0e4895ae8eda21a7ca74b6ea06e8b428d6eb0e3acccf63a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:5a28ee6abd396c5d957fa863a15cdc834c72a792d895a28415900cafa85c173a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:25f55cdb3eb8a59fc5d2f5726a71748bf2d8005307025d16646889342829c8ec_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:98cdda546009cda7d6a4539bac65d2ac6b365efa697d4e040556ae758235e9c2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:47f3054cb4a6bd160fd59d591b30910bcbb7123fe44fbb6f057d9d3176858e5b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:5504bd98506b057146c643c36a6581cb2be8bcbf82787bef530fb6caf4c16e21_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:7d6c9216d995b1ad19e5ae1f9f30cf3faadd54e1274fb80c4d5fdd802ee6b1ae_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:da4cd3b8933c8d22cc34039993d8866dddaa2e203342a94f23876b7245ae4711_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:5858c8230e834bd3a75047e34e659c4d1fc61f6c53e23cae5d3a8deff8b73405_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:66b2e131a3be79803c75bc96b69c3e7be34faf2f00f6d4fa53c82704627f8a96_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:966501e1f2fc5f70670211953ade31dc37f0c86e647e40ea56aae47d3e0c1a90_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:febeb3a8a0fce4ca039322544cbfeb0c6f60723440ec6c2f60b12b390373418c_amd64 | — |
A prototype pollution vulnerability was found in DOMPurify. This flaw allows a remote attacker to add or modify attributes of an object prototype. This issue can lead to the injection of malicious attributes used in other components or cause a crash by overriding existing attributes with ones of incompatible type.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:71b555c5e31fb0c3ad0c512f937027a14b1dfcdd4598438bda3252a8a2100c1c_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:9c69c2600d5d0317fcbc2650fc4b52d319a32c3df9db6b5543b6ff254c3b9fe5_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:bac49120f60baf152357368e241e3103a5fe6aea171d8a63917e8798d81bded3_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:f270351f6697f9d7d3d8382f298956d6e1c5d9e8ef38317bfa7121e9825713af_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:719d802cdc007d64eab521dbc648d7efbac8b04713093b774bdce1da422e3ecd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:ed014578e5710249c89391fdb17423ffa5e6137de2308facd20d4c45981b4adb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:f42c255c1923e63843b1c7622861a65851aaa086fbb2668e0867e28893ba9c7b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:f9eb32fe20a46c5b0ccc3e7dd9f7f8d3c591cf64ee7800137ccdf6c4cb1726ea_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4a69fac5425de41d1bb0b2ebcbb99012b520002235e578b8a8ff0039079a3972_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5a3757def8e6a4fd616bb999d34903ddc9f7d8aa96dcd865f749dded52e92165_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:63b6550720f82b5a98783901d776f3866075896b661958cff3d8ddff44dec214_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:679852a44689f3a73197e047661821c910e35d50edbd788170b8b0cfd9304166_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:037c72c52db1039c57f1008617136cf9e94c8b3da14ea36c3a0595e6182c0042_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:17a517f94f4fb0429b6284d884570b95349f269ed187dbd94c4476f525dc54f3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:6e0a2c775267d2f07817788a3ecbdccadbe6377e4d18a0d9dd9c0f0d40c77eaa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:adf596175de3c3004fce49a68cbe58e7ba15b3b0b315349ddee89d5dca8109f1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:47c1a53900ad4c677b45d0dabd3f08a2f77f164fed64f53cc5f3d1f53a9fcc2a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:7cbc7f3c9d0912d4e1d0a1341a3db13fa59bdd0a2e3a81e161e4e23eb43f1278_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:a3c239970ebc8ba8b547dec72f2f6aeddc12cd19c18d75c493abc85285da48fd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:cfbf84917a9cebdd238a83d06f3145716b84b883dc78e81deb3738d2a92a4293_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:2be87034234cd07b0305ba546001dbd90403b8e758c83d557814d9b6ddddacc8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:31b6d68104fe1044f063ba297e9d9e69c1e55b95b26f1e33f93a2573d66814bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:3dc697a49932c84227d323499a2a174900bd91215314697b8c9c41f7dca957c9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:f5f6edef66e7059ef66d2a2bdb52240c48279709048cda1b9b96bb11b9449e63_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:0e018e0ea1a45558fdebe89d04617b2b703ba93c7d58f2b92ceaea07d2498458_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:32a45843d97384b62b8865de40d5c642dfede6904c05d15da08fde3642c6b8af_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:e109e2c17a3686bad9121716df7ffc7d6ec82419f28b24fad531f96f86df0f32_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:f8f64b2c9168897706e6cc3ed967a390abbe83894e7758d08d1b790f451b1268_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:0e033237871e3e7ce2f0c11741dd6ffade3419f95b6b8600f7cb0a024bc89e0d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2f4ef4c232f199d5ac24750eca7388b57a44f976a782e48e0dc514c128801d35_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:468133aa3a5695bc314d8f2112e4a62388035c0b272abf4914ddcb485bfce137_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:601bcab3234fcecec33a89b6e6727bf6d9d3682b0e0a0eb98d6b84cc0db7458d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:00143215db73c4d765605e892829f7c7e4537fefe11251cb3d279afd98d5830b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:1e22e06efdd0d73b88ec841815eb6ab7c0f1324b98ea6d3c92910c2e9a592c5b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:5f2f9a2119899a4f1502173947b20d04fd943da8b2c953591a35d6e25bb5d027_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:f2143001d856a68c4cd933242fbd15d950512e445183f85a872f5aee4e2e503e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:152028b94c20a76e62793c63a4186a96b0958b2804979ead7dd47f33b273a846_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:583ba099e05b1c82e7c6dfa6d9a9be5face39683e39ca9d251b8a1562c0d6d42_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:9486a1646f0fcc699d0581ad5af993a73c46aeee65769bd8fb06bea1806f0a8b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:a91563e22d10c6a7c77b092ab6f829e7f0436923038ea4a47de1403813c20471_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:2544e96601860e73dff52f6befb165f531bf7686137d5550837674aae6afd3a9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7a772d3d45015ec702f5e1ab054be240ed673591517ad99ef973898d1e535c69_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:d23cdaa0fd2114c904ded232b6019e61f53b49b41014a16e9df9b7f864384688_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:dc2ee3af87ceaff29152f92bca0dcacc935c10bd83cf136a9d8dbb628addaf65_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:574c4e42ac84049cc168e68faebbadecc3610348ad101ac9d34c140558e60131_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6f44a8a62a65945363867dbc79a5c43965d5e136766fefd02527145d53756ed4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ade325055aefd73a89a3e5d35d84c94b26c897986b77f7c887b3a435ee6e297a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:f841a5218782e8b9a3c435de0221c73ac6d5b4be8182609a074b99f1cc9b1f6a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:158858bb077286091d15b455154595158995981e1127e881694c686360d03d52_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:3a3b2fe2add4ab147f383874b55fb9d44c1067d915ab069c3649c321c0943d00_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:4947ab92f96cf1c2af5a7144e1787f90252ed0a9a0ae4729cc7fd61a4e671d9f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:4c06d16fe27f05724900f1df1db6d12b951c86c916800007a51de53aae260d64_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:008744686fcf83e9d9d4abd55bf1622d0e9f886570613835d29ac3c8cf9ad648_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5e45fa3a09a9bdea3957a74fe0ddf70080a83e70e8f41e8f16a0957e8f8f3bfb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:6a39ad22c40ec6dfbe75e3c01f7bfa7bd8d1d7dbfe880d011c58362f15520d0d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:c6b4fa176ccc3af191fb7cb560b28bfdca4821b23d8296167b9919e0ffc26e1e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:73fb4d147dd798f244e7c6512084a7643985ed73163c07160cfa2b03566de6ea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel9@sha256:557527d76a00f3afdaf2f146bed0d0d28224d8a063b1c9f88431ebb40300be0c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:6de7f07ca16a08f783899c687c355837fbe0cde28b8c5c25939524074f717665_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:d7db2153c58f0081db7446ed10fef94f0dce66b4dc909e65ba2c305161fe06b7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:30ff8f03b8eeb4ab60a86f9d72e596712171f4dfbbe7f2f74e747b596c05e3fd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4bafb9b1ccb421f617f7667e59fbc90d02a96f7955fcc76db9274a06562f47b7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:633915104a44211fbb4ae16a128c60193cf266104345c664e8b28941cb051208_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:d08e59156c0c66dcd4b495a4d58fe8757445adf500fe4440b5f1e91779098384_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:680aeaabf1d04ec1242ae9ab0fc577ac095c170301a24cc07b2c20c06d119fb8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:a6d3d9b39379a76781f2894af08bad00632afbc1a6633cce43bba5c69a2c33ea_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:205ad021b256f031ac14686f61a5affc7ac8cab6afc076855324b4d91557d4b8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:c89f326a201d6b89af2d549a8bf35ef22ff4a82b5f1387a1aeaf4c691bc2b332_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:23fc1a55b530e3104c8674947f67e4e750b9b4fee1e71881148f5f532b558bbb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:40b70676d066ed2a7a1c78322ab1b96ff1c84a5f9cde846174a0b9d084cd0d2a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:6a8d392a88b7be09b2549e4cb5469a5ef748853072bb5354ac34d1c20a9690b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:acaca7b68e729672aacec5b83f5349dee6eb0cc360e5f600aa9103e9026e8501_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:809682a7f5db22c4632cde8ec3cd0af3eb3b4a64bbdf95b7330b51acfab69925_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:e55d509c2b8028d64a64936fc665c013768e05a3f7019d372a2d7f5738e5db16_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:0d0463da3daa13d5047641085ea55f0ff09debab78b8a0552f2d2faf3f44c6d4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:a3728c574b252b0830bd1df8e3e92a48c3121276214870a95c76ac12c108aa6a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:3ed7bf4ae76b1b3deacbfda0f18856b2c149a827c934c68fdb7348387c3148fb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7dae4561dbbf68fbb3c3e6190ddd8211b0d481f3457f13a4ea6ace475361a7bd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:447feb4c7d6d68716de5415cbcdb9f44aa594fb32c06480cf678b06788cd98fd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:f528b1517558b6aefda5c2bf23022ec918207238a0f4b759bafd7d54d0691691_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:5971fce447489bb15c3cc4cd9996e321cd8baab37ee170ba335b6ace45bd14f1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:dd10f8f08a1d5b063354f44376a68ee07218288077b78ab46e8e8ae75b747caa_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4899f0b1592431c277642bc16581a656d5e717067da2874bac7c00fa403c06d3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:db23b81652e9c7cf4fa25ba4a96ffafb07b0f5b2d923019658e50a07e31e019a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:1df9ed6540864562e105cbd7c275b0d066d028d4f2cf2362cf73a8ae5175fe18_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:8665625082320a37f6cab1a564adfe6a8d044cbb04c6ea948f15f093862358ea_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:625291292b2d99ab0374635a3190816c51e579dcbca6a0ff2e7ed8f686213cff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:857360f334810f937fd1be07343b3a4fa20f48f9ef2f47d24bf07787683d9f81_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:01c0e71209c724866d3dd9aa76163ce0d4282d284d148f70d993b23b74ce1998_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:0c1811483c0b6923b5a03a43b3f38fef76bf8317fd2469d476546c2fc308d89f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:18f92db1fcfa7a6e159cdffa6c207576fa38fe8e39542770b49c81ba7427a0e6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:4fd3b89d351ab5e4f5cb3dd0c7eba8a693466754fa6335f5d8349908f4a653bb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:c58cc326fa3ccc29ccc1376869983ba77f555e88a5102e5439bc2c0d61605484_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:c6fad737f5f0c071d899858498cab7e031d424ea9ff5967bdc57b64e0a85905a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:191f7f1b1a766500f8365436c2cced514c795707e232187ef500b7cc4278b214_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:406b265de3e2cc470fb4d86ebad014965e31b95fcd255a81b7561c5e8fa0e56c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:865724525f54668e194725de3701a548e253be9e4f1debc84dbde854564238b4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9ae218f40503da16a9e065d8812c303a9e349d77be1f1daef1118bb0f0e1ef42_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4c797b6452d7bcaad38f37c65d0618f5dcc998ac5c27c20e9a11b155830599d9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9b04f7201f99279c028c528620ad50d94fe5cc2d74ee03b542b73fffdea494b4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:af3b7c16a22c617c4a08fe22aa57038e82abaf27978d99598fc89c2587e7cf53_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:cfc288c31c5c00d58db6e6ddbf2d2f373dfb8dc67ba7c6d55293cb6491c29b04_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:370d9cf25a6331bc61f15927dbb752c9baa6696cb69f65a582c82de24c8ad7e4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b00ca84a415ab24ee61ff3fb7fdc5334ce045125a14b4b76030f46c3c4b910a3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d223ef0499483832b4f1efec4e1128f8dca303de5fb3ef18a1e9f9817cd4d534_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fc42947a5994fd05142537f6fa8e7ec3d33c30f4cc5db5c83bcbc04d076b9312_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:8d5b7a2c9c54b30056336db174451e0504a6b70a3ff9376c1d6bb87788f90103_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:beb39083588eb33f97c9fa03683e74b1c51b76874ff8c1feda55cbbb27fe61d9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:ca54639add5ce3ab35219dd58e1bfc9f6fa38130b0ab7486c4aa9c563fde87a6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:de303accc9d9479b98214dda863ead61ef4ff07d24234b4a23ffd1e7e1c8b540_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:10c928e737116956e8b4972554eb7a7caf8ba82ef7988ff1bc55a20faf93a111_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:4e548be4269f413c54f23fa6e6be06c229f6929645d6dcf53b7b42613298e185_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:b982e659668e0b6d9feddc5664b34c92de8626965fb973af3fae7a7f3f1f0057_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:d14d63c929e558c5397dcf01dc9f48fd0d17cfa1125673177aa58ec64208deb3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:6214236f85ba29ebb5331829fd59c2e6758256d32e12dfaed7d8218db03f23bd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:6aa15ed02b87d8748be79fc881707a0506bf616d8c71d2e3ff6bc6831f80ee72_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:f713cd7ad817a6f0062ad246873378f7c1cee829b5b83c72efcfd4a70ed644b3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:f904fba09d99a7d6ab7583212174b78bb9ed5fd3bd1aa218d91dd18864541d12_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:05c44b7f417db2ad8c1a23bc01e62becac3946102369bb26770309285c377951_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0cb142098aca9137dacebf1790becca57f45e736d0ec049d6e900d6328ac28a1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:8cdf51b679ab14cc5f9ed2d8265e7959b577d3ca1ccd0d698a6fabe5a11ab4d3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:c5665d7410064c6b4dd06328dcd62fb619e844dabcd5b218dfb10c3632b896e9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:325bd6adeb9eb27493b5f7d117fc82e3cf8a554c618f5dfa2448c3313b4943fa_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:4c4ec510e2eda60fef2a6ebf709c58da55a4dc6e584a060264854d9142ea6a0c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6ed4590215d494f1d630556163a47ebfab26a0ea69971862c9864ab0bb370b08_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f914abc670168e625021a71fa9546c2d28b4df490f21ba4f226a3c8387d4dab4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:1aa49c2586807e952cdf7b1d86c0b3d25a0c3a32df62dfe3a777fc8b6cdfb8ff_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:246fbd712d6b7ef83cd83029c8998ac1b29d1454ccd636f8f6dc8b47bb5b6b56_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:38d300d9926a4fcde7999191efc6d99d6154baed0baa00f3f80db8234ed1f7d2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:3f44aeef785c94afe6707cf2457557fe8c6c9eaf72a000a2f1a3680a04d65411_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:5a3d3051df9f589ab8f3c326621f654b49ad33c715fcc8babd4ec35f473e8e24_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:77c228d758f0a2ca9da46be4c2df85757bc4ff9fe87aa6cda2ff2b1d50f86429_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8e1371a7bf53ef22fca75be240eafacc23fc6d119728f5d0d71a2bc149798de8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:a05161338c6d7bffbb1b294f00dfe1d3a53cc2f7a97553cf4e050315021b75ba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1c78469e53ccad316db280cbd0ff4f845a2db0c9986fd7ed101e08ac5c5b8db2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:53c49af94fdd23d39cbcf433598c3f3a40139903631ccc5324b3aa49e4e5dfc6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ebdbd79898c7462a90753afa2ab80a33fa6aceedea93e6cfa036a55f31bdd564_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:f842a1e9256475b3a5a6dae87b6b5c2d72cecfebce08ea44db5449f7854794d1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:74ffdaffe00b754bdad913e6699b44aa293f880e3803c00708d853202c20f745_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7cb9bd477e9f0f711eabeffee9f25f39c7985e7a27bdc46411b6bf4db31f8d53_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c0f06a3d5702010cbd5187f1b34b42eda35e2cfb5431aef3186037a385b57233_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c8be479b9223b21c389fde445e2e5d1541a7e60267fe07bfb53d64b6afb00999_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1ec6339dab77c900022ffcae585ff86041ebbe1d6cb8639d6167ad9b97156f45_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:b5f1e96b420a872b91d1d22766e9ce8fcb38c443c23a4f4baaac6892b3c6b4f7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:cbed4b61ebdcecfb4c459c7ccfed58a1db918bff994222f639bf2aba73def0d6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:f73ad509fa3ace02e50c9b1a3eb6850a819c706e93bdf88b0a700dfdad02047c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:38370fdd1910afe69d0b9e6ca55873e2db83b50f2182cef88ed7b12697ffcdd6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6cf68975471ddee2804b4de20e932a1e1a1ea2ede27c614ebdf5ada4ea690e05_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:7f03465e59f1584ad52fed99f2ba8bbad123d1ab885a467fd69bac0ccb9a0923_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:96f38213da8a879118599dba97472b9a88587a1f15022648358360f368b6c744_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:68ed9daf7a0d82e2759096246c1b9eb07f97353c3f34a613fbf6893ca0d3470e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:974265ec3898a056decb3965f7c793a2852545e5dcf35e9f7e4bdec328c15c5b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:aafb8f5731b597fc079f76e4bac04da231e0e4fae464b83b7c7890b5f8ca91dc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ed5146205b69538fd31b42b0114cf60015a47f872743a73077ef971d64d64c58_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:4aa00ab509205843236296fabd03a2c49e021eb135a91da0590c67b79694cd94_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:7bf12c94e1bc56b593af9b44bdfc3387ddda30c4a4ba762e8b89ceb714f3df65_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:7efbf4df1e8e17ca25087634b7387d0763590e00a33532f86f48b266199423eb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:b7623d88ae5520b0ec76fb743d9c788511fa99b0ab0f6180de42d017dddc6cd9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:41dec92ab759c44ceebe8eb15859b2ff29986dd5791ccab79f91cc1786a0b601_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:8014a45236ce64d0e0f3e35c6978442fd4f9ee21fc3f95e51f20dbf12e50359c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:94eff267e214468250b201f0af1de5bee5aab3e689d1f8bbe42d66f0c2adbdca_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:bc3e093b2d1a5e3962b9f02707aaff0d7e0de545a4b7a1887e79538aa2155fc8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:54e4d8b1282351915f2f22fa4843d5b4d19645dd890c4675f35749e2415d476d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6251627dcc972c58a39485c410c8a264d140b876f8b47765687a310ee4d28524_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:85c974e095e262ec405d402ff2a2c4419824edfb9859352c35fc0c8d1bc64c8a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a40c7d9de59a25a7212b6f43f281647ee45e21e948d718b43a780f741b0dbbab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:a47be1e76eb39ed50efd59b57dd26a780674d022ec9d07d0b4954bcb309e39c3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:af65a9f612d1e28e2b43f0917dcd06cec30dcb20366aed6a40908b74c07d05ef_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d182a13e89c363a605f2e6fc6a3e554fbaf27b9dd405ed84fccd8ed41bd8d8c3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:f3ec661872a5234517e8761e30e4e15cf2c7015760870d8dadb0c3f07007c4a3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:2186bb9adcba18266df62a838c9e79c6ee2b3181a97f6169513fe5202c0a75eb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:6d89ed9ee8ac602fb6749bdf73bf0660df060810f805dbb807a903ed2dabc69f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:77a2aabcbd55ec7fc076d5c23ed8aece5424def3995e624291ca4f2139e6a82d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b0b0ffaab41c61cfad9ecd127f6f4e312ac45d548d77694cb470170b7bc540de_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:50e4d73d1ae6212010a58a15d5192ba8e60829e0e140a6d0bc849691c5c2d78c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7f0237ff4599cbe5aecd287913b9600a0bb36f2fd334a2a5691736cc6c5a8ff2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:862b9097cf6e1635d30fc1cd94f00f4656bd8170fcaf908bd058455298c46ac4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:984dcda6b5ea285c8a07461ff2279685000f35bcf3acc71e3b12231c782442de_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:02417ed67f618617fcca2270744e0dd3cd81a62d7f5f5da6e73221a7dee07649_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:b3b52c01b3d3351317eac2e4cb1e2b76bb4eb0b4698990b8468a9c26f42ad820_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:d94be231705a6d833b988b01a2aa5c6c8b918fbc38bf2ec8420bf133ccda55c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f258283c5c32b7a28dc6c33a761eb7722a782773745325fbcd7bbb78349eb2e1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:3d64a1e4f48ea11056d02d8fb29b5c5e17ba298f0a603e964ab1e448033fc66d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:6f737b4318a8f2e96c34c1f1e97ec23530533bdb33acbf9cba8982f8405f5aca_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d41416b2ae6fa0a882bd778f8628cb1258326ce3f212a1d956ba726b74248c60_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ee83baea9ff008d502c891af974c6ba419746967997f11c13266d7b02f7e8296_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:1d2c5714949f40e168358c505c0de750f5e2dc7dd0b2e99d31fe3af4cf1e864f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:517c74dcfbaff35ef2ba329a74a70402a228c77da442d263e5d3080ff7193965_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:9cf2219dfc08fc0ecb0f93c2e87ae9f8a7cad90b221742787a0cef6cfc62f007_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:aa18a0e963b906f041d4bf64c304ddef470fe78475378e11cb3565e5016beb06_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:1bbed360cd870566238b6c800e8522f04f02d16712c303eecc361af33fff436e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:28da5447837549fc35380edc0dc366bd59216852c59cfa2b3d512cf8eebc679a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:2bd88bbbe823623f5774a9813c7e43606ebdb6cd87b2db7fd78b7fe0c18f842d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c4b67e9207ea19d96108ed0117181a716c10d933c89ac036e49e952953cc3a2f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:11aebf8d07597c63ae5cac4cbc04e38d49ae1a4f8824ab22128e0b5c39e805cd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:357f6ef38223cb776249a04fb6ec29d61fbd24f7b31a5730544e449c1a5d9d6e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:83121be160c1fff1d16e17aea4daedde7e231b83ccb00349841494e7f87a8d1f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f2c98b4bc7bcbb9ade56ab4cfe5d44c32bc140b52a7ee9c5b9cf5957b7ada1ad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:0dbaeba61694470f09eb05534c1dad038e310311f75009af32a0a1f43d469677_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4896946bdba46feed18276c4f29fe059ede4f60138c966fe9113aa93bbeadee4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4b81f38f15622b32498dbd192503ed2c54462959485ae48e47cfd67239181003_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4c02ec12d1f3762f4b2e735cd1600a00fd1bbc62130e005fd9842bd3f7ff7f6b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:18899c6aff68b24c792281604e3356f6bbb48d3f09db95f8b37f99ad7f8c914b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2316808c7649cb351257c6c2ee6aefbe0c0d561b822e3eeb18e85dbaf04491f3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:451233d80bc028a63b160526e07b233807d872f9d4e14da6ad4be96f64f29491_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:74fb3a4932ce350cd4da33d57a4fab1269bdb5e446fe8f93fada1b304a622ce6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0c7b57c158314b2f956181a8b28a9f8d7f83aedd8c87bb9bbbeed76a8fd7ea88_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5b88f0644f5b8237cf8b3aa0f6ee1d8a3899a912ce6499d1bee0aa902b2f8f80_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:672d284b3ef447aaea1bcc0a14c677c309116218340929ad59eaee178e9e5cb9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dbce5221138c15a4aef2f65c3db8bab5ef127c48f3a446ae085a203d8591730c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:157d40ffe95e88526691e06daed0064ca15bbfe1aed547f3a3b968b9c36bee0f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:3885a8026a64c7f497aaa90c50ca93cf1479bfa83ad0d28c4f49cfd3c5220f66_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:457d21495a1f47cd6837f6263fa30652abc7a215c01962507a1e1bd6f4968a09_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9dec3a959d916331f6d2a59ef1e222ae4ef3d170cb344e2add3937966cf1c829_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:644f19b57dde50e4588f5cf1c4d72ac8d49dfb396b7c04d59dcdf6e27bb12017_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d5374c58882769f9d40f47d7aa8f20b1676842c8f0cd8b55a01d6fb587ecbfc3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e9424fe4b804674ac06d8902eacaa8bef0c09f2c7441460621e587c10c079826_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f89289e63a584031efda082e7f77bd0ef4a28c815b3590061f8a397ee8e5a697_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:01eb7dbdb11a50a229196f82930e647e2080f53224bb41ca2a0fe6349c5d8d03_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:1e7712eee6328cbfaafef32ebe96031705ca193298de005ce69f63dd39eca9b4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:25eb621a41d2e7127f114416778c571112fcfe768281edf5e0bb25cd77235351_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:ad58b2585ef510c8f4c8b074085bb6dd3e17ed3248d7b86ad3185c76ec33b899_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:0f04929095116509edbbb1bf2a5c4a9ed725acf2a43307fff7cb5e4d225e553a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:2b9f99a6f44b8f7f39c4a78ed1f17726c933677102fa6953003ad1898f15ea94_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:edf6a8244ae0bfd588371101aced93b5ee8f5073309daa7ef6e407b4521928e1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:fcd4846ca63a5c2941046c19d96de0bb06ad4205c4f980c844dbd0d98df00d86_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:053cf21c2a3b09e2ba911c181d3585cc24390ba0ae4c130b9751a499c53a3196_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:154bd45ca42951efb3bcca14a5fa0bf055fe8c27d2a58e593e11d24abe2f98bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2c0c232df35e9d03ef13aaa8b44b12b6c9ca2127f0a5e827d46b6beee55d856a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2d55f19aae3c983335bbcef443680455dc9e7b0ad49a8779e42165f505d19b5c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:01a8046396354cb5bb0c950d4511a3494b9e0ebc56b3624a48b41b60e0b8a30a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:0965f3fd7423e085d7682717f97901bc43da7a6f8aaf1f30ead9adeadf0ca649_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:33eac7aa9a8fc302b48f4541dbbef960aed461f73e42e413c5eeb25691a73905_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:7d168d6a6f797e925777d01d55bca9e2cd7f6b30e52a76607475935a7c87bf2d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:669d559563c8ce25ab835bfbb6d05b7df7fca88a0ea9374d50bf8373265a8bb2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:802a812b969112861ccc9a78880d0764af5c89c15198a594e7f8c1d6c2acfe0f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:bd2a533eade7e9a0589c83a3dc428d594b174da8c4eaf612d676d342dd1e7dd7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c4efa347b4b2a9c938ad8bb772d1161a4a2b8b1e54455b0569a92c2f29cab2cd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:07ce41298f16b4f99d8cfaef9fe2a113855c4181c3b211d6c1f9e4fbdceb7d05_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:1945fc30c009a2abd77ec710cdae70cd18c726f633af7d9d8248fb56d5329638_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:566214654a337f7b2f76cba30abaef7b5abd496d0aa6dcf710aaa1dcbf740863_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a98ff558a980eac6d39c3e2d8275d0db333679521d54b919fd6b2c11a739f387_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:8b09b7ddb7949a9db7af4e4d1d8f15083cca65cd704b707d93a7d21a9c9e3c13_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:aa426170166116c40f3ad7a70d05d197188ccae8023e802755aaecb2decac985_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d4704096bb00b1d854cde90f964aa319d2898d407794944ec0025b386264f2bd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:ffea3b9a771b27a8d8db70ef73a5089c7e343a26f5ca93698d490d2ebe67d206_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:26506524326c64baf2e77da8073ce297d72a583d6ae194516bcb6a32a273059a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ca8df7b4917a2c1b7a22e8f753cb19c9e92b15487c121e94156961d5b5cb7681_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:d2b5095502841f6654d21fddffc781f20990b586480eb4b56fc6414ed291d7eb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e86eb8681972ee463d5dbce6a583dd035f2c38aecb09c3a6059ad99c3aeb8d31_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2003bfefc53e825002c66cd6aa5035d13db264ff9f4fd8c99e18683c1c808f39_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:284f8b74d3e69b69759f45116d07782376cda8554979535ecb4bf9aa8886af56_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:546822ec9a3b2688b4c31830872381cb22db5b476e89462c0e5e448ba96cfb77_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:65d9d9df5aa55831a1627b179412760f114bdde969040ba73c585c6449d19e36_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1a30ca1498e2cd83d64956812ec1facb07f796fb8db50977f3ff561ceb0da7fe_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:32700244d0578c423c636b0ef01254d823d0432125e1ca929d0ff1e115a446c1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b562637dc56ed32a75a444ab2f31d75e7741ccea5b8a3c004df4a42ab1270d6e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c2a8a8f577ed98972d273ded3df429d0651608c8d46354584a2fd85782407b2e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:2526b6065d1ccfe1e36fe5b48958a22737b1243b3f0df10ee3d27e0a62fe340d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:34108f69a1ae3d91059fc955d42ff21e50c12390296677a94c4e691a0866cffb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:4c2712c451f03ae375bb6f122c17ea1c28f6c52c2796ff64a893630733c6caf3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:88999cdfcf7d367056945f5fbeb558c6ad8a9c3e068e67724d12090341341bb8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:0f3ebde6a312b04a5020957783e5156456dd0a60c9e1f009130e295b0143160c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:d878af0364938ce585214d77b78ed92b44c916113405f0649d1e727f9c010b3e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:dbea9f717a33a02f4fcbaa6029b6830b47b561fcab1063eb868812794159b303_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:f5ac07ba3f562b9c62461916f868079fbbb47d95b24379b9ceb55206e616e140_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:287c800f33b7bb17969c93891edc40646cc48acc9b741138795b7f041c82bbc8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:53ecd2e093819c381012a057628f8e614c85f0c58b6d54e378e2155122ab1d8b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a840761823769c68291cefa9028e0a6f87b6625588b1850d148b2f8ea580d8ce_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:eeb3bd21c506b7558241ec2458d57407860998b91b4742669982073d6612a9bf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:1a94c20db46917d931dfcbe19595ab6b4ace22f81ad34ea6d329eff8def1f0da_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:71d75fc8a847695728ead4620c5d19ccfc9b8bac9f51521af7ebabb762839425_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:99cdbfdac01ce74763ab9304f3bf30156bad8039a454758941bfa2c96da4787d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:a56d06011589ae7f1b0a338ae33423e77c559a93f4bd8924ebbeb16fa341a7a2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:299842fdbadf955534b257f3c63126a79fb14a9856c4530df09debde212a2384_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:7adbe4c7a14a3d470820884da692bae174fa6d170895c3ed4b02311a66294ea5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:0b264678a566eb387b44b5e8e2ab61c5e12b594aff4db75532d9fc8cf0cb3a78_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:ae2978f43a4b765fdcd8abe8e91956a0a1e267c0f76593d94e52780fadc68388_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:dfe83a3416da5cb195d8fda8ee8eec794dbeb0135de72e250bc965ef1f70bfce_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:e6e1c74ee273df32544e6119badf3b3c260e48c60934f67a7869dd739d020e1e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:015b35c884c0e9b5c3a2df4e3874610dceda9766b1db231a0e99774481c88bea_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:170dd5cd1770f1c560d2d0756a619a220d15c91c8d8d51ea322818be40603ed6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:7f43c6487ef0d6ee493fae02ef100abc813294f027b702722f38c619a5e8206c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:d40a074405d58180667a3722571285167277e73ef4247221e5b5c235ebbba38f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:1fde8ae44f15902a4a5dde0328cb037c74c40ab527db4963b5d703c35f2b2c6d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:8a13fe639a4db964e30cced1f77214a915489f75b2634356259a03f6f280d856_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:afb26125636804082e2827f1d473d49cd492a6356365c186f69873ad8e24e099_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:e9668f534471f09fbfcb31c76be4b68a743549c50255de8fff8fd0c8b4a34924_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:0a67e292a5b75f818272a3302f4d2d334ec57e5e0acdee47fc6da52625e6fb60_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:50be8ffecf96273dd18c233edb39db8e3088bb79acef2884f47b64a543f15e71_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:8fdc9fb2e35d486efdac44adca6152aeb6bed9fd88c183d80aa31da96e5b8c6f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:914fe11be86c707b3e2ea354c5a1c0cb72affd6d9dfe63ae2438a1a310ffe4c6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:53ee6ae093b31ee41b13bb67b40aeea723889379ff822719c8174e4272cce99c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:5e9cda0da90e658e08a08c69480c461701b03323aad484d887f12fa3e11bc9bf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:8921a94912d602af5cb9636b2880c1ec7d8eff795473f4865f4354ea2079d428_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:d9b23f9f6c407010472286a31c17e8358a19103fe03260180d2d615aaa91eceb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:53ee6ae093b31ee41b13bb67b40aeea723889379ff822719c8174e4272cce99c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:5e9cda0da90e658e08a08c69480c461701b03323aad484d887f12fa3e11bc9bf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:8921a94912d602af5cb9636b2880c1ec7d8eff795473f4865f4354ea2079d428_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:d9b23f9f6c407010472286a31c17e8358a19103fe03260180d2d615aaa91eceb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:0e598a4bc8097ed172a8e3e8058080ae3db89733c02644047e46cfb65b7d3b76_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:595b8a01e9b2189a3877041ce66509eb2a2a13bb0d928b4fa772e7d22d7e6bb3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:a59804ff3479bbdd8249f52e145ad8099e67c790dd353684fe6faadb7246f3e5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:f5bdcc739dc1dc70a53c624c35d3e5e9574bbc67cf488919041e3ff0a11f009d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:0e598a4bc8097ed172a8e3e8058080ae3db89733c02644047e46cfb65b7d3b76_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:595b8a01e9b2189a3877041ce66509eb2a2a13bb0d928b4fa772e7d22d7e6bb3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:a59804ff3479bbdd8249f52e145ad8099e67c790dd353684fe6faadb7246f3e5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:f5bdcc739dc1dc70a53c624c35d3e5e9574bbc67cf488919041e3ff0a11f009d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:06e2320e7c46ca66239bd9cd22eeb576f1c42f3acd26b8db1f6976e9717676fa_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:cc795d7a0cfbefbce47789c6d49532a9a41b8d62075d4c94bcb265fd3ad8ef6e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d87fda521517b9b5505780eb2d84212843145098e70032c9996b3250222fe604_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ec1000141bbcf65e1e79f4dbfcc97968b05cb1189cc35974ecda36bd2b8d302a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:0296d6ef8495a340807a800e8064de04bffd08cc24772e1482ea34d3eb39a83e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:2cb477ddcc46f5b57b4e81a8ad1163c0d3a13676e7079647dd2ec4b94281e9b8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:d85d011efa26fcf4fb9049c360e167a82f0f332f006906f945b0f0048d60da03_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:dcff01fb6c0c0477daca085f3ad54d39b6480f139ed59cd1fd4eea9077068889_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:0296d6ef8495a340807a800e8064de04bffd08cc24772e1482ea34d3eb39a83e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:2cb477ddcc46f5b57b4e81a8ad1163c0d3a13676e7079647dd2ec4b94281e9b8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:d85d011efa26fcf4fb9049c360e167a82f0f332f006906f945b0f0048d60da03_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:dcff01fb6c0c0477daca085f3ad54d39b6480f139ed59cd1fd4eea9077068889_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:5d7e619ddcc71a0244aecad37870bbe6a9bc993db053b68f57984c84751244f7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:6d0070709140682d4f91f5e7e1341cdfab3d992295f246a3b8f5394a3c290e98_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:8b8a1b6c5fdc802b3185d5a91bd9c68426307526fad048ec7b7360d2885a9709_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:a4b5e6597c79fd99492ba89777a51a9a0fa767a9b174aab5ad38eb6f7a195634_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:5d7e619ddcc71a0244aecad37870bbe6a9bc993db053b68f57984c84751244f7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:6d0070709140682d4f91f5e7e1341cdfab3d992295f246a3b8f5394a3c290e98_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:8b8a1b6c5fdc802b3185d5a91bd9c68426307526fad048ec7b7360d2885a9709_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:a4b5e6597c79fd99492ba89777a51a9a0fa767a9b174aab5ad38eb6f7a195634_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3f240b50f6973f1ab0ab53fd897acd7bec248c417923d56aad6630cee4bbad5d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:69a9487a24d400bbf3ab5bed205f622267fd19783a1c159669359d706a76c3f7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:778c6697c773971590c2187e863a18d45dbde7780c0da354a96480ca7e742b35_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ca587a8911043d96b60e967e4b2e33892254096414910174e6a7c395583e97b0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:11801d98d9d8db5c37bc0bbb72aecc2eddfd0836d079f91a8018dd297e6f12e0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:34f5458a8d22a1b295a6cf6be82bffbb427aa6421c19609d37fbdb0de53afd48_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:5ed572029d4fbbb484fc3562046de00f7deaa0639185e26adb2210447a8ff958_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:8c3c79a3da45f6960f8cb68074488f8c1a97acd2637deab99b23cf5feb3dd831_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:2c452c9fb2f82e3b4e746669a2e8fe16a63cf009ddfb94d698529cef8f6ca8e4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:4eb82f07e01b4f66e34f933fc4c1ea0f09a8e227a216a732290e62db12641ced_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:7e411329883832f7e0e9bc7bcd716a5cc48898a051351176349bb877aa7a1704_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:fac2397c70e1a2d1457e45554f962daffec82ff643df596e3e0d47e2cd4a5727_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:71ef3a2f7205d5a4d2e223ea82ae0f8911ea9840cfc819e78931b5d8d7b3960f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:836739cc20594452479eb9db8a995d1caed27f82d8b1e7bad6061b0a7eeb3f41_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:9a6743d451c6a6223891fc13ca4e1f84328f5cbbe5be9c6f4a5505e47d894651_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:9b08cb63eae04604aa25e2816fc894292b63287c078922296ccf3108254a420d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:30a8075c0829c7e8170fee4fa1da1e4fc8f8fd7e98c03665692a0d3790a3e404_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:91eace031f4e244ba7c82194f0d9e4c42e1b3f83b4cea8281fbcff70a02855b6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:a3a947c318b1d2cee8676949477eb154eebda2d7b01bc83aa3ab81b305d0c123_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d4485629dd69e3646522bb0c6fc3a616fd20e9e924c83481423beebef6620ed6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:0050083f13ea8e40679295049c4312081d38904d8ccc1396b80f27544d01a06c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:1fa5db1d68336e05f0559c44f107e2968f7e65842d878a25355f37ff487001d0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b8901c06e9ed87c8998625b99ee186ea5ac8a0a89c0263e210fc77f6b02fc36d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c90ac14a629770bd274536af0f82519c4247710c79acca953a37ae18d5108861_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:61ae2afb181d20ddc00f7f0f1a6a206221d15c887238ab048e10f838995c3d28_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:92ccfe03e0716617e78fcead09e592075632be76cb4d4f906a32fbbf1e7f79dd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:92e8805702148fe8bd56ce06cd18da14eca209207633ecd89b3b3db27e784d2e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:a74af849f4f9b5eb17e812d798711ea57b234c311587a46fccf80b449e2ab091_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ce86043ba90a236d904b5bf8349678a139c9d12abee75b13e20b454762a79b07_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:fb673b9cd4bf5792fb1cbdc40d8ae3787b0c371157078ffbd959748ab0c19db6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:788f14d6d64cc43d2f137a2b5a2e13e80b6d7bd1c5db3aace5fc90b090cc1325_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b1aa6c712d6b2c05c5819d89c96f837a164cc978670d9ce0ca3676c2bf327ab7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:e0b18dde5738907a0cd2a7e54a3a37bd341627b6e12c2e8901cb5350e78e5f9f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:8b774ec1d7062dbf21f9d4c9c82926a333d4b530dd31e907fa292b1673c17f22_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:a44db4753020da0574e7b2cb486ed690ec6d452d9c9a86f1a35155b3203c3f14_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:fa22ce356479e36e38b28420a89c51826e52e4ed29599f8d81b33a4c9f17742f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:001a95b33c0b3c3c0000b21d4e6a0802ae3663c1d5c5e1c8b8bde03e248b74e9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:0f1a47dcc7b5e8d5d82076325fa73ec6bb18d6a7124bce44da452848859c03fd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:887ef213faf48dedc023d2c533d2b414f5cdafb4cbe79a33841d616ee1e6194c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:d74b26dbce57d591c118a178762b14e8d3663efedb7e3bf423c134c04361b4e9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:39575d20a0b0aaf4e66e34c26cd0ab61fdb672d13cacd4b8a46a05355ad98808_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:62ea773b1ca80e54dd81986d7aaf175916562abc8fef3a7a0785bdf976d43f35_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:a70b67bb199914cffdfd5a61528d442e434bc3dde0192e91f68cd7a23ec20353_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d53a31a064e2d3620ca9a6625149b02efbf5bddd3592afcf355d03f6539c689c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:00085499aba957ce0074d5f821884de04c511d20153293c39e85fb4af913c679_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:30cd4b0203521c2313602ce5bfe38fb36826471bf97573a4581662b579199d70_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4b5e0baa200d25a4e50917bad8abdea3860f7443d634ff316565da4650c7fe31_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f260327ebb92a129f41f5adbf40298abc26df6a7e1a88d419533b4712498ef53_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:1d51e5dd1835cb7d0dfc3507966c4d9811619fd68debba7a51f92351ffdc8aeb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:d273edcc6cdb663d54cec22fc7947d30417ebde92772f7613ee71df7e245f8c6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:23ca2c33256242f865b28d356c525a06f15824a5b407827908fdd88909399ec0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:4d419fd5bbe80740a39821dbc54c463ba88056f16fb9dc367cd55f4704c382e9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:44d79a4c2279ff4d86d2a763c7d54209f9e24638fd4d1cedd5579b19ca25f5dc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:798b93cd2c8dc91007f8e5ce984a9416a523ca1ad1d1edb48ee299cc38a7298d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel9@sha256:6089d0673200ad7ea54762cca3ca1b913ae4a48fc12ed42da637b6b17a6fb7d9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel9@sha256:6fa9719d09f35aed806742a476df49fade99829cfb07583b4413724fbfa1c194_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:2c22af5ba4c507b1d44a2f1b2b64585ec6b7225fdfd507cf9f2691376d169819_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b20ba95a4ef35e4a72e3b861655d236da808c9392f6f5b9b7b760f4c1ae12bd9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e93e6e39e6a94f8aed80905145fe08b6679dd15a84ded4b4ed0b24b0afdb36f4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:3b57a94699fd5667ccb1cade8f56ced7b4c9bc06969da3a9036fe4963a6bec0a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:d2e27e8532fdeecd9de5f9cc0ed750cfdfd92d82dbe142601c60d32693e67277_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:017c35ad3581bc5d47691821501fad35bc737e5c8aff5b486fd85905d6f815ec_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:d7c0d00e80632f5acfb1c3bc82e579be6b79e15817540e9c91cd6b3a1b3f6ac8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:03d49f30a46c3674fc120b13433e13a2fad082c984014f459ac7f10ab3e9bf97_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0a7e8b5f1b1120382de52f3540ff6908208bcd4ba242abba04ba79902920efc2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:2e903dd9147352077a4f775283942c3c66c21ec31fa80e1f65a048dacee8d227_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:77b9ae4216d409ae20d82c476e101fdd65c15eae30c619fc8c51e1213524938a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:369734364457c3584230c9b2445742b2dba5964dd7733422935bd16b71a0ea8d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:4d8b91d1d166f1ba933181bc34de9c05ac4de59a785c707e0eb695e4a81425b8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:5dd4a63ccc8ff694f3d0b4d38290cfa647c8c6effeceabcd86383af0657c1e38_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:d314434ff086a17a4dda0e0bc5499d892421d66e97cae55ce50336b25c14b9fd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:2d4e18a550d1257dc97dc44428efbfe326ea8f305dc58228dbbe74cbdfd37e26_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:bce1b5dcb9d752202065a6aac8de3ee1721b8de03ee0f78f569d0f841d568554_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:ce8fa76166c3f37ae6e855b75e43aa462b0571d2720dd15ec7b9e282d522a13c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:df1f7115b9ef18a54f64b9646a27393c7c949a718fadb28ab8803d955c75577b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:39cb774a7444cc93f1fbb512cad9323fcc3ae217d4402c196a926701e98472c3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:68cadb749ab080da743feff2b120d13f66cd54d61b7ee09b41083e36671a0f73_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:8300f9d1110230c510e9ae8dbbbc4501a5ce8b57b424f20ae3e42d4918ac9b48_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:d3f327e2a5f4745ad2cb946a2228e42bcf51be9715b23732eb1d0b877b6d3ba3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7f6a13a46ae75cda6eb2d5688c851cbbadb3193ac642494bee3d5d2c5e6ea8fc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:b92d8c3640522615577328179dec1c851becd7e42b7282d3a50f7af290c4037b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:4463bd38f33b06d584ebab15f5e2742693130e299590c038416f833e6ac313c5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:8728d2c64b36f2c3fb9a52a1bf7ae98c5b113dc06ed7cca49c7b3e9f1789bcfe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:4f68de2634b2f3650f98ebcda1c5c104a7941710c3ebe83ceb8fff4a0b697b82_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:a180fe7b396945b5a18274c742f6c01d726ba6177ff6721896f0235d943fd578_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:17cfcbf9d6be2d228c4cd0d8a5f23d4bee7814366ee0cf500af66a30ab43aa4f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b8e224d4897a0a99e182e966a61817a0fe93de3bd1ed78f68ee077239d65a908_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:c11fa3e642fa099dd30b99375606f82a4cfbe67017d832f32c8fb1ed58a5aa76_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:d0960e7974bb914fe45bb0d740ad8a84cacba8233e9ee0e9eabd5b3e71372620_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:d5f38f5666ed4b7f7e7da03732367e1a5d67f7f7d35c0c4bc232b5aab7f2f2d4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:e74e1470caa81fae1509bedce3d3d1a8cdf89f814e174593ceec0be711270dcc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c9ec31a316089747957c8cc1a8a49dd9476d45d6e7af919fcf538a367d35a0c3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:d35056c3c4ee809fbfc2674c9085b16f5e5d943bf7ad710c6aa4e5713bcb095c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:dcea4453ca75f5c44c125c1d677f28702cb94a73366a520e37b842ba5128577c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f3d8cd4459b8271e7718d4c5e97f92cd7db4776e719da5d7c04025e18a622e60_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:212c72d2288a050a21498a5ceb4c3b659b4bb98d0ca445d6b85a7a8b94b35488_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:45eb78529c0122f43a9443d06679db427ec2a389f7612ebd36000ff9f5ed48a0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:d105ced863235a301224f506642394034cd0209f726a385bca03147944f0134e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:d1fb82d1280562120cc7fb356701d1f33254a177da5d0c0db90d2276297373cb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:38c1beb577ebc5dc35ce3e31316346f21d7d9d6c297254570d6c6f8b8af4268d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:a083d6d53630f47a8503a45b639ae5c567d1f724096d1f729082bfdb9d760585_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:f2dffb118be72c4d3b75564f6038eadc0de8d261d6b1eaeef35343ede6056539_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:fe33d9c4694948619c5e95464f48fc82fab1feb283ba1d57225b3678085981f8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:20d22b7c095cbe52a127e22a428a8b27c287c4574abd32c2133287dfff3aa0e9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7f8d1c497000e0ae2985e9ea5a6b97f0c24d64e92440358687c8a5fa76bc778c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bdbdf3620970cb066fe169ec145f6db31f4bb4fc768cc440f4b8df83f57f206a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:eed72f0b204935fc71bbf10495f0e5985e5049bbfada39fe8afa8a60d12833ea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:0bbf3eaf02453b7123901fa866a7f3f056ec58daf047b51ad30e177574ef49ce_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1ce7092cace33e4ab97d548ab4c9a2388dd84e53bab452a7458c8a5ed4495701_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:7985455eba0bb60e7b1067f759f3e30ae73f9be78068f953e060786530253025_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d01e8651edc6bd95da78c5fb2201aec7c785126bc70e0f03e0f2e6ce67d245f4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:12e6b0853b26b6504bd578914183118e2c74bbaa0e934a07ffb99acf3e19efec_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:26a6c5c8b798a039e227d5b6f02a1bbc1ca2a3c3354d98ab7beddfdf39e323f8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9864736555736cb9912dcb1c72f7d85aa75ec96286972312c2d0a3fc24788d42_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a82429314b1c0785c2d46c99440175d0ac8311bec3f31da3418340a2a0a55ac2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:2d6d0eb401d3529cc09163cd67fb8af3d9629ec14890e3536904669e409c2262_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:33a206e8de99be5297890d5373cb7844c0ebf03285547a3dc752c7bab031284b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6ffc197659ebe1017b99eb4f9b3646ff311aeb2bac6d580b3e9ffaee6138079a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:8418c603da899631b4fc20e064533ca74f94b98e20ba3843b7603c9ff7cab8ac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:02033087b0776681f186aa48725fd0e2297ba2e22bd554269ace3d51b3f6da5d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:c2a8ee96f4cca328a3791758909bf9322ece200a84b10bc15048979aa827af3e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:3fd566875c0685e36134791ffafd5232558ca1830324988a55ed8e189fe5c35a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:80d2d5f45ef286fb8ae44b74ec245a68b21300e7d1deb60f01c527586e036db0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:089f5b6a5d58e7dfe1cb8fc7a552a7a3a525208e0cfc86f88362eacd3b11b8b7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:263187d98ca0b290168472163b9a8d81dba1077cce8d7dcd8419894ba16524d9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:fcd7799ce45632b008f561ee8688988c8dff42b9e0677a05302ee8e325e5613f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:2665982a7b3d16d59f3e11ddf65b1016828d746db8aba950d9094cbc5fc3cd26_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:8a152f3e2f884f37e0c222e8ee47985c2363cfae12745eefbc305b30158110c6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a74dfebf03b4e0c686a285f0b71653d37f945c6c8e4fa5e750cd3fccdda1ead4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ef3b7610a226305c920001ff036628d48ff3ece3ff46c9727749e619b69d5524_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:31d45f4b5897554f9e459bf8822cd945a0307b515f8c2247e968aa3251bd9dee_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:439e379c449e0011dab2323ba70da96c9ae85de0c78ae65e4ec97cb9e792cc14_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:9a08e22dac8c713b0cde2a6ac9031a70ee16bd1df3d093f8533534287ac7fc41_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:f1341dbe1145a0d7f954d04b9309e8fc2d44ec306db7ac48ee48b63c29a935ee_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:1cb4e934a34d7905afbbe8bc1edd2ce28a01f2f10ed0ebc0ccb62d732009ac12_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:2ea17ca4317c75eb3a86741d6925cfa3b0f8fe5cfd14281ac42f2f61b983bf39_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:9c2d1fbec1fde2e3a0490bb630ef4de043fac05c915f6db43904feacfe15541d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:e1848797ae0628fe6fe4b16aca661ffdd6559cbfe56fe0892c01b6885cc10598_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:36fa337753dd82ecf610b3cd5bc3c32b4d863e7ef6326610004d5ad2e9e8a369_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:805c04faa83fd96fb2510deef9c180846028dff7c8de992474c00b34bdaf29e0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:bf8c8fc79c16f075b4cddbf83f6cdcdbc00ae5b64e11582ae7446f5d44666223_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:ffa47990e61f60b7f7f65940caf22a8340af1dd2924f3dcd6bf5afda8cf369ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:335e23e7ad1a695dad06b98fefe5aa1a14540fdba46000257a0fa7f269dfe6a4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:a5fe2690e857872fc80ddd0a8e72a92508fe8bde271da5d9697cd6b88ea4f08a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:cb498e9708e578bbd9feda69340a843f0099ea49abbf4cc88524196c6d5a85b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:d3e663795f398f7a945b75b5eb98d9171dfd65c82ae1abc583c31586bc2afda7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6330474da38ae06e0c73f6319cee3c9d73bc48a31a155309222dbc414e76efcb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:72ca1c3f1ce6ebd678469ad94416f27db9a6e9ffc5e22a6c0636f4f26872fa53_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d3d0cf16422232526f461e140aae0e5cb0b5c56787e6dedf93c7e96bc6c29594_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f1a0d254b3fe80b66cea05d072d13bb9870989299d9f2c5d7c93b9ac9ad3074a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:8b11535627b9908e957068a9183280ac57dba63c90150662b14cf728238c8568_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:c2fc14113c69627c79a7b28562b05f2c251645c976ee1928721c1de0d48a14b7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:c3c2cc1cefb6fc3a12978f4f14b3e6d3a90928b54b4cbe092d28dcccde2dea01_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:e7b0213d1a1a9dbd9921ee545de41c263078dd3ebb1f838dfe150e73fb51ed2d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:06f1abd50ca304ed98a0dda0a37c62980abf90b926e596ea849edff7518f4920_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:167c7118d171f577a41a66acda52d3ebbfcf1189e2a6fb8101fcab56b6a7df8f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:1b2723e537e9ca906f3d1a6ef70a5d0c95b59623fbfd5f0c5bb6de49e6effd40_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e090cfadfbd9d9587a006ea68407fafb1673b93d6c1f6e77efdd2c658a503669_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:49823fa689e0b99a542b3363f61c609730ff500b1c83cbe9aa2b3ed949e9d79b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:4d213b4b7b581e6ca449fa12678b4b75b06b938d16c76c054910bf71c2b65168_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:761eefac8ce5fb75389e8e452f927143acc1aca266602d6fca8c007c30d7eeea_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:8071b85d6f58f8c81756886952ce6fae10fe9a88c83927342bd6106f1e234a34_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:54eebbf509914e15aecec16dc21e8e3c848bedda66394a51ea4088ed16f0d3ec_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:78c9f0837ce0827121fe91f53a1ae02bfd66b88ecb45fecd30826d47db233038_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:b31ac2f80176d24f71e4e1fb8bf8f153cab65e069add24cb891a021a06c0195e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ddb1c43498ca301d4a437b8ebb23378c0db0b8e50f58b0dca911564817db1854_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:4f4ed9468740e6a521d1e095bdb6f5fa175c7e1f05550d999ad7342650948c96_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:594299d23d3fbb349d6fb9c4e059320829e7d2d643d890298b2a94c4314d92e7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:6800efa41a1f05c0d4d2f6702ec6f2fbbea73c3d3fc025dc62a5cbf3233add53_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:dc4a15e5ce1b7f4e932a3a08b32264abf570df68e15f270d7467a43caebfe8a1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:43594a42c2342a584f5f4b8296b6726edd85f8a00b9703922abc78320e8b6f74_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:805ea7427ea3131fab72e43f80c34db682ba3e3603b438f1315146f24f706c01_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:9f06792d0d1831f9a557c15967cbcf117365305b612f3a23f793863615285ba9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:b010ff328387fdcb88aa746ded0b63f609c8ed3a9745ee2f648cfdc17570dacc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:08f3e89b2984d8563a822dde8feb96231e9cae0e74cc7a64b9871d53f4a9990c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:430e32ea9f2b6e87ca04e7713f393441f7dfcb0df57c7ac4766b439e8c281396_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:477ee1d38e4457c9378f05e83e6086787b957bc93f5a9c280c4afab8a6e02152_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:d42373331e4dabbca4921280d47dea956ffc0690648ae172f156605db302c8f7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:87017af27e74c380225ffcbcc961d2d345b5d997df552a9248d07d8230dab3fd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:ed7dd0e4fde979f4286ec5fd7f3ff1c51eb22d15af56138ae838d97df29884e2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:205cf240004a81339d5673b723193758e0bbdb008db6a294295412b6f92cd1be_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:2bfd19c9c46179264bd0d7c37f8f7b9edda077f3210f168f010af88317904d70_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a7672e4823bc698d02c4d241c84a57a523b13a267850baf8c1ec44150eac7f7f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:b84395e944be5010ef965bf387939c481d9c313b8abd2338414a3b592de7a219_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:1167bd175a841398744ebf28418cdb871bbad24ae38db5a88dd07ce5cb843d86_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2c2340eb12f729cba09a33a67a873fd11d421203e4b4548474d88a6e37f1af14_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6a01712dfd5ae1a741dc0db425ceea67934e763afb5df78809c0e6a22ca3173f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:910dc87281b45ed6dd18d2fb7204765fe3f3332d325e7c0cb061ad93fea7bb06_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:366278f589efb7c0ff2bdd800b0f6547b8be6acd259782192df2b10a9754945e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:4505bd25d99cfa5466dae74d577e459f756d6bc22fd5a21e91f32d6d6f7fab3f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7bdbb5168db25825edfaa505b705d639124f757f7c61768558c03f97dbb52e92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:841d8a1a5cc97465078e19834734ac726341509d5e3fc5aa7d02e9418f7826ee_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:5f1fee6ff56a72baabb5f8c908feb2c4a67426fd0ed4bf8e55cc4daf552fc4cf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:7689256c7f78b8e827b2588ce08ecb65035f3eb44c22ef395a4c16e80476e58d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:b2acd795681ddef65394e303c06e022ff54e1e0c53fcb341c381197f7e520b6a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:f5c1907aab6224d4c398d0f5cf151885859878ead00bbde79426c96dc8a6faf3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:168e6236d27a57e41e6318cb2a96b31eb4030b65f194c924d6e6a07c4a53f0c8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:6533b9840e66c882af6ea984d451821cfaf72000c1d2d8e1ffa46b95abfd0c52_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:8dd21817e31ef713af9cd67c004c8a6118b62c1dc557f963f28244920ffa9f5d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:bbc41d8cc76ccd7fe6a93d84cded4fe03cf08f985976266aa532b2a16232e1d8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:0c869ca3f2cea582df50c27d9170e6ecbf0df000d65ea250e2fb8ff41dbe6b4a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:4cedef9af9f34258060b059ad2d0f44ba329dc72e64942a8adcd1c14400a02ff_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:75460db975618d0dfc82f509725522f8151b49a00a210615dc8cbc97f6ed2fb4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:c4cc3eae9765cc81765638b8f1d6ed105d10d018f30bdd5ca9770b47e2ac683d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0006cc8afa959998457049601891036f387a518c2bdb3ba496928b229fe9d134_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6406a77819214fbcf753c72e1add20455ce1c71db634a10ed36cf4fdf857d892_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8f2245017277cd5f2642b162511ab42d7b8485567adfa25db900973baf058de1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ccfa78714715591d82a4bd4429114a92cce5748772e84bf19e4a890e428bd4b1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:6ebdabc2690c1c1072803bd473496bc694f9d0c99af704f53c810d2c294ff687_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:ac2f665507bd239b43bfcebde4c50d9925b0376c06b448a9695e7f25ec4380d6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b2f58190b8a5b444f51f7d4431cd1fb5e59fc0c38fb4ff7ba4c51d2ed1ce6b2f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b84e75d4eeb59ff0804fc3b501156bfc562a52c0cd554783d8d7e7c0714d6f85_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:163154e33a4744ee5a451384d824443fe2f2a9e8bc961b121b1c317246ada9c3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8ba5133f9697e04a14d866027d8f342efe3bb9732857720393d9bf3e0effa09e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:be734c5f7b5f7ff624f842c056ae099c81ba1f4423016ba63f371a8d8f1fdf3f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:f4530c4f598865cc3ab9210760d93fc1640e15a07fda71fcc2b5453834dac7be_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2ca5fc5e9405404c8b611513cf033e480cf81c2677ccc08055fb934aa40cf7ef_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:3b18df1f2d706c80637b7a31ce09d3aee59eef1bddea71c218dc9270939dc194_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:c64fbe8a063ea2f7897ffd9bc2c1882c03c406611f8dffe9b9a885f3e75f105c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:def060ba5ad7ccecf1d1cb0ff3360dba500838c087d701015415e1a2ab08b4bf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0693761931e2b7ffaf4e39c6fde5b0a1099d32b5269c7a498f76bff354a84ae9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:8fc7e5dbb6c2470efa7ea415b71569f753769abaf3331f9ee174adcf39a4dd27_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a1e0a23dc6c93de096d3d48710c45208a48a162d3858d0d7afdf4f300ebfe04f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:b71416e2ac3c46366da3abd72b0762b74759587afdfdc8a8c6a47a52b1d1d77d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:72c97ea299920a43dd391500e1f70b27cfbedf1e9a32ec9275171929b8fde7d2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:7d482a6204223e73e4dfa0013f4ba20db1d04c7a8c2881dd4b9a58e6e7d25f09_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:8ba5845b83d32531f3a3798486fdd8377bfec0748206d917ba821c6a76d55f3f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:dac43b8b4ab95960e240b3eef0fe1a6d37dfe23ab7d0cef27d412ad69afb5466_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:02698e7f9c59596fbe039b031515a319067d79c6696a5fd9fa5a95d5acd4026e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:28796a3d553d6880de207e5d6048c2efc4ea2858eb6251e43d1b46c9e9466748_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:7b0a4c796681ab9dafc0a708dead6e0a8db3166ec40e380dfb02978eadc7d2e5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:ea3e2045e45229a9a61e6b9f9d10d0762a8e6f47e700d96c916b402864afe8a0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:12826fd7a8ca953be9429198adb9386f489e6c764d7b3fff044a4cb66c7f91b9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:22539e72bfdcdef4c91ee509142a1e403700c79d58b4f868a7a2e69b81c2d6a6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9c91efe4356286d3c8aecc6e9a4ba5ae54655477a2541ea80b2ab9ac88c63791_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:bc74fed608f8d45c463f68e581418b4ca5f3ef05467621bd6199edd149f3c7d1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1eaa76ae1380d3aed001b85612fddbbff2bdf70d85506c4fa5426ace8bd066b2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3760f9fb700165458048262a465f32d19660ba88e16b3aad5fc349b047a5248e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:be8dd7342bf7b1bcc1bc0f873ceeda8e81bf686259ee4cb5f377f397f43349e3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:fc535145b24b8def78590d003ddb58c2c1eee976ff2263740dfbf634f7d1c888_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:6956849db88740b12994232ecf2fb137db82f4afbef85b920612a9b38ed8bae7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c182f19eb5bef9530482e666cbfbcf2649c1cccd95309850f93b82daf8d42a90_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:d12663d4543fda0b233405cc0e3823ab68cb421eb38acebf56ec4f0555e1e594_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f076696f3eaf06da9fcc6a4042afae097740771bf902fce0d3446e63ef8e7caa_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:326ec4eb64e1da8db46c9bdfa4e0ae03732a863eafad17e4ebf0dc63698acfae_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a7bc793a9fef04df9e54c978cc8c14c151168fa186e5258528e8e234fe036b00_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c493bb938f211c8018e014c922287ffd9db30a9d8e6818f2dc9cf42efd6b6da8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e0d5fb86c982e60025cf5e25d6ceaacbe380e9e9f8a78e311a488668ad991f5a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5f471c6d5ae1413d35f2b1dba478330537e2cf1c45f5d2a3b1d0b875935db19e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8fd890e0ed4d9101a895b34c0f42293b280d06245de6e45b113bbd5665ea488e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:98041b168deec45330330ec382e6262d616e1b1a22a389f9216b622c3118f401_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c1bdd2efec725038c68e2da7133bed08e1a1c8d9141a55062f621d6ed403af7a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:81e37f2597f8539a9f5b3800967545af056e88089f95eed69e5eb55426dba52e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:955772451d73b6ae56069b6e706629f6e726595f27bdd0d9a920d217e7456cc7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:ad5fb6d1f60634230f1dad1b9ca094c2fb8bae6e68d618ffce60d20c0e55d8c5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:cb8664cec305b071cc6cc3d7647b5baa9a013d35dcf318e407e6fcd7a2461eb8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:09b9ae640fccd4a948ce4835dbe29f65be91484aba6c2afc751761aa9dca541b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:3c9911b15f2798b2f4898177bdb924641e8ead282574beb11278b9370eded2fd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:21d73647d434cea2c398a5c30ee2f92b6f5aee3b1106b961b1d50e8a18825f1a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:49fc188b34134f5695a59a384101be2254859d6e3fd3fa2e1deb282049e5f592_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:03e6ee2082e14e8becf5a2d7cc6e1681a088a057c1c7a2189fceddf23a7541af_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:80be0fc1705791db62dbf7b2385021b8e67d0d21a94815fff91c3e87d6e6e238_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:5c3c19e3dd09249a9e78ddc4871162b166bdeb05cabb7075f101084a26863568_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:de0740c2f08cf7e6a8c851135f4f2273c768eac198d7e09e35a81b585f1c755a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:401f429b76740c19f325c6f0680e55f66420dd35e72325bbaacf5f1708c2cb2f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:7e9b110c44bc04a2349b037104cd836c0dba7fc90bee7c0a3fa0a7bf380664df_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:96cb1a572e643c3d0cae3b20040c3c9663af86ede9c30bb38256c080de90983b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:e41eb9ea6d0e646c40f43923678913904a2fc8f5f4fa1e9e458c807632e82c9a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:beafac871e27f012d9bdc881b0ed67095ca7d34305eb773117eaaf2a5f2404c7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:d6ef7d1f4afe94e6bb5810852720c1239bd58b9a49a085d991659b59c6e26452_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:dd8dc49c8955041adc7c38a6023339cb928b3f944c144efe467ccc8da12c4c78_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:e7d08849926e92a0f9516b383ef71dcc2a6e368405f1d5f330042c62fa10685b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2559bac18be9d14dd0de38fd2c2b8d60b95d3ffdfc79d961747b7d35902252c8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8b31967a88b74281eafba0661b347aeec335308011e626d9dbc57557ef8fcd4e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e6a298a5a4b32e8908f2ea8207f673d1c7f63d654ebd18a7c3dc03bec7019240_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e892bc22d6a070e147ee0648d834798cae5f2e8941805a6bb7a0a4b1a292fb82_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:8e9d58dae4a9f2c50ebd9ac52262db031764fb28fcbc30880ba5a5c0e4546c49_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:a4ea9bf43c60b1486ae8538b1382882f464299257acf43fa326eb99d5e6851d0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:b264bb9685a03d54117aa33f11853039d903cbd6d71dcdf63fa512e9f9d826c3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:f1a979149507ede702bcdcbdc5e49c667b52cb2f5e5f1cc9e0ca18602ba35772_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:3ac91633beb2c994cb8e7341b6efdc22dbfa4bbf9aab4819bc30102162b1d1c8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:451b74b33a2bdd13643f49117444110c86d7ea956a66e9285e3738e8c81b6f5b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9301a4880095595d6ee0667a7da2ac7e75f5a028a1f70bf71ec1227310d5e170_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b937da6f29b34bba141df41775d61d33df4c81c41a488c0f717d7b05cc85c453_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:36d319f66e25669271597bee4ae415053935d0877530d439a6e8b2eb23353cb6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:940220625073d9178c2efc540fb418df676e44dcd35c5a7ad01d1031ce779bd1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:c04c13d41b67bf5462d1ac2bbed4b95a53a2b2bbd293b32e7478b5cdd8ec5d5f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:f3bbcdd4a8f70fedfac7869d46124137c2a6856aa99a9de6de7b62060ccc5c08_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:059ae4b4cf18b4596d8c86340edd34332be7c667adbdb5199720a0a581086d55_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:4622bb035bf6a546e3de1164b347ec79844538d290bca3100622fee0986a51a8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:d296a62ddeade7d40ca2d727f9cfb3d4bb9dd81498c6a526a565e3698097420c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:ead3f5874193b8acd6bece9f9740c109665098b059db964e6d74192d6cbf52c3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:02236b492db7f328592308281ed110ec59afda1c6fe88b5b1278e66aaf0a76cb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:8eb91dcd0e34b5cf2520af44bcbef1d953892b1a39d117c579c8a2876bf8ab05_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:aad0341721e7a15e08a2bbe6ab9e59663d366f8b47aee21cdb54812e68161bd4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:f05183b69bd3ffd66c8d335d6a476161781ad2e9cd444a94edbf41eeab16ab81_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:6b65341e8a72cb548d68d8c2dd567eedaee6d00d198295437514524442471c01_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:983e36dba561f7cd2f5245528d856e81ad729c3a2040a66f2fcaa18650749887_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c496114509bc387930a5ac828dad33180e20adb00a0b81ea36fdf78159f91436_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:d23c4af5d88f5f753bf395b24bf1d168570e5f6036c6a6ae8b1bba6bed7ecbc3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:0c49b379e40a6fe3a09a21dac8005fd64c3d09c985dc728e1c7f4e57afc464c2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3d282ceb8dfca2308bda52e1b7d2663f7776db2a082be84a5af6e228c6de8664_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:87929d27a7e7d6538a5cdb3ad1d58f531c681ec5db4824498248ffd5dfcbedb2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:eb293c9ecb6715e0dfb6aaf457ec19a0f2d0862ef4cb22794335f53cb6981088_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:11e6a94fa5628b607268bb3d515a0dcc3d2b66a42a0512fbb50a7db7550c6a40_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:65e898b5ea52c5525501b63aa3063204b644e0cea1c9134d80bc2e920fc9a010_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:783d90fdb1b46848f2e9c4f313517e219216385667304593cfc71c2e54579b1c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:e57907330d75e38a859e54d12a56fedba7c1c1a931fc9db1bdfa3c2b10268704_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:4f5d0717182c96fe4d6ff1936b0ad433bd4626c0fa1b29eb1058ba02fd6f9500_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:95b856a7497da1ae18ce5789262957edc94bc4cd87a6913e6d16d1cf9154e1de_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:9868a70523d322153d4870f205323629f8230505c883b79bc64c6b8440472633_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:9b2a4de77fc5736a8d2c968c8782039e22f28c65a8f9af920cc797af5ff170f4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:03f6485cce2f104c812ca1b32c422379d8b97284c6561f4568da4b23efe873b8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:40b76bc1b9e5ca0e664371020999da9c619546692a52e50544a84ada1193e0c2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:505d160e6dc8dd5ba9ba156668578e4f420b37b7069075cc84acce52dd02829d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:a20f2c0440231d57eb8db827564604dad20c3656c39acdab469d15ae5ef37c8b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:8c60dbf477a0e750d0e4895ae8eda21a7ca74b6ea06e8b428d6eb0e3acccf63a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:5a28ee6abd396c5d957fa863a15cdc834c72a792d895a28415900cafa85c173a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:435629696ca8750b352c890af863b85ecc6680b8749006fbb56cfc8957db0a25_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:328a0954887176f2dce3b350f54ae0c0c51f937cfef1bba9b986659343b2eac9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:8c60dbf477a0e750d0e4895ae8eda21a7ca74b6ea06e8b428d6eb0e3acccf63a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:5a28ee6abd396c5d957fa863a15cdc834c72a792d895a28415900cafa85c173a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:25f55cdb3eb8a59fc5d2f5726a71748bf2d8005307025d16646889342829c8ec_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:98cdda546009cda7d6a4539bac65d2ac6b365efa697d4e040556ae758235e9c2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:47f3054cb4a6bd160fd59d591b30910bcbb7123fe44fbb6f057d9d3176858e5b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:5504bd98506b057146c643c36a6581cb2be8bcbf82787bef530fb6caf4c16e21_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:7d6c9216d995b1ad19e5ae1f9f30cf3faadd54e1274fb80c4d5fdd802ee6b1ae_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:da4cd3b8933c8d22cc34039993d8866dddaa2e203342a94f23876b7245ae4711_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:5858c8230e834bd3a75047e34e659c4d1fc61f6c53e23cae5d3a8deff8b73405_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:66b2e131a3be79803c75bc96b69c3e7be34faf2f00f6d4fa53c82704627f8a96_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:966501e1f2fc5f70670211953ade31dc37f0c86e647e40ea56aae47d3e0c1a90_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:febeb3a8a0fce4ca039322544cbfeb0c6f60723440ec6c2f60b12b390373418c_amd64 | — |
Workaround
|
A flaw was found in the net/http golang package. The net/http package incorrectly accepts messages that end with a line feed (LF) instead of the proper line ending. When used with another server that also misinterprets this, it can lead to request smuggling—where an attacker tricks the system to send hidden or unauthorized requests.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6330474da38ae06e0c73f6319cee3c9d73bc48a31a155309222dbc414e76efcb_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:72ca1c3f1ce6ebd678469ad94416f27db9a6e9ffc5e22a6c0636f4f26872fa53_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d3d0cf16422232526f461e140aae0e5cb0b5c56787e6dedf93c7e96bc6c29594_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f1a0d254b3fe80b66cea05d072d13bb9870989299d9f2c5d7c93b9ac9ad3074a_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:719d802cdc007d64eab521dbc648d7efbac8b04713093b774bdce1da422e3ecd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:ed014578e5710249c89391fdb17423ffa5e6137de2308facd20d4c45981b4adb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:f42c255c1923e63843b1c7622861a65851aaa086fbb2668e0867e28893ba9c7b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:f9eb32fe20a46c5b0ccc3e7dd9f7f8d3c591cf64ee7800137ccdf6c4cb1726ea_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4a69fac5425de41d1bb0b2ebcbb99012b520002235e578b8a8ff0039079a3972_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5a3757def8e6a4fd616bb999d34903ddc9f7d8aa96dcd865f749dded52e92165_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:63b6550720f82b5a98783901d776f3866075896b661958cff3d8ddff44dec214_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:679852a44689f3a73197e047661821c910e35d50edbd788170b8b0cfd9304166_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:037c72c52db1039c57f1008617136cf9e94c8b3da14ea36c3a0595e6182c0042_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:17a517f94f4fb0429b6284d884570b95349f269ed187dbd94c4476f525dc54f3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:6e0a2c775267d2f07817788a3ecbdccadbe6377e4d18a0d9dd9c0f0d40c77eaa_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:adf596175de3c3004fce49a68cbe58e7ba15b3b0b315349ddee89d5dca8109f1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:47c1a53900ad4c677b45d0dabd3f08a2f77f164fed64f53cc5f3d1f53a9fcc2a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:7cbc7f3c9d0912d4e1d0a1341a3db13fa59bdd0a2e3a81e161e4e23eb43f1278_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:a3c239970ebc8ba8b547dec72f2f6aeddc12cd19c18d75c493abc85285da48fd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:cfbf84917a9cebdd238a83d06f3145716b84b883dc78e81deb3738d2a92a4293_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:2be87034234cd07b0305ba546001dbd90403b8e758c83d557814d9b6ddddacc8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:31b6d68104fe1044f063ba297e9d9e69c1e55b95b26f1e33f93a2573d66814bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:3dc697a49932c84227d323499a2a174900bd91215314697b8c9c41f7dca957c9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:f5f6edef66e7059ef66d2a2bdb52240c48279709048cda1b9b96bb11b9449e63_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:0e018e0ea1a45558fdebe89d04617b2b703ba93c7d58f2b92ceaea07d2498458_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:32a45843d97384b62b8865de40d5c642dfede6904c05d15da08fde3642c6b8af_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:e109e2c17a3686bad9121716df7ffc7d6ec82419f28b24fad531f96f86df0f32_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:f8f64b2c9168897706e6cc3ed967a390abbe83894e7758d08d1b790f451b1268_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:0e033237871e3e7ce2f0c11741dd6ffade3419f95b6b8600f7cb0a024bc89e0d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2f4ef4c232f199d5ac24750eca7388b57a44f976a782e48e0dc514c128801d35_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:468133aa3a5695bc314d8f2112e4a62388035c0b272abf4914ddcb485bfce137_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:601bcab3234fcecec33a89b6e6727bf6d9d3682b0e0a0eb98d6b84cc0db7458d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:00143215db73c4d765605e892829f7c7e4537fefe11251cb3d279afd98d5830b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:1e22e06efdd0d73b88ec841815eb6ab7c0f1324b98ea6d3c92910c2e9a592c5b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:5f2f9a2119899a4f1502173947b20d04fd943da8b2c953591a35d6e25bb5d027_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:f2143001d856a68c4cd933242fbd15d950512e445183f85a872f5aee4e2e503e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:152028b94c20a76e62793c63a4186a96b0958b2804979ead7dd47f33b273a846_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:583ba099e05b1c82e7c6dfa6d9a9be5face39683e39ca9d251b8a1562c0d6d42_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:9486a1646f0fcc699d0581ad5af993a73c46aeee65769bd8fb06bea1806f0a8b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:a91563e22d10c6a7c77b092ab6f829e7f0436923038ea4a47de1403813c20471_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:2544e96601860e73dff52f6befb165f531bf7686137d5550837674aae6afd3a9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7a772d3d45015ec702f5e1ab054be240ed673591517ad99ef973898d1e535c69_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:d23cdaa0fd2114c904ded232b6019e61f53b49b41014a16e9df9b7f864384688_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:dc2ee3af87ceaff29152f92bca0dcacc935c10bd83cf136a9d8dbb628addaf65_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:574c4e42ac84049cc168e68faebbadecc3610348ad101ac9d34c140558e60131_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6f44a8a62a65945363867dbc79a5c43965d5e136766fefd02527145d53756ed4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ade325055aefd73a89a3e5d35d84c94b26c897986b77f7c887b3a435ee6e297a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:f841a5218782e8b9a3c435de0221c73ac6d5b4be8182609a074b99f1cc9b1f6a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:158858bb077286091d15b455154595158995981e1127e881694c686360d03d52_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:3a3b2fe2add4ab147f383874b55fb9d44c1067d915ab069c3649c321c0943d00_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:4947ab92f96cf1c2af5a7144e1787f90252ed0a9a0ae4729cc7fd61a4e671d9f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:4c06d16fe27f05724900f1df1db6d12b951c86c916800007a51de53aae260d64_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:008744686fcf83e9d9d4abd55bf1622d0e9f886570613835d29ac3c8cf9ad648_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5e45fa3a09a9bdea3957a74fe0ddf70080a83e70e8f41e8f16a0957e8f8f3bfb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:6a39ad22c40ec6dfbe75e3c01f7bfa7bd8d1d7dbfe880d011c58362f15520d0d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:c6b4fa176ccc3af191fb7cb560b28bfdca4821b23d8296167b9919e0ffc26e1e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:73fb4d147dd798f244e7c6512084a7643985ed73163c07160cfa2b03566de6ea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel9@sha256:557527d76a00f3afdaf2f146bed0d0d28224d8a063b1c9f88431ebb40300be0c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:6de7f07ca16a08f783899c687c355837fbe0cde28b8c5c25939524074f717665_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:d7db2153c58f0081db7446ed10fef94f0dce66b4dc909e65ba2c305161fe06b7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:30ff8f03b8eeb4ab60a86f9d72e596712171f4dfbbe7f2f74e747b596c05e3fd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4bafb9b1ccb421f617f7667e59fbc90d02a96f7955fcc76db9274a06562f47b7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:633915104a44211fbb4ae16a128c60193cf266104345c664e8b28941cb051208_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:d08e59156c0c66dcd4b495a4d58fe8757445adf500fe4440b5f1e91779098384_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:680aeaabf1d04ec1242ae9ab0fc577ac095c170301a24cc07b2c20c06d119fb8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:a6d3d9b39379a76781f2894af08bad00632afbc1a6633cce43bba5c69a2c33ea_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:205ad021b256f031ac14686f61a5affc7ac8cab6afc076855324b4d91557d4b8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:c89f326a201d6b89af2d549a8bf35ef22ff4a82b5f1387a1aeaf4c691bc2b332_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:23fc1a55b530e3104c8674947f67e4e750b9b4fee1e71881148f5f532b558bbb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:40b70676d066ed2a7a1c78322ab1b96ff1c84a5f9cde846174a0b9d084cd0d2a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:6a8d392a88b7be09b2549e4cb5469a5ef748853072bb5354ac34d1c20a9690b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:acaca7b68e729672aacec5b83f5349dee6eb0cc360e5f600aa9103e9026e8501_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:809682a7f5db22c4632cde8ec3cd0af3eb3b4a64bbdf95b7330b51acfab69925_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:e55d509c2b8028d64a64936fc665c013768e05a3f7019d372a2d7f5738e5db16_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:0d0463da3daa13d5047641085ea55f0ff09debab78b8a0552f2d2faf3f44c6d4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:a3728c574b252b0830bd1df8e3e92a48c3121276214870a95c76ac12c108aa6a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:3ed7bf4ae76b1b3deacbfda0f18856b2c149a827c934c68fdb7348387c3148fb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7dae4561dbbf68fbb3c3e6190ddd8211b0d481f3457f13a4ea6ace475361a7bd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:447feb4c7d6d68716de5415cbcdb9f44aa594fb32c06480cf678b06788cd98fd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:f528b1517558b6aefda5c2bf23022ec918207238a0f4b759bafd7d54d0691691_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:5971fce447489bb15c3cc4cd9996e321cd8baab37ee170ba335b6ace45bd14f1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:dd10f8f08a1d5b063354f44376a68ee07218288077b78ab46e8e8ae75b747caa_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4899f0b1592431c277642bc16581a656d5e717067da2874bac7c00fa403c06d3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:db23b81652e9c7cf4fa25ba4a96ffafb07b0f5b2d923019658e50a07e31e019a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:1df9ed6540864562e105cbd7c275b0d066d028d4f2cf2362cf73a8ae5175fe18_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:8665625082320a37f6cab1a564adfe6a8d044cbb04c6ea948f15f093862358ea_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:625291292b2d99ab0374635a3190816c51e579dcbca6a0ff2e7ed8f686213cff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:857360f334810f937fd1be07343b3a4fa20f48f9ef2f47d24bf07787683d9f81_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:01c0e71209c724866d3dd9aa76163ce0d4282d284d148f70d993b23b74ce1998_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:0c1811483c0b6923b5a03a43b3f38fef76bf8317fd2469d476546c2fc308d89f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:18f92db1fcfa7a6e159cdffa6c207576fa38fe8e39542770b49c81ba7427a0e6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:4fd3b89d351ab5e4f5cb3dd0c7eba8a693466754fa6335f5d8349908f4a653bb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:c58cc326fa3ccc29ccc1376869983ba77f555e88a5102e5439bc2c0d61605484_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:c6fad737f5f0c071d899858498cab7e031d424ea9ff5967bdc57b64e0a85905a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:191f7f1b1a766500f8365436c2cced514c795707e232187ef500b7cc4278b214_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:406b265de3e2cc470fb4d86ebad014965e31b95fcd255a81b7561c5e8fa0e56c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:865724525f54668e194725de3701a548e253be9e4f1debc84dbde854564238b4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9ae218f40503da16a9e065d8812c303a9e349d77be1f1daef1118bb0f0e1ef42_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4c797b6452d7bcaad38f37c65d0618f5dcc998ac5c27c20e9a11b155830599d9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9b04f7201f99279c028c528620ad50d94fe5cc2d74ee03b542b73fffdea494b4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:af3b7c16a22c617c4a08fe22aa57038e82abaf27978d99598fc89c2587e7cf53_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:cfc288c31c5c00d58db6e6ddbf2d2f373dfb8dc67ba7c6d55293cb6491c29b04_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:370d9cf25a6331bc61f15927dbb752c9baa6696cb69f65a582c82de24c8ad7e4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b00ca84a415ab24ee61ff3fb7fdc5334ce045125a14b4b76030f46c3c4b910a3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d223ef0499483832b4f1efec4e1128f8dca303de5fb3ef18a1e9f9817cd4d534_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fc42947a5994fd05142537f6fa8e7ec3d33c30f4cc5db5c83bcbc04d076b9312_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:8d5b7a2c9c54b30056336db174451e0504a6b70a3ff9376c1d6bb87788f90103_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:beb39083588eb33f97c9fa03683e74b1c51b76874ff8c1feda55cbbb27fe61d9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:ca54639add5ce3ab35219dd58e1bfc9f6fa38130b0ab7486c4aa9c563fde87a6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:de303accc9d9479b98214dda863ead61ef4ff07d24234b4a23ffd1e7e1c8b540_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:10c928e737116956e8b4972554eb7a7caf8ba82ef7988ff1bc55a20faf93a111_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:4e548be4269f413c54f23fa6e6be06c229f6929645d6dcf53b7b42613298e185_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:b982e659668e0b6d9feddc5664b34c92de8626965fb973af3fae7a7f3f1f0057_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:d14d63c929e558c5397dcf01dc9f48fd0d17cfa1125673177aa58ec64208deb3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:6214236f85ba29ebb5331829fd59c2e6758256d32e12dfaed7d8218db03f23bd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:6aa15ed02b87d8748be79fc881707a0506bf616d8c71d2e3ff6bc6831f80ee72_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:f713cd7ad817a6f0062ad246873378f7c1cee829b5b83c72efcfd4a70ed644b3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:f904fba09d99a7d6ab7583212174b78bb9ed5fd3bd1aa218d91dd18864541d12_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:05c44b7f417db2ad8c1a23bc01e62becac3946102369bb26770309285c377951_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0cb142098aca9137dacebf1790becca57f45e736d0ec049d6e900d6328ac28a1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:8cdf51b679ab14cc5f9ed2d8265e7959b577d3ca1ccd0d698a6fabe5a11ab4d3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:c5665d7410064c6b4dd06328dcd62fb619e844dabcd5b218dfb10c3632b896e9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:325bd6adeb9eb27493b5f7d117fc82e3cf8a554c618f5dfa2448c3313b4943fa_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:4c4ec510e2eda60fef2a6ebf709c58da55a4dc6e584a060264854d9142ea6a0c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6ed4590215d494f1d630556163a47ebfab26a0ea69971862c9864ab0bb370b08_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f914abc670168e625021a71fa9546c2d28b4df490f21ba4f226a3c8387d4dab4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:1aa49c2586807e952cdf7b1d86c0b3d25a0c3a32df62dfe3a777fc8b6cdfb8ff_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:246fbd712d6b7ef83cd83029c8998ac1b29d1454ccd636f8f6dc8b47bb5b6b56_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:38d300d9926a4fcde7999191efc6d99d6154baed0baa00f3f80db8234ed1f7d2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:3f44aeef785c94afe6707cf2457557fe8c6c9eaf72a000a2f1a3680a04d65411_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:5a3d3051df9f589ab8f3c326621f654b49ad33c715fcc8babd4ec35f473e8e24_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:77c228d758f0a2ca9da46be4c2df85757bc4ff9fe87aa6cda2ff2b1d50f86429_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8e1371a7bf53ef22fca75be240eafacc23fc6d119728f5d0d71a2bc149798de8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:a05161338c6d7bffbb1b294f00dfe1d3a53cc2f7a97553cf4e050315021b75ba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1c78469e53ccad316db280cbd0ff4f845a2db0c9986fd7ed101e08ac5c5b8db2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:53c49af94fdd23d39cbcf433598c3f3a40139903631ccc5324b3aa49e4e5dfc6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ebdbd79898c7462a90753afa2ab80a33fa6aceedea93e6cfa036a55f31bdd564_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:f842a1e9256475b3a5a6dae87b6b5c2d72cecfebce08ea44db5449f7854794d1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:74ffdaffe00b754bdad913e6699b44aa293f880e3803c00708d853202c20f745_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7cb9bd477e9f0f711eabeffee9f25f39c7985e7a27bdc46411b6bf4db31f8d53_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c0f06a3d5702010cbd5187f1b34b42eda35e2cfb5431aef3186037a385b57233_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c8be479b9223b21c389fde445e2e5d1541a7e60267fe07bfb53d64b6afb00999_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1ec6339dab77c900022ffcae585ff86041ebbe1d6cb8639d6167ad9b97156f45_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:b5f1e96b420a872b91d1d22766e9ce8fcb38c443c23a4f4baaac6892b3c6b4f7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:cbed4b61ebdcecfb4c459c7ccfed58a1db918bff994222f639bf2aba73def0d6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:f73ad509fa3ace02e50c9b1a3eb6850a819c706e93bdf88b0a700dfdad02047c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:38370fdd1910afe69d0b9e6ca55873e2db83b50f2182cef88ed7b12697ffcdd6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6cf68975471ddee2804b4de20e932a1e1a1ea2ede27c614ebdf5ada4ea690e05_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:7f03465e59f1584ad52fed99f2ba8bbad123d1ab885a467fd69bac0ccb9a0923_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:96f38213da8a879118599dba97472b9a88587a1f15022648358360f368b6c744_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:68ed9daf7a0d82e2759096246c1b9eb07f97353c3f34a613fbf6893ca0d3470e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:974265ec3898a056decb3965f7c793a2852545e5dcf35e9f7e4bdec328c15c5b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:aafb8f5731b597fc079f76e4bac04da231e0e4fae464b83b7c7890b5f8ca91dc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ed5146205b69538fd31b42b0114cf60015a47f872743a73077ef971d64d64c58_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:4aa00ab509205843236296fabd03a2c49e021eb135a91da0590c67b79694cd94_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:7bf12c94e1bc56b593af9b44bdfc3387ddda30c4a4ba762e8b89ceb714f3df65_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:7efbf4df1e8e17ca25087634b7387d0763590e00a33532f86f48b266199423eb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:b7623d88ae5520b0ec76fb743d9c788511fa99b0ab0f6180de42d017dddc6cd9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:41dec92ab759c44ceebe8eb15859b2ff29986dd5791ccab79f91cc1786a0b601_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:8014a45236ce64d0e0f3e35c6978442fd4f9ee21fc3f95e51f20dbf12e50359c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:94eff267e214468250b201f0af1de5bee5aab3e689d1f8bbe42d66f0c2adbdca_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:bc3e093b2d1a5e3962b9f02707aaff0d7e0de545a4b7a1887e79538aa2155fc8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:54e4d8b1282351915f2f22fa4843d5b4d19645dd890c4675f35749e2415d476d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6251627dcc972c58a39485c410c8a264d140b876f8b47765687a310ee4d28524_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:85c974e095e262ec405d402ff2a2c4419824edfb9859352c35fc0c8d1bc64c8a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a40c7d9de59a25a7212b6f43f281647ee45e21e948d718b43a780f741b0dbbab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:a47be1e76eb39ed50efd59b57dd26a780674d022ec9d07d0b4954bcb309e39c3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:af65a9f612d1e28e2b43f0917dcd06cec30dcb20366aed6a40908b74c07d05ef_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d182a13e89c363a605f2e6fc6a3e554fbaf27b9dd405ed84fccd8ed41bd8d8c3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:f3ec661872a5234517e8761e30e4e15cf2c7015760870d8dadb0c3f07007c4a3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:2186bb9adcba18266df62a838c9e79c6ee2b3181a97f6169513fe5202c0a75eb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:6d89ed9ee8ac602fb6749bdf73bf0660df060810f805dbb807a903ed2dabc69f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:77a2aabcbd55ec7fc076d5c23ed8aece5424def3995e624291ca4f2139e6a82d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b0b0ffaab41c61cfad9ecd127f6f4e312ac45d548d77694cb470170b7bc540de_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:50e4d73d1ae6212010a58a15d5192ba8e60829e0e140a6d0bc849691c5c2d78c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7f0237ff4599cbe5aecd287913b9600a0bb36f2fd334a2a5691736cc6c5a8ff2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:862b9097cf6e1635d30fc1cd94f00f4656bd8170fcaf908bd058455298c46ac4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:984dcda6b5ea285c8a07461ff2279685000f35bcf3acc71e3b12231c782442de_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:02417ed67f618617fcca2270744e0dd3cd81a62d7f5f5da6e73221a7dee07649_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:b3b52c01b3d3351317eac2e4cb1e2b76bb4eb0b4698990b8468a9c26f42ad820_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:d94be231705a6d833b988b01a2aa5c6c8b918fbc38bf2ec8420bf133ccda55c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f258283c5c32b7a28dc6c33a761eb7722a782773745325fbcd7bbb78349eb2e1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:3d64a1e4f48ea11056d02d8fb29b5c5e17ba298f0a603e964ab1e448033fc66d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:6f737b4318a8f2e96c34c1f1e97ec23530533bdb33acbf9cba8982f8405f5aca_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d41416b2ae6fa0a882bd778f8628cb1258326ce3f212a1d956ba726b74248c60_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ee83baea9ff008d502c891af974c6ba419746967997f11c13266d7b02f7e8296_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:1d2c5714949f40e168358c505c0de750f5e2dc7dd0b2e99d31fe3af4cf1e864f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:517c74dcfbaff35ef2ba329a74a70402a228c77da442d263e5d3080ff7193965_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:9cf2219dfc08fc0ecb0f93c2e87ae9f8a7cad90b221742787a0cef6cfc62f007_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:aa18a0e963b906f041d4bf64c304ddef470fe78475378e11cb3565e5016beb06_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:1bbed360cd870566238b6c800e8522f04f02d16712c303eecc361af33fff436e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:28da5447837549fc35380edc0dc366bd59216852c59cfa2b3d512cf8eebc679a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:2bd88bbbe823623f5774a9813c7e43606ebdb6cd87b2db7fd78b7fe0c18f842d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c4b67e9207ea19d96108ed0117181a716c10d933c89ac036e49e952953cc3a2f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:11aebf8d07597c63ae5cac4cbc04e38d49ae1a4f8824ab22128e0b5c39e805cd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:357f6ef38223cb776249a04fb6ec29d61fbd24f7b31a5730544e449c1a5d9d6e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:83121be160c1fff1d16e17aea4daedde7e231b83ccb00349841494e7f87a8d1f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f2c98b4bc7bcbb9ade56ab4cfe5d44c32bc140b52a7ee9c5b9cf5957b7ada1ad_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:0dbaeba61694470f09eb05534c1dad038e310311f75009af32a0a1f43d469677_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4896946bdba46feed18276c4f29fe059ede4f60138c966fe9113aa93bbeadee4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4b81f38f15622b32498dbd192503ed2c54462959485ae48e47cfd67239181003_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4c02ec12d1f3762f4b2e735cd1600a00fd1bbc62130e005fd9842bd3f7ff7f6b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:18899c6aff68b24c792281604e3356f6bbb48d3f09db95f8b37f99ad7f8c914b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2316808c7649cb351257c6c2ee6aefbe0c0d561b822e3eeb18e85dbaf04491f3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:451233d80bc028a63b160526e07b233807d872f9d4e14da6ad4be96f64f29491_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:74fb3a4932ce350cd4da33d57a4fab1269bdb5e446fe8f93fada1b304a622ce6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0c7b57c158314b2f956181a8b28a9f8d7f83aedd8c87bb9bbbeed76a8fd7ea88_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5b88f0644f5b8237cf8b3aa0f6ee1d8a3899a912ce6499d1bee0aa902b2f8f80_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:672d284b3ef447aaea1bcc0a14c677c309116218340929ad59eaee178e9e5cb9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dbce5221138c15a4aef2f65c3db8bab5ef127c48f3a446ae085a203d8591730c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:157d40ffe95e88526691e06daed0064ca15bbfe1aed547f3a3b968b9c36bee0f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:3885a8026a64c7f497aaa90c50ca93cf1479bfa83ad0d28c4f49cfd3c5220f66_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:457d21495a1f47cd6837f6263fa30652abc7a215c01962507a1e1bd6f4968a09_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9dec3a959d916331f6d2a59ef1e222ae4ef3d170cb344e2add3937966cf1c829_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:644f19b57dde50e4588f5cf1c4d72ac8d49dfb396b7c04d59dcdf6e27bb12017_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d5374c58882769f9d40f47d7aa8f20b1676842c8f0cd8b55a01d6fb587ecbfc3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e9424fe4b804674ac06d8902eacaa8bef0c09f2c7441460621e587c10c079826_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f89289e63a584031efda082e7f77bd0ef4a28c815b3590061f8a397ee8e5a697_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:01eb7dbdb11a50a229196f82930e647e2080f53224bb41ca2a0fe6349c5d8d03_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:1e7712eee6328cbfaafef32ebe96031705ca193298de005ce69f63dd39eca9b4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:25eb621a41d2e7127f114416778c571112fcfe768281edf5e0bb25cd77235351_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:ad58b2585ef510c8f4c8b074085bb6dd3e17ed3248d7b86ad3185c76ec33b899_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:0f04929095116509edbbb1bf2a5c4a9ed725acf2a43307fff7cb5e4d225e553a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:2b9f99a6f44b8f7f39c4a78ed1f17726c933677102fa6953003ad1898f15ea94_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:edf6a8244ae0bfd588371101aced93b5ee8f5073309daa7ef6e407b4521928e1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:fcd4846ca63a5c2941046c19d96de0bb06ad4205c4f980c844dbd0d98df00d86_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:053cf21c2a3b09e2ba911c181d3585cc24390ba0ae4c130b9751a499c53a3196_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:154bd45ca42951efb3bcca14a5fa0bf055fe8c27d2a58e593e11d24abe2f98bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2c0c232df35e9d03ef13aaa8b44b12b6c9ca2127f0a5e827d46b6beee55d856a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2d55f19aae3c983335bbcef443680455dc9e7b0ad49a8779e42165f505d19b5c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:01a8046396354cb5bb0c950d4511a3494b9e0ebc56b3624a48b41b60e0b8a30a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:0965f3fd7423e085d7682717f97901bc43da7a6f8aaf1f30ead9adeadf0ca649_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:33eac7aa9a8fc302b48f4541dbbef960aed461f73e42e413c5eeb25691a73905_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:7d168d6a6f797e925777d01d55bca9e2cd7f6b30e52a76607475935a7c87bf2d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:669d559563c8ce25ab835bfbb6d05b7df7fca88a0ea9374d50bf8373265a8bb2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:802a812b969112861ccc9a78880d0764af5c89c15198a594e7f8c1d6c2acfe0f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:bd2a533eade7e9a0589c83a3dc428d594b174da8c4eaf612d676d342dd1e7dd7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c4efa347b4b2a9c938ad8bb772d1161a4a2b8b1e54455b0569a92c2f29cab2cd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:07ce41298f16b4f99d8cfaef9fe2a113855c4181c3b211d6c1f9e4fbdceb7d05_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:1945fc30c009a2abd77ec710cdae70cd18c726f633af7d9d8248fb56d5329638_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:566214654a337f7b2f76cba30abaef7b5abd496d0aa6dcf710aaa1dcbf740863_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a98ff558a980eac6d39c3e2d8275d0db333679521d54b919fd6b2c11a739f387_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:8b09b7ddb7949a9db7af4e4d1d8f15083cca65cd704b707d93a7d21a9c9e3c13_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:aa426170166116c40f3ad7a70d05d197188ccae8023e802755aaecb2decac985_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d4704096bb00b1d854cde90f964aa319d2898d407794944ec0025b386264f2bd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:ffea3b9a771b27a8d8db70ef73a5089c7e343a26f5ca93698d490d2ebe67d206_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:26506524326c64baf2e77da8073ce297d72a583d6ae194516bcb6a32a273059a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ca8df7b4917a2c1b7a22e8f753cb19c9e92b15487c121e94156961d5b5cb7681_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:d2b5095502841f6654d21fddffc781f20990b586480eb4b56fc6414ed291d7eb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e86eb8681972ee463d5dbce6a583dd035f2c38aecb09c3a6059ad99c3aeb8d31_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2003bfefc53e825002c66cd6aa5035d13db264ff9f4fd8c99e18683c1c808f39_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:284f8b74d3e69b69759f45116d07782376cda8554979535ecb4bf9aa8886af56_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:546822ec9a3b2688b4c31830872381cb22db5b476e89462c0e5e448ba96cfb77_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:65d9d9df5aa55831a1627b179412760f114bdde969040ba73c585c6449d19e36_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1a30ca1498e2cd83d64956812ec1facb07f796fb8db50977f3ff561ceb0da7fe_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:32700244d0578c423c636b0ef01254d823d0432125e1ca929d0ff1e115a446c1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b562637dc56ed32a75a444ab2f31d75e7741ccea5b8a3c004df4a42ab1270d6e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c2a8a8f577ed98972d273ded3df429d0651608c8d46354584a2fd85782407b2e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:2526b6065d1ccfe1e36fe5b48958a22737b1243b3f0df10ee3d27e0a62fe340d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:34108f69a1ae3d91059fc955d42ff21e50c12390296677a94c4e691a0866cffb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:4c2712c451f03ae375bb6f122c17ea1c28f6c52c2796ff64a893630733c6caf3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:88999cdfcf7d367056945f5fbeb558c6ad8a9c3e068e67724d12090341341bb8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:71b555c5e31fb0c3ad0c512f937027a14b1dfcdd4598438bda3252a8a2100c1c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:9c69c2600d5d0317fcbc2650fc4b52d319a32c3df9db6b5543b6ff254c3b9fe5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:bac49120f60baf152357368e241e3103a5fe6aea171d8a63917e8798d81bded3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:f270351f6697f9d7d3d8382f298956d6e1c5d9e8ef38317bfa7121e9825713af_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:0f3ebde6a312b04a5020957783e5156456dd0a60c9e1f009130e295b0143160c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:d878af0364938ce585214d77b78ed92b44c916113405f0649d1e727f9c010b3e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:dbea9f717a33a02f4fcbaa6029b6830b47b561fcab1063eb868812794159b303_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:f5ac07ba3f562b9c62461916f868079fbbb47d95b24379b9ceb55206e616e140_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:287c800f33b7bb17969c93891edc40646cc48acc9b741138795b7f041c82bbc8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:53ecd2e093819c381012a057628f8e614c85f0c58b6d54e378e2155122ab1d8b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a840761823769c68291cefa9028e0a6f87b6625588b1850d148b2f8ea580d8ce_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:eeb3bd21c506b7558241ec2458d57407860998b91b4742669982073d6612a9bf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:1a94c20db46917d931dfcbe19595ab6b4ace22f81ad34ea6d329eff8def1f0da_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:71d75fc8a847695728ead4620c5d19ccfc9b8bac9f51521af7ebabb762839425_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:99cdbfdac01ce74763ab9304f3bf30156bad8039a454758941bfa2c96da4787d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:a56d06011589ae7f1b0a338ae33423e77c559a93f4bd8924ebbeb16fa341a7a2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:299842fdbadf955534b257f3c63126a79fb14a9856c4530df09debde212a2384_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:7adbe4c7a14a3d470820884da692bae174fa6d170895c3ed4b02311a66294ea5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:0b264678a566eb387b44b5e8e2ab61c5e12b594aff4db75532d9fc8cf0cb3a78_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:ae2978f43a4b765fdcd8abe8e91956a0a1e267c0f76593d94e52780fadc68388_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:dfe83a3416da5cb195d8fda8ee8eec794dbeb0135de72e250bc965ef1f70bfce_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:e6e1c74ee273df32544e6119badf3b3c260e48c60934f67a7869dd739d020e1e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:015b35c884c0e9b5c3a2df4e3874610dceda9766b1db231a0e99774481c88bea_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:170dd5cd1770f1c560d2d0756a619a220d15c91c8d8d51ea322818be40603ed6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:7f43c6487ef0d6ee493fae02ef100abc813294f027b702722f38c619a5e8206c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:d40a074405d58180667a3722571285167277e73ef4247221e5b5c235ebbba38f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:1fde8ae44f15902a4a5dde0328cb037c74c40ab527db4963b5d703c35f2b2c6d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:8a13fe639a4db964e30cced1f77214a915489f75b2634356259a03f6f280d856_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:afb26125636804082e2827f1d473d49cd492a6356365c186f69873ad8e24e099_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:e9668f534471f09fbfcb31c76be4b68a743549c50255de8fff8fd0c8b4a34924_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:0a67e292a5b75f818272a3302f4d2d334ec57e5e0acdee47fc6da52625e6fb60_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:50be8ffecf96273dd18c233edb39db8e3088bb79acef2884f47b64a543f15e71_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:8fdc9fb2e35d486efdac44adca6152aeb6bed9fd88c183d80aa31da96e5b8c6f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:914fe11be86c707b3e2ea354c5a1c0cb72affd6d9dfe63ae2438a1a310ffe4c6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:53ee6ae093b31ee41b13bb67b40aeea723889379ff822719c8174e4272cce99c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:5e9cda0da90e658e08a08c69480c461701b03323aad484d887f12fa3e11bc9bf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:8921a94912d602af5cb9636b2880c1ec7d8eff795473f4865f4354ea2079d428_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:d9b23f9f6c407010472286a31c17e8358a19103fe03260180d2d615aaa91eceb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:53ee6ae093b31ee41b13bb67b40aeea723889379ff822719c8174e4272cce99c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:5e9cda0da90e658e08a08c69480c461701b03323aad484d887f12fa3e11bc9bf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:8921a94912d602af5cb9636b2880c1ec7d8eff795473f4865f4354ea2079d428_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:d9b23f9f6c407010472286a31c17e8358a19103fe03260180d2d615aaa91eceb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:0e598a4bc8097ed172a8e3e8058080ae3db89733c02644047e46cfb65b7d3b76_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:595b8a01e9b2189a3877041ce66509eb2a2a13bb0d928b4fa772e7d22d7e6bb3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:a59804ff3479bbdd8249f52e145ad8099e67c790dd353684fe6faadb7246f3e5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:f5bdcc739dc1dc70a53c624c35d3e5e9574bbc67cf488919041e3ff0a11f009d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:0e598a4bc8097ed172a8e3e8058080ae3db89733c02644047e46cfb65b7d3b76_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:595b8a01e9b2189a3877041ce66509eb2a2a13bb0d928b4fa772e7d22d7e6bb3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:a59804ff3479bbdd8249f52e145ad8099e67c790dd353684fe6faadb7246f3e5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:f5bdcc739dc1dc70a53c624c35d3e5e9574bbc67cf488919041e3ff0a11f009d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:06e2320e7c46ca66239bd9cd22eeb576f1c42f3acd26b8db1f6976e9717676fa_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:cc795d7a0cfbefbce47789c6d49532a9a41b8d62075d4c94bcb265fd3ad8ef6e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d87fda521517b9b5505780eb2d84212843145098e70032c9996b3250222fe604_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ec1000141bbcf65e1e79f4dbfcc97968b05cb1189cc35974ecda36bd2b8d302a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:0296d6ef8495a340807a800e8064de04bffd08cc24772e1482ea34d3eb39a83e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:2cb477ddcc46f5b57b4e81a8ad1163c0d3a13676e7079647dd2ec4b94281e9b8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:d85d011efa26fcf4fb9049c360e167a82f0f332f006906f945b0f0048d60da03_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:dcff01fb6c0c0477daca085f3ad54d39b6480f139ed59cd1fd4eea9077068889_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:0296d6ef8495a340807a800e8064de04bffd08cc24772e1482ea34d3eb39a83e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:2cb477ddcc46f5b57b4e81a8ad1163c0d3a13676e7079647dd2ec4b94281e9b8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:d85d011efa26fcf4fb9049c360e167a82f0f332f006906f945b0f0048d60da03_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:dcff01fb6c0c0477daca085f3ad54d39b6480f139ed59cd1fd4eea9077068889_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:5d7e619ddcc71a0244aecad37870bbe6a9bc993db053b68f57984c84751244f7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:6d0070709140682d4f91f5e7e1341cdfab3d992295f246a3b8f5394a3c290e98_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:8b8a1b6c5fdc802b3185d5a91bd9c68426307526fad048ec7b7360d2885a9709_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:a4b5e6597c79fd99492ba89777a51a9a0fa767a9b174aab5ad38eb6f7a195634_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:5d7e619ddcc71a0244aecad37870bbe6a9bc993db053b68f57984c84751244f7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:6d0070709140682d4f91f5e7e1341cdfab3d992295f246a3b8f5394a3c290e98_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:8b8a1b6c5fdc802b3185d5a91bd9c68426307526fad048ec7b7360d2885a9709_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:a4b5e6597c79fd99492ba89777a51a9a0fa767a9b174aab5ad38eb6f7a195634_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3f240b50f6973f1ab0ab53fd897acd7bec248c417923d56aad6630cee4bbad5d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:69a9487a24d400bbf3ab5bed205f622267fd19783a1c159669359d706a76c3f7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:778c6697c773971590c2187e863a18d45dbde7780c0da354a96480ca7e742b35_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ca587a8911043d96b60e967e4b2e33892254096414910174e6a7c395583e97b0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:11801d98d9d8db5c37bc0bbb72aecc2eddfd0836d079f91a8018dd297e6f12e0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:34f5458a8d22a1b295a6cf6be82bffbb427aa6421c19609d37fbdb0de53afd48_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:5ed572029d4fbbb484fc3562046de00f7deaa0639185e26adb2210447a8ff958_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:8c3c79a3da45f6960f8cb68074488f8c1a97acd2637deab99b23cf5feb3dd831_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:2c452c9fb2f82e3b4e746669a2e8fe16a63cf009ddfb94d698529cef8f6ca8e4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:4eb82f07e01b4f66e34f933fc4c1ea0f09a8e227a216a732290e62db12641ced_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:7e411329883832f7e0e9bc7bcd716a5cc48898a051351176349bb877aa7a1704_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:fac2397c70e1a2d1457e45554f962daffec82ff643df596e3e0d47e2cd4a5727_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:71ef3a2f7205d5a4d2e223ea82ae0f8911ea9840cfc819e78931b5d8d7b3960f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:836739cc20594452479eb9db8a995d1caed27f82d8b1e7bad6061b0a7eeb3f41_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:9a6743d451c6a6223891fc13ca4e1f84328f5cbbe5be9c6f4a5505e47d894651_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:9b08cb63eae04604aa25e2816fc894292b63287c078922296ccf3108254a420d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:30a8075c0829c7e8170fee4fa1da1e4fc8f8fd7e98c03665692a0d3790a3e404_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:91eace031f4e244ba7c82194f0d9e4c42e1b3f83b4cea8281fbcff70a02855b6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:a3a947c318b1d2cee8676949477eb154eebda2d7b01bc83aa3ab81b305d0c123_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d4485629dd69e3646522bb0c6fc3a616fd20e9e924c83481423beebef6620ed6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:0050083f13ea8e40679295049c4312081d38904d8ccc1396b80f27544d01a06c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:1fa5db1d68336e05f0559c44f107e2968f7e65842d878a25355f37ff487001d0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b8901c06e9ed87c8998625b99ee186ea5ac8a0a89c0263e210fc77f6b02fc36d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c90ac14a629770bd274536af0f82519c4247710c79acca953a37ae18d5108861_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:61ae2afb181d20ddc00f7f0f1a6a206221d15c887238ab048e10f838995c3d28_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:92ccfe03e0716617e78fcead09e592075632be76cb4d4f906a32fbbf1e7f79dd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:92e8805702148fe8bd56ce06cd18da14eca209207633ecd89b3b3db27e784d2e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:a74af849f4f9b5eb17e812d798711ea57b234c311587a46fccf80b449e2ab091_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ce86043ba90a236d904b5bf8349678a139c9d12abee75b13e20b454762a79b07_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:fb673b9cd4bf5792fb1cbdc40d8ae3787b0c371157078ffbd959748ab0c19db6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:788f14d6d64cc43d2f137a2b5a2e13e80b6d7bd1c5db3aace5fc90b090cc1325_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b1aa6c712d6b2c05c5819d89c96f837a164cc978670d9ce0ca3676c2bf327ab7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:e0b18dde5738907a0cd2a7e54a3a37bd341627b6e12c2e8901cb5350e78e5f9f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:8b774ec1d7062dbf21f9d4c9c82926a333d4b530dd31e907fa292b1673c17f22_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:a44db4753020da0574e7b2cb486ed690ec6d452d9c9a86f1a35155b3203c3f14_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:fa22ce356479e36e38b28420a89c51826e52e4ed29599f8d81b33a4c9f17742f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:001a95b33c0b3c3c0000b21d4e6a0802ae3663c1d5c5e1c8b8bde03e248b74e9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:0f1a47dcc7b5e8d5d82076325fa73ec6bb18d6a7124bce44da452848859c03fd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:887ef213faf48dedc023d2c533d2b414f5cdafb4cbe79a33841d616ee1e6194c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:d74b26dbce57d591c118a178762b14e8d3663efedb7e3bf423c134c04361b4e9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:39575d20a0b0aaf4e66e34c26cd0ab61fdb672d13cacd4b8a46a05355ad98808_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:62ea773b1ca80e54dd81986d7aaf175916562abc8fef3a7a0785bdf976d43f35_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:a70b67bb199914cffdfd5a61528d442e434bc3dde0192e91f68cd7a23ec20353_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d53a31a064e2d3620ca9a6625149b02efbf5bddd3592afcf355d03f6539c689c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:00085499aba957ce0074d5f821884de04c511d20153293c39e85fb4af913c679_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:30cd4b0203521c2313602ce5bfe38fb36826471bf97573a4581662b579199d70_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4b5e0baa200d25a4e50917bad8abdea3860f7443d634ff316565da4650c7fe31_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f260327ebb92a129f41f5adbf40298abc26df6a7e1a88d419533b4712498ef53_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:1d51e5dd1835cb7d0dfc3507966c4d9811619fd68debba7a51f92351ffdc8aeb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:d273edcc6cdb663d54cec22fc7947d30417ebde92772f7613ee71df7e245f8c6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:23ca2c33256242f865b28d356c525a06f15824a5b407827908fdd88909399ec0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:4d419fd5bbe80740a39821dbc54c463ba88056f16fb9dc367cd55f4704c382e9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:44d79a4c2279ff4d86d2a763c7d54209f9e24638fd4d1cedd5579b19ca25f5dc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:798b93cd2c8dc91007f8e5ce984a9416a523ca1ad1d1edb48ee299cc38a7298d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel9@sha256:6089d0673200ad7ea54762cca3ca1b913ae4a48fc12ed42da637b6b17a6fb7d9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel9@sha256:6fa9719d09f35aed806742a476df49fade99829cfb07583b4413724fbfa1c194_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:2c22af5ba4c507b1d44a2f1b2b64585ec6b7225fdfd507cf9f2691376d169819_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b20ba95a4ef35e4a72e3b861655d236da808c9392f6f5b9b7b760f4c1ae12bd9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e93e6e39e6a94f8aed80905145fe08b6679dd15a84ded4b4ed0b24b0afdb36f4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:3b57a94699fd5667ccb1cade8f56ced7b4c9bc06969da3a9036fe4963a6bec0a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:d2e27e8532fdeecd9de5f9cc0ed750cfdfd92d82dbe142601c60d32693e67277_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:017c35ad3581bc5d47691821501fad35bc737e5c8aff5b486fd85905d6f815ec_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:d7c0d00e80632f5acfb1c3bc82e579be6b79e15817540e9c91cd6b3a1b3f6ac8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:03d49f30a46c3674fc120b13433e13a2fad082c984014f459ac7f10ab3e9bf97_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0a7e8b5f1b1120382de52f3540ff6908208bcd4ba242abba04ba79902920efc2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:2e903dd9147352077a4f775283942c3c66c21ec31fa80e1f65a048dacee8d227_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:77b9ae4216d409ae20d82c476e101fdd65c15eae30c619fc8c51e1213524938a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:369734364457c3584230c9b2445742b2dba5964dd7733422935bd16b71a0ea8d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:4d8b91d1d166f1ba933181bc34de9c05ac4de59a785c707e0eb695e4a81425b8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:5dd4a63ccc8ff694f3d0b4d38290cfa647c8c6effeceabcd86383af0657c1e38_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:d314434ff086a17a4dda0e0bc5499d892421d66e97cae55ce50336b25c14b9fd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:2d4e18a550d1257dc97dc44428efbfe326ea8f305dc58228dbbe74cbdfd37e26_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:bce1b5dcb9d752202065a6aac8de3ee1721b8de03ee0f78f569d0f841d568554_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:ce8fa76166c3f37ae6e855b75e43aa462b0571d2720dd15ec7b9e282d522a13c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:df1f7115b9ef18a54f64b9646a27393c7c949a718fadb28ab8803d955c75577b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:39cb774a7444cc93f1fbb512cad9323fcc3ae217d4402c196a926701e98472c3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:68cadb749ab080da743feff2b120d13f66cd54d61b7ee09b41083e36671a0f73_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:8300f9d1110230c510e9ae8dbbbc4501a5ce8b57b424f20ae3e42d4918ac9b48_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:d3f327e2a5f4745ad2cb946a2228e42bcf51be9715b23732eb1d0b877b6d3ba3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7f6a13a46ae75cda6eb2d5688c851cbbadb3193ac642494bee3d5d2c5e6ea8fc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:b92d8c3640522615577328179dec1c851becd7e42b7282d3a50f7af290c4037b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:4463bd38f33b06d584ebab15f5e2742693130e299590c038416f833e6ac313c5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:8728d2c64b36f2c3fb9a52a1bf7ae98c5b113dc06ed7cca49c7b3e9f1789bcfe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:4f68de2634b2f3650f98ebcda1c5c104a7941710c3ebe83ceb8fff4a0b697b82_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:a180fe7b396945b5a18274c742f6c01d726ba6177ff6721896f0235d943fd578_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:17cfcbf9d6be2d228c4cd0d8a5f23d4bee7814366ee0cf500af66a30ab43aa4f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b8e224d4897a0a99e182e966a61817a0fe93de3bd1ed78f68ee077239d65a908_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:c11fa3e642fa099dd30b99375606f82a4cfbe67017d832f32c8fb1ed58a5aa76_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:d0960e7974bb914fe45bb0d740ad8a84cacba8233e9ee0e9eabd5b3e71372620_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:d5f38f5666ed4b7f7e7da03732367e1a5d67f7f7d35c0c4bc232b5aab7f2f2d4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:e74e1470caa81fae1509bedce3d3d1a8cdf89f814e174593ceec0be711270dcc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c9ec31a316089747957c8cc1a8a49dd9476d45d6e7af919fcf538a367d35a0c3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:d35056c3c4ee809fbfc2674c9085b16f5e5d943bf7ad710c6aa4e5713bcb095c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:dcea4453ca75f5c44c125c1d677f28702cb94a73366a520e37b842ba5128577c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f3d8cd4459b8271e7718d4c5e97f92cd7db4776e719da5d7c04025e18a622e60_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:212c72d2288a050a21498a5ceb4c3b659b4bb98d0ca445d6b85a7a8b94b35488_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:45eb78529c0122f43a9443d06679db427ec2a389f7612ebd36000ff9f5ed48a0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:d105ced863235a301224f506642394034cd0209f726a385bca03147944f0134e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:d1fb82d1280562120cc7fb356701d1f33254a177da5d0c0db90d2276297373cb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:38c1beb577ebc5dc35ce3e31316346f21d7d9d6c297254570d6c6f8b8af4268d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:a083d6d53630f47a8503a45b639ae5c567d1f724096d1f729082bfdb9d760585_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:f2dffb118be72c4d3b75564f6038eadc0de8d261d6b1eaeef35343ede6056539_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:fe33d9c4694948619c5e95464f48fc82fab1feb283ba1d57225b3678085981f8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:20d22b7c095cbe52a127e22a428a8b27c287c4574abd32c2133287dfff3aa0e9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7f8d1c497000e0ae2985e9ea5a6b97f0c24d64e92440358687c8a5fa76bc778c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bdbdf3620970cb066fe169ec145f6db31f4bb4fc768cc440f4b8df83f57f206a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:eed72f0b204935fc71bbf10495f0e5985e5049bbfada39fe8afa8a60d12833ea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:0bbf3eaf02453b7123901fa866a7f3f056ec58daf047b51ad30e177574ef49ce_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1ce7092cace33e4ab97d548ab4c9a2388dd84e53bab452a7458c8a5ed4495701_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:7985455eba0bb60e7b1067f759f3e30ae73f9be78068f953e060786530253025_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d01e8651edc6bd95da78c5fb2201aec7c785126bc70e0f03e0f2e6ce67d245f4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:12e6b0853b26b6504bd578914183118e2c74bbaa0e934a07ffb99acf3e19efec_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:26a6c5c8b798a039e227d5b6f02a1bbc1ca2a3c3354d98ab7beddfdf39e323f8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9864736555736cb9912dcb1c72f7d85aa75ec96286972312c2d0a3fc24788d42_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a82429314b1c0785c2d46c99440175d0ac8311bec3f31da3418340a2a0a55ac2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:2d6d0eb401d3529cc09163cd67fb8af3d9629ec14890e3536904669e409c2262_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:33a206e8de99be5297890d5373cb7844c0ebf03285547a3dc752c7bab031284b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6ffc197659ebe1017b99eb4f9b3646ff311aeb2bac6d580b3e9ffaee6138079a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:8418c603da899631b4fc20e064533ca74f94b98e20ba3843b7603c9ff7cab8ac_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:02033087b0776681f186aa48725fd0e2297ba2e22bd554269ace3d51b3f6da5d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:c2a8ee96f4cca328a3791758909bf9322ece200a84b10bc15048979aa827af3e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:3fd566875c0685e36134791ffafd5232558ca1830324988a55ed8e189fe5c35a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:80d2d5f45ef286fb8ae44b74ec245a68b21300e7d1deb60f01c527586e036db0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:089f5b6a5d58e7dfe1cb8fc7a552a7a3a525208e0cfc86f88362eacd3b11b8b7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:263187d98ca0b290168472163b9a8d81dba1077cce8d7dcd8419894ba16524d9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:fcd7799ce45632b008f561ee8688988c8dff42b9e0677a05302ee8e325e5613f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:2665982a7b3d16d59f3e11ddf65b1016828d746db8aba950d9094cbc5fc3cd26_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:8a152f3e2f884f37e0c222e8ee47985c2363cfae12745eefbc305b30158110c6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a74dfebf03b4e0c686a285f0b71653d37f945c6c8e4fa5e750cd3fccdda1ead4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ef3b7610a226305c920001ff036628d48ff3ece3ff46c9727749e619b69d5524_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:31d45f4b5897554f9e459bf8822cd945a0307b515f8c2247e968aa3251bd9dee_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:439e379c449e0011dab2323ba70da96c9ae85de0c78ae65e4ec97cb9e792cc14_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:9a08e22dac8c713b0cde2a6ac9031a70ee16bd1df3d093f8533534287ac7fc41_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:f1341dbe1145a0d7f954d04b9309e8fc2d44ec306db7ac48ee48b63c29a935ee_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:1cb4e934a34d7905afbbe8bc1edd2ce28a01f2f10ed0ebc0ccb62d732009ac12_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:2ea17ca4317c75eb3a86741d6925cfa3b0f8fe5cfd14281ac42f2f61b983bf39_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:9c2d1fbec1fde2e3a0490bb630ef4de043fac05c915f6db43904feacfe15541d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:e1848797ae0628fe6fe4b16aca661ffdd6559cbfe56fe0892c01b6885cc10598_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:36fa337753dd82ecf610b3cd5bc3c32b4d863e7ef6326610004d5ad2e9e8a369_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:805c04faa83fd96fb2510deef9c180846028dff7c8de992474c00b34bdaf29e0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:bf8c8fc79c16f075b4cddbf83f6cdcdbc00ae5b64e11582ae7446f5d44666223_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:ffa47990e61f60b7f7f65940caf22a8340af1dd2924f3dcd6bf5afda8cf369ab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:335e23e7ad1a695dad06b98fefe5aa1a14540fdba46000257a0fa7f269dfe6a4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:a5fe2690e857872fc80ddd0a8e72a92508fe8bde271da5d9697cd6b88ea4f08a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:cb498e9708e578bbd9feda69340a843f0099ea49abbf4cc88524196c6d5a85b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:d3e663795f398f7a945b75b5eb98d9171dfd65c82ae1abc583c31586bc2afda7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:8b11535627b9908e957068a9183280ac57dba63c90150662b14cf728238c8568_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:c2fc14113c69627c79a7b28562b05f2c251645c976ee1928721c1de0d48a14b7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:c3c2cc1cefb6fc3a12978f4f14b3e6d3a90928b54b4cbe092d28dcccde2dea01_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:e7b0213d1a1a9dbd9921ee545de41c263078dd3ebb1f838dfe150e73fb51ed2d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:06f1abd50ca304ed98a0dda0a37c62980abf90b926e596ea849edff7518f4920_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:167c7118d171f577a41a66acda52d3ebbfcf1189e2a6fb8101fcab56b6a7df8f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:1b2723e537e9ca906f3d1a6ef70a5d0c95b59623fbfd5f0c5bb6de49e6effd40_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e090cfadfbd9d9587a006ea68407fafb1673b93d6c1f6e77efdd2c658a503669_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:49823fa689e0b99a542b3363f61c609730ff500b1c83cbe9aa2b3ed949e9d79b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:4d213b4b7b581e6ca449fa12678b4b75b06b938d16c76c054910bf71c2b65168_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:761eefac8ce5fb75389e8e452f927143acc1aca266602d6fca8c007c30d7eeea_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:8071b85d6f58f8c81756886952ce6fae10fe9a88c83927342bd6106f1e234a34_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:54eebbf509914e15aecec16dc21e8e3c848bedda66394a51ea4088ed16f0d3ec_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:78c9f0837ce0827121fe91f53a1ae02bfd66b88ecb45fecd30826d47db233038_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:b31ac2f80176d24f71e4e1fb8bf8f153cab65e069add24cb891a021a06c0195e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ddb1c43498ca301d4a437b8ebb23378c0db0b8e50f58b0dca911564817db1854_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:4f4ed9468740e6a521d1e095bdb6f5fa175c7e1f05550d999ad7342650948c96_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:594299d23d3fbb349d6fb9c4e059320829e7d2d643d890298b2a94c4314d92e7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:6800efa41a1f05c0d4d2f6702ec6f2fbbea73c3d3fc025dc62a5cbf3233add53_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:dc4a15e5ce1b7f4e932a3a08b32264abf570df68e15f270d7467a43caebfe8a1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:43594a42c2342a584f5f4b8296b6726edd85f8a00b9703922abc78320e8b6f74_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:805ea7427ea3131fab72e43f80c34db682ba3e3603b438f1315146f24f706c01_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:9f06792d0d1831f9a557c15967cbcf117365305b612f3a23f793863615285ba9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:b010ff328387fdcb88aa746ded0b63f609c8ed3a9745ee2f648cfdc17570dacc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:08f3e89b2984d8563a822dde8feb96231e9cae0e74cc7a64b9871d53f4a9990c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:430e32ea9f2b6e87ca04e7713f393441f7dfcb0df57c7ac4766b439e8c281396_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:477ee1d38e4457c9378f05e83e6086787b957bc93f5a9c280c4afab8a6e02152_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:d42373331e4dabbca4921280d47dea956ffc0690648ae172f156605db302c8f7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:87017af27e74c380225ffcbcc961d2d345b5d997df552a9248d07d8230dab3fd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:ed7dd0e4fde979f4286ec5fd7f3ff1c51eb22d15af56138ae838d97df29884e2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:205cf240004a81339d5673b723193758e0bbdb008db6a294295412b6f92cd1be_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:2bfd19c9c46179264bd0d7c37f8f7b9edda077f3210f168f010af88317904d70_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a7672e4823bc698d02c4d241c84a57a523b13a267850baf8c1ec44150eac7f7f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:b84395e944be5010ef965bf387939c481d9c313b8abd2338414a3b592de7a219_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:1167bd175a841398744ebf28418cdb871bbad24ae38db5a88dd07ce5cb843d86_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2c2340eb12f729cba09a33a67a873fd11d421203e4b4548474d88a6e37f1af14_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6a01712dfd5ae1a741dc0db425ceea67934e763afb5df78809c0e6a22ca3173f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:910dc87281b45ed6dd18d2fb7204765fe3f3332d325e7c0cb061ad93fea7bb06_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:366278f589efb7c0ff2bdd800b0f6547b8be6acd259782192df2b10a9754945e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:4505bd25d99cfa5466dae74d577e459f756d6bc22fd5a21e91f32d6d6f7fab3f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7bdbb5168db25825edfaa505b705d639124f757f7c61768558c03f97dbb52e92_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:841d8a1a5cc97465078e19834734ac726341509d5e3fc5aa7d02e9418f7826ee_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:5f1fee6ff56a72baabb5f8c908feb2c4a67426fd0ed4bf8e55cc4daf552fc4cf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:7689256c7f78b8e827b2588ce08ecb65035f3eb44c22ef395a4c16e80476e58d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:b2acd795681ddef65394e303c06e022ff54e1e0c53fcb341c381197f7e520b6a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:f5c1907aab6224d4c398d0f5cf151885859878ead00bbde79426c96dc8a6faf3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:168e6236d27a57e41e6318cb2a96b31eb4030b65f194c924d6e6a07c4a53f0c8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:6533b9840e66c882af6ea984d451821cfaf72000c1d2d8e1ffa46b95abfd0c52_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:8dd21817e31ef713af9cd67c004c8a6118b62c1dc557f963f28244920ffa9f5d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:bbc41d8cc76ccd7fe6a93d84cded4fe03cf08f985976266aa532b2a16232e1d8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:0c869ca3f2cea582df50c27d9170e6ecbf0df000d65ea250e2fb8ff41dbe6b4a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:4cedef9af9f34258060b059ad2d0f44ba329dc72e64942a8adcd1c14400a02ff_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:75460db975618d0dfc82f509725522f8151b49a00a210615dc8cbc97f6ed2fb4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:c4cc3eae9765cc81765638b8f1d6ed105d10d018f30bdd5ca9770b47e2ac683d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0006cc8afa959998457049601891036f387a518c2bdb3ba496928b229fe9d134_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6406a77819214fbcf753c72e1add20455ce1c71db634a10ed36cf4fdf857d892_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8f2245017277cd5f2642b162511ab42d7b8485567adfa25db900973baf058de1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ccfa78714715591d82a4bd4429114a92cce5748772e84bf19e4a890e428bd4b1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:6ebdabc2690c1c1072803bd473496bc694f9d0c99af704f53c810d2c294ff687_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:ac2f665507bd239b43bfcebde4c50d9925b0376c06b448a9695e7f25ec4380d6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b2f58190b8a5b444f51f7d4431cd1fb5e59fc0c38fb4ff7ba4c51d2ed1ce6b2f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b84e75d4eeb59ff0804fc3b501156bfc562a52c0cd554783d8d7e7c0714d6f85_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:163154e33a4744ee5a451384d824443fe2f2a9e8bc961b121b1c317246ada9c3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8ba5133f9697e04a14d866027d8f342efe3bb9732857720393d9bf3e0effa09e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:be734c5f7b5f7ff624f842c056ae099c81ba1f4423016ba63f371a8d8f1fdf3f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:f4530c4f598865cc3ab9210760d93fc1640e15a07fda71fcc2b5453834dac7be_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2ca5fc5e9405404c8b611513cf033e480cf81c2677ccc08055fb934aa40cf7ef_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:3b18df1f2d706c80637b7a31ce09d3aee59eef1bddea71c218dc9270939dc194_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:c64fbe8a063ea2f7897ffd9bc2c1882c03c406611f8dffe9b9a885f3e75f105c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:def060ba5ad7ccecf1d1cb0ff3360dba500838c087d701015415e1a2ab08b4bf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0693761931e2b7ffaf4e39c6fde5b0a1099d32b5269c7a498f76bff354a84ae9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:8fc7e5dbb6c2470efa7ea415b71569f753769abaf3331f9ee174adcf39a4dd27_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a1e0a23dc6c93de096d3d48710c45208a48a162d3858d0d7afdf4f300ebfe04f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:b71416e2ac3c46366da3abd72b0762b74759587afdfdc8a8c6a47a52b1d1d77d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:72c97ea299920a43dd391500e1f70b27cfbedf1e9a32ec9275171929b8fde7d2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:7d482a6204223e73e4dfa0013f4ba20db1d04c7a8c2881dd4b9a58e6e7d25f09_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:8ba5845b83d32531f3a3798486fdd8377bfec0748206d917ba821c6a76d55f3f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:dac43b8b4ab95960e240b3eef0fe1a6d37dfe23ab7d0cef27d412ad69afb5466_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:02698e7f9c59596fbe039b031515a319067d79c6696a5fd9fa5a95d5acd4026e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:28796a3d553d6880de207e5d6048c2efc4ea2858eb6251e43d1b46c9e9466748_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:7b0a4c796681ab9dafc0a708dead6e0a8db3166ec40e380dfb02978eadc7d2e5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:ea3e2045e45229a9a61e6b9f9d10d0762a8e6f47e700d96c916b402864afe8a0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:12826fd7a8ca953be9429198adb9386f489e6c764d7b3fff044a4cb66c7f91b9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:22539e72bfdcdef4c91ee509142a1e403700c79d58b4f868a7a2e69b81c2d6a6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9c91efe4356286d3c8aecc6e9a4ba5ae54655477a2541ea80b2ab9ac88c63791_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:bc74fed608f8d45c463f68e581418b4ca5f3ef05467621bd6199edd149f3c7d1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1eaa76ae1380d3aed001b85612fddbbff2bdf70d85506c4fa5426ace8bd066b2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3760f9fb700165458048262a465f32d19660ba88e16b3aad5fc349b047a5248e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:be8dd7342bf7b1bcc1bc0f873ceeda8e81bf686259ee4cb5f377f397f43349e3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:fc535145b24b8def78590d003ddb58c2c1eee976ff2263740dfbf634f7d1c888_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:6956849db88740b12994232ecf2fb137db82f4afbef85b920612a9b38ed8bae7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c182f19eb5bef9530482e666cbfbcf2649c1cccd95309850f93b82daf8d42a90_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:d12663d4543fda0b233405cc0e3823ab68cb421eb38acebf56ec4f0555e1e594_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f076696f3eaf06da9fcc6a4042afae097740771bf902fce0d3446e63ef8e7caa_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:326ec4eb64e1da8db46c9bdfa4e0ae03732a863eafad17e4ebf0dc63698acfae_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a7bc793a9fef04df9e54c978cc8c14c151168fa186e5258528e8e234fe036b00_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c493bb938f211c8018e014c922287ffd9db30a9d8e6818f2dc9cf42efd6b6da8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e0d5fb86c982e60025cf5e25d6ceaacbe380e9e9f8a78e311a488668ad991f5a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5f471c6d5ae1413d35f2b1dba478330537e2cf1c45f5d2a3b1d0b875935db19e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8fd890e0ed4d9101a895b34c0f42293b280d06245de6e45b113bbd5665ea488e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:98041b168deec45330330ec382e6262d616e1b1a22a389f9216b622c3118f401_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c1bdd2efec725038c68e2da7133bed08e1a1c8d9141a55062f621d6ed403af7a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:81e37f2597f8539a9f5b3800967545af056e88089f95eed69e5eb55426dba52e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:955772451d73b6ae56069b6e706629f6e726595f27bdd0d9a920d217e7456cc7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:ad5fb6d1f60634230f1dad1b9ca094c2fb8bae6e68d618ffce60d20c0e55d8c5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:cb8664cec305b071cc6cc3d7647b5baa9a013d35dcf318e407e6fcd7a2461eb8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:09b9ae640fccd4a948ce4835dbe29f65be91484aba6c2afc751761aa9dca541b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:3c9911b15f2798b2f4898177bdb924641e8ead282574beb11278b9370eded2fd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:21d73647d434cea2c398a5c30ee2f92b6f5aee3b1106b961b1d50e8a18825f1a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:49fc188b34134f5695a59a384101be2254859d6e3fd3fa2e1deb282049e5f592_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:03e6ee2082e14e8becf5a2d7cc6e1681a088a057c1c7a2189fceddf23a7541af_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:80be0fc1705791db62dbf7b2385021b8e67d0d21a94815fff91c3e87d6e6e238_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:5c3c19e3dd09249a9e78ddc4871162b166bdeb05cabb7075f101084a26863568_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:de0740c2f08cf7e6a8c851135f4f2273c768eac198d7e09e35a81b585f1c755a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:401f429b76740c19f325c6f0680e55f66420dd35e72325bbaacf5f1708c2cb2f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:7e9b110c44bc04a2349b037104cd836c0dba7fc90bee7c0a3fa0a7bf380664df_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:96cb1a572e643c3d0cae3b20040c3c9663af86ede9c30bb38256c080de90983b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:e41eb9ea6d0e646c40f43923678913904a2fc8f5f4fa1e9e458c807632e82c9a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:beafac871e27f012d9bdc881b0ed67095ca7d34305eb773117eaaf2a5f2404c7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:d6ef7d1f4afe94e6bb5810852720c1239bd58b9a49a085d991659b59c6e26452_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:dd8dc49c8955041adc7c38a6023339cb928b3f944c144efe467ccc8da12c4c78_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:e7d08849926e92a0f9516b383ef71dcc2a6e368405f1d5f330042c62fa10685b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2559bac18be9d14dd0de38fd2c2b8d60b95d3ffdfc79d961747b7d35902252c8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8b31967a88b74281eafba0661b347aeec335308011e626d9dbc57557ef8fcd4e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e6a298a5a4b32e8908f2ea8207f673d1c7f63d654ebd18a7c3dc03bec7019240_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e892bc22d6a070e147ee0648d834798cae5f2e8941805a6bb7a0a4b1a292fb82_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:8e9d58dae4a9f2c50ebd9ac52262db031764fb28fcbc30880ba5a5c0e4546c49_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:a4ea9bf43c60b1486ae8538b1382882f464299257acf43fa326eb99d5e6851d0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:b264bb9685a03d54117aa33f11853039d903cbd6d71dcdf63fa512e9f9d826c3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:f1a979149507ede702bcdcbdc5e49c667b52cb2f5e5f1cc9e0ca18602ba35772_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:3ac91633beb2c994cb8e7341b6efdc22dbfa4bbf9aab4819bc30102162b1d1c8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:451b74b33a2bdd13643f49117444110c86d7ea956a66e9285e3738e8c81b6f5b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9301a4880095595d6ee0667a7da2ac7e75f5a028a1f70bf71ec1227310d5e170_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b937da6f29b34bba141df41775d61d33df4c81c41a488c0f717d7b05cc85c453_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:36d319f66e25669271597bee4ae415053935d0877530d439a6e8b2eb23353cb6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:940220625073d9178c2efc540fb418df676e44dcd35c5a7ad01d1031ce779bd1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:c04c13d41b67bf5462d1ac2bbed4b95a53a2b2bbd293b32e7478b5cdd8ec5d5f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:f3bbcdd4a8f70fedfac7869d46124137c2a6856aa99a9de6de7b62060ccc5c08_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:059ae4b4cf18b4596d8c86340edd34332be7c667adbdb5199720a0a581086d55_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:4622bb035bf6a546e3de1164b347ec79844538d290bca3100622fee0986a51a8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:d296a62ddeade7d40ca2d727f9cfb3d4bb9dd81498c6a526a565e3698097420c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:ead3f5874193b8acd6bece9f9740c109665098b059db964e6d74192d6cbf52c3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:02236b492db7f328592308281ed110ec59afda1c6fe88b5b1278e66aaf0a76cb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:8eb91dcd0e34b5cf2520af44bcbef1d953892b1a39d117c579c8a2876bf8ab05_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:aad0341721e7a15e08a2bbe6ab9e59663d366f8b47aee21cdb54812e68161bd4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:f05183b69bd3ffd66c8d335d6a476161781ad2e9cd444a94edbf41eeab16ab81_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:6b65341e8a72cb548d68d8c2dd567eedaee6d00d198295437514524442471c01_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:983e36dba561f7cd2f5245528d856e81ad729c3a2040a66f2fcaa18650749887_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c496114509bc387930a5ac828dad33180e20adb00a0b81ea36fdf78159f91436_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:d23c4af5d88f5f753bf395b24bf1d168570e5f6036c6a6ae8b1bba6bed7ecbc3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:0c49b379e40a6fe3a09a21dac8005fd64c3d09c985dc728e1c7f4e57afc464c2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3d282ceb8dfca2308bda52e1b7d2663f7776db2a082be84a5af6e228c6de8664_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:87929d27a7e7d6538a5cdb3ad1d58f531c681ec5db4824498248ffd5dfcbedb2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:eb293c9ecb6715e0dfb6aaf457ec19a0f2d0862ef4cb22794335f53cb6981088_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:11e6a94fa5628b607268bb3d515a0dcc3d2b66a42a0512fbb50a7db7550c6a40_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:65e898b5ea52c5525501b63aa3063204b644e0cea1c9134d80bc2e920fc9a010_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:783d90fdb1b46848f2e9c4f313517e219216385667304593cfc71c2e54579b1c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:e57907330d75e38a859e54d12a56fedba7c1c1a931fc9db1bdfa3c2b10268704_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:4f5d0717182c96fe4d6ff1936b0ad433bd4626c0fa1b29eb1058ba02fd6f9500_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:95b856a7497da1ae18ce5789262957edc94bc4cd87a6913e6d16d1cf9154e1de_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:9868a70523d322153d4870f205323629f8230505c883b79bc64c6b8440472633_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:9b2a4de77fc5736a8d2c968c8782039e22f28c65a8f9af920cc797af5ff170f4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:03f6485cce2f104c812ca1b32c422379d8b97284c6561f4568da4b23efe873b8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:40b76bc1b9e5ca0e664371020999da9c619546692a52e50544a84ada1193e0c2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:505d160e6dc8dd5ba9ba156668578e4f420b37b7069075cc84acce52dd02829d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:a20f2c0440231d57eb8db827564604dad20c3656c39acdab469d15ae5ef37c8b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:8c60dbf477a0e750d0e4895ae8eda21a7ca74b6ea06e8b428d6eb0e3acccf63a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:5a28ee6abd396c5d957fa863a15cdc834c72a792d895a28415900cafa85c173a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:435629696ca8750b352c890af863b85ecc6680b8749006fbb56cfc8957db0a25_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:328a0954887176f2dce3b350f54ae0c0c51f937cfef1bba9b986659343b2eac9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:8c60dbf477a0e750d0e4895ae8eda21a7ca74b6ea06e8b428d6eb0e3acccf63a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:5a28ee6abd396c5d957fa863a15cdc834c72a792d895a28415900cafa85c173a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:25f55cdb3eb8a59fc5d2f5726a71748bf2d8005307025d16646889342829c8ec_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:98cdda546009cda7d6a4539bac65d2ac6b365efa697d4e040556ae758235e9c2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:47f3054cb4a6bd160fd59d591b30910bcbb7123fe44fbb6f057d9d3176858e5b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:5504bd98506b057146c643c36a6581cb2be8bcbf82787bef530fb6caf4c16e21_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:7d6c9216d995b1ad19e5ae1f9f30cf3faadd54e1274fb80c4d5fdd802ee6b1ae_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:da4cd3b8933c8d22cc34039993d8866dddaa2e203342a94f23876b7245ae4711_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:5858c8230e834bd3a75047e34e659c4d1fc61f6c53e23cae5d3a8deff8b73405_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:66b2e131a3be79803c75bc96b69c3e7be34faf2f00f6d4fa53c82704627f8a96_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:966501e1f2fc5f70670211953ade31dc37f0c86e647e40ea56aae47d3e0c1a90_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:febeb3a8a0fce4ca039322544cbfeb0c6f60723440ec6c2f60b12b390373418c_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.15.59 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.15.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat OpenShift Container Platform is Red Hat\u0027s cloud computing Kubernetes application platform solution designed for on-premise or private cloud deployments.\n\nThis advisory contains the container images for Red Hat OpenShift Container Platform 4.15.59. See the following advisory for the RPM packages for this release:\n\nhttps://access.redhat.com/errata/RHBA-2025:19304\n\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.15/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* dompurify: DOMPurify vulnerable to tampering by prototype pollution (CVE-2024-48910)\n* net/http: Request smuggling due to acceptance of invalid chunked data in net/http (CVE-2025-22871)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAll OpenShift Container Platform 4.15 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.15/html-single/updating_clusters/index#updating-cluster-cli.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:19306",
"url": "https://access.redhat.com/errata/RHSA-2025:19306"
},
{
"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-48910",
"url": "https://access.redhat.com/security/cve/CVE-2024-48910"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-22871",
"url": "https://access.redhat.com/security/cve/CVE-2025-22871"
},
{
"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_19306.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.15.59 bug fix and security update",
"tracking": {
"current_release_date": "2026-08-26T22:00:16+00:00",
"generator": {
"date": "2026-08-26T22:00:16+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.16"
}
},
"id": "RHSA-2025:19306",
"initial_release_date": "2025-11-06T11:55:24+00:00",
"revision_history": [
{
"date": "2025-11-06T11:55:24+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-08-22T06:15:42+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-08-26T22:00:16+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift Container Platform 4.15",
"product": {
"name": "Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.15::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Container Platform"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2c2340eb12f729cba09a33a67a873fd11d421203e4b4548474d88a6e37f1af14_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2c2340eb12f729cba09a33a67a873fd11d421203e4b4548474d88a6e37f1af14_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2c2340eb12f729cba09a33a67a873fd11d421203e4b4548474d88a6e37f1af14_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy-rhel9@sha256%3A2c2340eb12f729cba09a33a67a873fd11d421203e4b4548474d88a6e37f1af14?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=golang-github-openshift-oauth-proxy-container-v4.15.0-202510211321.p2.g2e0585d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:d6ef7d1f4afe94e6bb5810852720c1239bd58b9a49a085d991659b59c6e26452_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:d6ef7d1f4afe94e6bb5810852720c1239bd58b9a49a085d991659b59c6e26452_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:d6ef7d1f4afe94e6bb5810852720c1239bd58b9a49a085d991659b59c6e26452_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager@sha256%3Ad6ef7d1f4afe94e6bb5810852720c1239bd58b9a49a085d991659b59c6e26452?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202510221322.p2.g870ade5.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:a4ea9bf43c60b1486ae8538b1382882f464299257acf43fa326eb99d5e6851d0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:a4ea9bf43c60b1486ae8538b1382882f464299257acf43fa326eb99d5e6851d0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:a4ea9bf43c60b1486ae8538b1382882f464299257acf43fa326eb99d5e6851d0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-node-exporter@sha256%3Aa4ea9bf43c60b1486ae8538b1382882f464299257acf43fa326eb99d5e6851d0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202510221322.p2.gaed837c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus@sha256:059ae4b4cf18b4596d8c86340edd34332be7c667adbdb5199720a0a581086d55_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus@sha256:059ae4b4cf18b4596d8c86340edd34332be7c667adbdb5199720a0a581086d55_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus@sha256:059ae4b4cf18b4596d8c86340edd34332be7c667adbdb5199720a0a581086d55_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus@sha256%3A059ae4b4cf18b4596d8c86340edd34332be7c667adbdb5199720a0a581086d55?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=golang-github-prometheus-prometheus-container-v4.15.0-202510221322.p2.g79fa623.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4b5e0baa200d25a4e50917bad8abdea3860f7443d634ff316565da4650c7fe31_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4b5e0baa200d25a4e50917bad8abdea3860f7443d634ff316565da4650c7fe31_s390x",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4b5e0baa200d25a4e50917bad8abdea3860f7443d634ff316565da4650c7fe31_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel9@sha256%3A4b5e0baa200d25a4e50917bad8abdea3860f7443d634ff316565da4650c7fe31?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-hypershift-container-v4.15.0-202510211321.p2.g4c5aa5e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel9@sha256:6fa9719d09f35aed806742a476df49fade99829cfb07583b4413724fbfa1c194_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel9@sha256:6fa9719d09f35aed806742a476df49fade99829cfb07583b4413724fbfa1c194_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel9@sha256:6fa9719d09f35aed806742a476df49fade99829cfb07583b4413724fbfa1c194_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-node-label-updater-rhel9@sha256%3A6fa9719d09f35aed806742a476df49fade99829cfb07583b4413724fbfa1c194?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ibm-vpc-node-label-updater-container-v4.15.0-202510211321.p2.g9b13bd4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:d1fb82d1280562120cc7fb356701d1f33254a177da5d0c0db90d2276297373cb_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:d1fb82d1280562120cc7fb356701d1f33254a177da5d0c0db90d2276297373cb_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:d1fb82d1280562120cc7fb356701d1f33254a177da5d0c0db90d2276297373cb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy-rhel9@sha256%3Ad1fb82d1280562120cc7fb356701d1f33254a177da5d0c0db90d2276297373cb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-proxy-container-v4.15.0-202510211321.p2.g53680a5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:f2dffb118be72c4d3b75564f6038eadc0de8d261d6b1eaeef35343ede6056539_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:f2dffb118be72c4d3b75564f6038eadc0de8d261d6b1eaeef35343ede6056539_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:f2dffb118be72c4d3b75564f6038eadc0de8d261d6b1eaeef35343ede6056539_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy@sha256%3Af2dffb118be72c4d3b75564f6038eadc0de8d261d6b1eaeef35343ede6056539?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-rbac-proxy-container-v4.15.0-202510221322.p2.g9308e7f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:20d22b7c095cbe52a127e22a428a8b27c287c4574abd32c2133287dfff3aa0e9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:20d22b7c095cbe52a127e22a428a8b27c287c4574abd32c2133287dfff3aa0e9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:20d22b7c095cbe52a127e22a428a8b27c287c4574abd32c2133287dfff3aa0e9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics-rhel9@sha256%3A20d22b7c095cbe52a127e22a428a8b27c287c4574abd32c2133287dfff3aa0e9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-state-metrics-container-v4.15.0-202510211321.p2.g037b59c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:fc535145b24b8def78590d003ddb58c2c1eee976ff2263740dfbf634f7d1c888_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:fc535145b24b8def78590d003ddb58c2c1eee976ff2263740dfbf634f7d1c888_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:fc535145b24b8def78590d003ddb58c2c1eee976ff2263740dfbf634f7d1c888_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace-rhel9@sha256%3Afc535145b24b8def78590d003ddb58c2c1eee976ff2263740dfbf634f7d1c888?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=marketplace-operator-container-v4.15.0-202510211321.p2.g47c104b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:335e23e7ad1a695dad06b98fefe5aa1a14540fdba46000257a0fa7f269dfe6a4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:335e23e7ad1a695dad06b98fefe5aa1a14540fdba46000257a0fa7f269dfe6a4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:335e23e7ad1a695dad06b98fefe5aa1a14540fdba46000257a0fa7f269dfe6a4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel8@sha256%3A335e23e7ad1a695dad06b98fefe5aa1a14540fdba46000257a0fa7f269dfe6a4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=monitoring-plugin-container-v4.15.0-202510221322.p2.g1217bc1.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8e1371a7bf53ef22fca75be240eafacc23fc6d119728f5d0d71a2bc149798de8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8e1371a7bf53ef22fca75be240eafacc23fc6d119728f5d0d71a2bc149798de8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8e1371a7bf53ef22fca75be240eafacc23fc6d119728f5d0d71a2bc149798de8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9@sha256%3A8e1371a7bf53ef22fca75be240eafacc23fc6d119728f5d0d71a2bc149798de8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=atomic-openshift-cluster-autoscaler-container-v4.15.0-202510211321.p2.g8914989.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni@sha256:c2fc14113c69627c79a7b28562b05f2c251645c976ee1928721c1de0d48a14b7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni@sha256:c2fc14113c69627c79a7b28562b05f2c251645c976ee1928721c1de0d48a14b7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni@sha256:c2fc14113c69627c79a7b28562b05f2c251645c976ee1928721c1de0d48a14b7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni@sha256%3Ac2fc14113c69627c79a7b28562b05f2c251645c976ee1928721c1de0d48a14b7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=multus-cni-container-v4.15.0-202510281322.p2.g05497ad.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:06f1abd50ca304ed98a0dda0a37c62980abf90b926e596ea849edff7518f4920_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:06f1abd50ca304ed98a0dda0a37c62980abf90b926e596ea849edff7518f4920_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:06f1abd50ca304ed98a0dda0a37c62980abf90b926e596ea849edff7518f4920_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel9@sha256%3A06f1abd50ca304ed98a0dda0a37c62980abf90b926e596ea849edff7518f4920?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-networkpolicy-container-v4.15.0-202510211321.p2.gb377b4b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7bdbb5168db25825edfaa505b705d639124f757f7c61768558c03f97dbb52e92_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7bdbb5168db25825edfaa505b705d639124f757f7c61768558c03f97dbb52e92_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7bdbb5168db25825edfaa505b705d639124f757f7c61768558c03f97dbb52e92_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel9@sha256%3A7bdbb5168db25825edfaa505b705d639124f757f7c61768558c03f97dbb52e92?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=oauth-server-container-v4.15.0-202510211321.p2.gc055dbb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:468133aa3a5695bc314d8f2112e4a62388035c0b272abf4914ddcb485bfce137_s390x",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:468133aa3a5695bc314d8f2112e4a62388035c0b272abf4914ddcb485bfce137_s390x",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:468133aa3a5695bc314d8f2112e4a62388035c0b272abf4914ddcb485bfce137_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oc-mirror-plugin-rhel9@sha256%3A468133aa3a5695bc314d8f2112e4a62388035c0b272abf4914ddcb485bfce137?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=oc-mirror-plugin-container-v4.15.0-202510211321.p2.g5536816.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder@sha256:71ef3a2f7205d5a4d2e223ea82ae0f8911ea9840cfc819e78931b5d8d7b3960f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder@sha256:71ef3a2f7205d5a4d2e223ea82ae0f8911ea9840cfc819e78931b5d8d7b3960f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder@sha256:71ef3a2f7205d5a4d2e223ea82ae0f8911ea9840cfc819e78931b5d8d7b3960f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder@sha256%3A71ef3a2f7205d5a4d2e223ea82ae0f8911ea9840cfc819e78931b5d8d7b3960f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-builder-container-v4.15.0-202510221322.p2.g5df9af7.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli@sha256:4e548be4269f413c54f23fa6e6be06c229f6929645d6dcf53b7b42613298e185_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli@sha256:4e548be4269f413c54f23fa6e6be06c229f6929645d6dcf53b7b42613298e185_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cli@sha256:4e548be4269f413c54f23fa6e6be06c229f6929645d6dcf53b7b42613298e185_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli@sha256%3A4e548be4269f413c54f23fa6e6be06c229f6929645d6dcf53b7b42613298e185?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-cli-container-v4.15.0-202510221322.p2.g8231637.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console@sha256:f270351f6697f9d7d3d8382f298956d6e1c5d9e8ef38317bfa7121e9825713af_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-console@sha256:f270351f6697f9d7d3d8382f298956d6e1c5d9e8ef38317bfa7121e9825713af_s390x",
"product_id": "registry.redhat.io/openshift4/ose-console@sha256:f270351f6697f9d7d3d8382f298956d6e1c5d9e8ef38317bfa7121e9825713af_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-console@sha256%3Af270351f6697f9d7d3d8382f298956d6e1c5d9e8ef38317bfa7121e9825713af?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-console-container-v4.15.0-202510281322.p2.g57d3637.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:34108f69a1ae3d91059fc955d42ff21e50c12390296677a94c4e691a0866cffb_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:34108f69a1ae3d91059fc955d42ff21e50c12390296677a94c4e691a0866cffb_s390x",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:34108f69a1ae3d91059fc955d42ff21e50c12390296677a94c4e691a0866cffb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9-operator@sha256%3A34108f69a1ae3d91059fc955d42ff21e50c12390296677a94c4e691a0866cffb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202510211321.p2.g91f5c97.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer@sha256:2c452c9fb2f82e3b4e746669a2e8fe16a63cf009ddfb94d698529cef8f6ca8e4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer@sha256:2c452c9fb2f82e3b4e746669a2e8fe16a63cf009ddfb94d698529cef8f6ca8e4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-deployer@sha256:2c452c9fb2f82e3b4e746669a2e8fe16a63cf009ddfb94d698529cef8f6ca8e4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer@sha256%3A2c452c9fb2f82e3b4e746669a2e8fe16a63cf009ddfb94d698529cef8f6ca8e4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-deployer-container-v4.15.0-202510221322.p2.g8231637.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:001a95b33c0b3c3c0000b21d4e6a0802ae3663c1d5c5e1c8b8bde03e248b74e9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:001a95b33c0b3c3c0000b21d4e6a0802ae3663c1d5c5e1c8b8bde03e248b74e9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:001a95b33c0b3c3c0000b21d4e6a0802ae3663c1d5c5e1c8b8bde03e248b74e9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router@sha256%3A001a95b33c0b3c3c0000b21d4e6a0802ae3663c1d5c5e1c8b8bde03e248b74e9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-haproxy-router-container-v4.15.0-202510221322.p2.gdc38fbd.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:62ea773b1ca80e54dd81986d7aaf175916562abc8fef3a7a0785bdf976d43f35_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:62ea773b1ca80e54dd81986d7aaf175916562abc8fef3a7a0785bdf976d43f35_s390x",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:62ea773b1ca80e54dd81986d7aaf175916562abc8fef3a7a0785bdf976d43f35_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube-rhel9@sha256%3A62ea773b1ca80e54dd81986d7aaf175916562abc8fef3a7a0785bdf976d43f35?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-hyperkube-container-v4.15.0-202510211321.p2.gd227d65.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:865724525f54668e194725de3701a548e253be9e4f1debc84dbde854564238b4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:865724525f54668e194725de3701a548e253be9e4f1debc84dbde854564238b4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:865724525f54668e194725de3701a548e253be9e4f1debc84dbde854564238b4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers-rhel9@sha256%3A865724525f54668e194725de3701a548e253be9e4f1debc84dbde854564238b4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=baremetal-machine-controller-container-v4.15.0-202510211321.p2.gec95372.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fc42947a5994fd05142537f6fa8e7ec3d33c30f4cc5db5c83bcbc04d076b9312_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fc42947a5994fd05142537f6fa8e7ec3d33c30f4cc5db5c83bcbc04d076b9312_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fc42947a5994fd05142537f6fa8e7ec3d33c30f4cc5db5c83bcbc04d076b9312_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel9@sha256%3Afc42947a5994fd05142537f6fa8e7ec3d33c30f4cc5db5c83bcbc04d076b9312?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-runtimecfg-container-v4.15.0-202510281322.p2.g1fbb2c0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:77a2aabcbd55ec7fc076d5c23ed8aece5424def3995e624291ca4f2139e6a82d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:77a2aabcbd55ec7fc076d5c23ed8aece5424def3995e624291ca4f2139e6a82d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:77a2aabcbd55ec7fc076d5c23ed8aece5424def3995e624291ca4f2139e6a82d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel9-operator@sha256%3A77a2aabcbd55ec7fc076d5c23ed8aece5424def3995e624291ca4f2139e6a82d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-etcd-operator-container-v4.15.0-202510211321.p2.g4ed9036.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5b88f0644f5b8237cf8b3aa0f6ee1d8a3899a912ce6499d1bee0aa902b2f8f80_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5b88f0644f5b8237cf8b3aa0f6ee1d8a3899a912ce6499d1bee0aa902b2f8f80_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5b88f0644f5b8237cf8b3aa0f6ee1d8a3899a912ce6499d1bee0aa902b2f8f80_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-rhel9-operator@sha256%3A5b88f0644f5b8237cf8b3aa0f6ee1d8a3899a912ce6499d1bee0aa902b2f8f80?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-monitoring-operator-container-v4.15.0-202510211321.p2.g0496cad.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:457d21495a1f47cd6837f6263fa30652abc7a215c01962507a1e1bd6f4968a09_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:457d21495a1f47cd6837f6263fa30652abc7a215c01962507a1e1bd6f4968a09_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:457d21495a1f47cd6837f6263fa30652abc7a215c01962507a1e1bd6f4968a09_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-rhel9-operator@sha256%3A457d21495a1f47cd6837f6263fa30652abc7a215c01962507a1e1bd6f4968a09?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-network-operator-container-v4.15.0-202510211321.p2.gfa9184f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d5374c58882769f9d40f47d7aa8f20b1676842c8f0cd8b55a01d6fb587ecbfc3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d5374c58882769f9d40f47d7aa8f20b1676842c8f0cd8b55a01d6fb587ecbfc3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d5374c58882769f9d40f47d7aa8f20b1676842c8f0cd8b55a01d6fb587ecbfc3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256%3Ad5374c58882769f9d40f47d7aa8f20b1676842c8f0cd8b55a01d6fb587ecbfc3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-node-tuning-operator-container-v4.15.0-202510290123.p2.ge828bd9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:802a812b969112861ccc9a78880d0764af5c89c15198a594e7f8c1d6c2acfe0f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:802a812b969112861ccc9a78880d0764af5c89c15198a594e7f8c1d6c2acfe0f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:802a812b969112861ccc9a78880d0764af5c89c15198a594e7f8c1d6c2acfe0f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel9@sha256%3A802a812b969112861ccc9a78880d0764af5c89c15198a594e7f8c1d6c2acfe0f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-policy-controller-container-v4.15.0-202510211321.p2.gcc48f31.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d4704096bb00b1d854cde90f964aa319d2898d407794944ec0025b386264f2bd_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d4704096bb00b1d854cde90f964aa319d2898d407794944ec0025b386264f2bd_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d4704096bb00b1d854cde90f964aa319d2898d407794944ec0025b386264f2bd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-rhel9-operator@sha256%3Ad4704096bb00b1d854cde90f964aa319d2898d407794944ec0025b386264f2bd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-storage-operator-container-v4.15.0-202510211321.p2.g4c2b89d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:65d9d9df5aa55831a1627b179412760f114bdde969040ba73c585c6449d19e36_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:65d9d9df5aa55831a1627b179412760f114bdde969040ba73c585c6449d19e36_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:65d9d9df5aa55831a1627b179412760f114bdde969040ba73c585c6449d19e36_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-rhel9-operator@sha256%3A65d9d9df5aa55831a1627b179412760f114bdde969040ba73c585c6449d19e36?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-version-operator-container-v4.15.0-202510211321.p2.g2cb8ce9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:32700244d0578c423c636b0ef01254d823d0432125e1ca929d0ff1e115a446c1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:32700244d0578c423c636b0ef01254d823d0432125e1ca929d0ff1e115a446c1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:32700244d0578c423c636b0ef01254d823d0432125e1ca929d0ff1e115a446c1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader-rhel9@sha256%3A32700244d0578c423c636b0ef01254d823d0432125e1ca929d0ff1e115a446c1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=configmap-reload-container-v4.15.0-202510211321.p2.g617398f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:eeb3bd21c506b7558241ec2458d57407860998b91b4742669982073d6612a9bf_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:eeb3bd21c506b7558241ec2458d57407860998b91b4742669982073d6612a9bf_s390x",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:eeb3bd21c506b7558241ec2458d57407860998b91b4742669982073d6612a9bf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns-rhel9@sha256%3Aeeb3bd21c506b7558241ec2458d57407860998b91b4742669982073d6612a9bf?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=coredns-container-v4.15.0-202510211321.p2.g1326282.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:914fe11be86c707b3e2ea354c5a1c0cb72affd6d9dfe63ae2438a1a310ffe4c6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:914fe11be86c707b3e2ea354c5a1c0cb72affd6d9dfe63ae2438a1a310ffe4c6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:914fe11be86c707b3e2ea354c5a1c0cb72affd6d9dfe63ae2438a1a310ffe4c6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel9@sha256%3A914fe11be86c707b3e2ea354c5a1c0cb72affd6d9dfe63ae2438a1a310ffe4c6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-attacher-container-v4.15.0-202510211321.p2.gf806f26.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:d85d011efa26fcf4fb9049c360e167a82f0f332f006906f945b0f0048d60da03_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:d85d011efa26fcf4fb9049c360e167a82f0f332f006906f945b0f0048d60da03_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:d85d011efa26fcf4fb9049c360e167a82f0f332f006906f945b0f0048d60da03_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe@sha256%3Ad85d011efa26fcf4fb9049c360e167a82f0f332f006906f945b0f0048d60da03?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-livenessprobe-container-v4.15.0-202510221322.p2.g240bb8c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:d85d011efa26fcf4fb9049c360e167a82f0f332f006906f945b0f0048d60da03_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:d85d011efa26fcf4fb9049c360e167a82f0f332f006906f945b0f0048d60da03_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:d85d011efa26fcf4fb9049c360e167a82f0f332f006906f945b0f0048d60da03_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel8@sha256%3Ad85d011efa26fcf4fb9049c360e167a82f0f332f006906f945b0f0048d60da03?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-livenessprobe-container-v4.15.0-202510221322.p2.g240bb8c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:6d0070709140682d4f91f5e7e1341cdfab3d992295f246a3b8f5394a3c290e98_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:6d0070709140682d4f91f5e7e1341cdfab3d992295f246a3b8f5394a3c290e98_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:6d0070709140682d4f91f5e7e1341cdfab3d992295f246a3b8f5394a3c290e98_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar@sha256%3A6d0070709140682d4f91f5e7e1341cdfab3d992295f246a3b8f5394a3c290e98?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-node-driver-registrar-container-v4.15.0-202510221322.p2.g9005584.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:6d0070709140682d4f91f5e7e1341cdfab3d992295f246a3b8f5394a3c290e98_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:6d0070709140682d4f91f5e7e1341cdfab3d992295f246a3b8f5394a3c290e98_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:6d0070709140682d4f91f5e7e1341cdfab3d992295f246a3b8f5394a3c290e98_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel8@sha256%3A6d0070709140682d4f91f5e7e1341cdfab3d992295f246a3b8f5394a3c290e98?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-node-driver-registrar-container-v4.15.0-202510221322.p2.g9005584.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:d9b23f9f6c407010472286a31c17e8358a19103fe03260180d2d615aaa91eceb_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:d9b23f9f6c407010472286a31c17e8358a19103fe03260180d2d615aaa91eceb_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:d9b23f9f6c407010472286a31c17e8358a19103fe03260180d2d615aaa91eceb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner@sha256%3Ad9b23f9f6c407010472286a31c17e8358a19103fe03260180d2d615aaa91eceb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-provisioner-container-v4.15.0-202510221322.p2.gce5a1a3.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:d9b23f9f6c407010472286a31c17e8358a19103fe03260180d2d615aaa91eceb_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:d9b23f9f6c407010472286a31c17e8358a19103fe03260180d2d615aaa91eceb_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:d9b23f9f6c407010472286a31c17e8358a19103fe03260180d2d615aaa91eceb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel8@sha256%3Ad9b23f9f6c407010472286a31c17e8358a19103fe03260180d2d615aaa91eceb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-provisioner-container-v4.15.0-202510221322.p2.gce5a1a3.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:5ed572029d4fbbb484fc3562046de00f7deaa0639185e26adb2210447a8ff958_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:5ed572029d4fbbb484fc3562046de00f7deaa0639185e26adb2210447a8ff958_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:5ed572029d4fbbb484fc3562046de00f7deaa0639185e26adb2210447a8ff958_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-validation-webhook-rhel9@sha256%3A5ed572029d4fbbb484fc3562046de00f7deaa0639185e26adb2210447a8ff958?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-snapshot-validation-webhook-container-v4.15.0-202510211321.p2.g4f2955c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:679852a44689f3a73197e047661821c910e35d50edbd788170b8b0cfd9304166_s390x",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:679852a44689f3a73197e047661821c910e35d50edbd788170b8b0cfd9304166_s390x",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:679852a44689f3a73197e047661821c910e35d50edbd788170b8b0cfd9304166_s390x",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256%3A679852a44689f3a73197e047661821c910e35d50edbd788170b8b0cfd9304166?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=driver-toolkit-container-v4.15.0-202510280124.p2.g7a448c2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:adf596175de3c3004fce49a68cbe58e7ba15b3b0b315349ddee89d5dca8109f1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:adf596175de3c3004fce49a68cbe58e7ba15b3b0b315349ddee89d5dca8109f1_s390x",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:adf596175de3c3004fce49a68cbe58e7ba15b3b0b315349ddee89d5dca8109f1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel8@sha256%3Aadf596175de3c3004fce49a68cbe58e7ba15b3b0b315349ddee89d5dca8109f1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-egress-router-cni-container-v4.15.0-202510221322.p2.gf8ec690.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:dcea4453ca75f5c44c125c1d677f28702cb94a73366a520e37b842ba5128577c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:dcea4453ca75f5c44c125c1d677f28702cb94a73366a520e37b842ba5128577c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:dcea4453ca75f5c44c125c1d677f28702cb94a73366a520e37b842ba5128577c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-keepalived-ipfailover-rhel9@sha256%3Adcea4453ca75f5c44c125c1d677f28702cb94a73366a520e37b842ba5128577c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202510211321.p2.g87c23b5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:cb8664cec305b071cc6cc3d7647b5baa9a013d35dcf318e407e6fcd7a2461eb8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:cb8664cec305b071cc6cc3d7647b5baa9a013d35dcf318e407e6fcd7a2461eb8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:cb8664cec305b071cc6cc3d7647b5baa9a013d35dcf318e407e6fcd7a2461eb8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod-rhel9@sha256%3Acb8664cec305b071cc6cc3d7647b5baa9a013d35dcf318e407e6fcd7a2461eb8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-pod-container-v4.15.0-202510211321.p2.gd227d65.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:30a8075c0829c7e8170fee4fa1da1e4fc8f8fd7e98c03665692a0d3790a3e404_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:30a8075c0829c7e8170fee4fa1da1e4fc8f8fd7e98c03665692a0d3790a3e404_s390x",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:30a8075c0829c7e8170fee4fa1da1e4fc8f8fd7e98c03665692a0d3790a3e404_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry-rhel9@sha256%3A30a8075c0829c7e8170fee4fa1da1e4fc8f8fd7e98c03665692a0d3790a3e404?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-registry-container-v4.15.0-202510211321.p2.g89c03ea.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests@sha256:11e6a94fa5628b607268bb3d515a0dcc3d2b66a42a0512fbb50a7db7550c6a40_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests@sha256:11e6a94fa5628b607268bb3d515a0dcc3d2b66a42a0512fbb50a7db7550c6a40_s390x",
"product_id": "registry.redhat.io/openshift4/ose-tests@sha256:11e6a94fa5628b607268bb3d515a0dcc3d2b66a42a0512fbb50a7db7550c6a40_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests@sha256%3A11e6a94fa5628b607268bb3d515a0dcc3d2b66a42a0512fbb50a7db7550c6a40?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-tests-container-v4.15.0-202510221322.p2.gc09e6f1.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:f4530c4f598865cc3ab9210760d93fc1640e15a07fda71fcc2b5453834dac7be_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:f4530c4f598865cc3ab9210760d93fc1640e15a07fda71fcc2b5453834dac7be_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:f4530c4f598865cc3ab9210760d93fc1640e15a07fda71fcc2b5453834dac7be_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel9@sha256%3Af4530c4f598865cc3ab9210760d93fc1640e15a07fda71fcc2b5453834dac7be?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-state-metrics-container-v4.15.0-202510211321.p2.g1915f64.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:28796a3d553d6880de207e5d6048c2efc4ea2858eb6251e43d1b46c9e9466748_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:28796a3d553d6880de207e5d6048c2efc4ea2858eb6251e43d1b46c9e9466748_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:28796a3d553d6880de207e5d6048c2efc4ea2858eb6251e43d1b46c9e9466748_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cluster-api-controllers-rhel8@sha256%3A28796a3d553d6880de207e5d6048c2efc4ea2858eb6251e43d1b46c9e9466748?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openstack-cluster-api-controllers-container-v4.15.0-202510221322.p2.g232472e.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:22539e72bfdcdef4c91ee509142a1e403700c79d58b4f868a7a2e69b81c2d6a6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:22539e72bfdcdef4c91ee509142a1e403700c79d58b4f868a7a2e69b81c2d6a6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:22539e72bfdcdef4c91ee509142a1e403700c79d58b4f868a7a2e69b81c2d6a6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager-rhel9@sha256%3A22539e72bfdcdef4c91ee509142a1e403700c79d58b4f868a7a2e69b81c2d6a6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=operator-lifecycle-manager-container-v4.15.0-202510211321.p2.g38fcbe4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f076696f3eaf06da9fcc6a4042afae097740771bf902fce0d3446e63ef8e7caa_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f076696f3eaf06da9fcc6a4042afae097740771bf902fce0d3446e63ef8e7caa_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f076696f3eaf06da9fcc6a4042afae097740771bf902fce0d3446e63ef8e7caa_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry-rhel9@sha256%3Af076696f3eaf06da9fcc6a4042afae097740771bf902fce0d3446e63ef8e7caa?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=operator-registry-container-v4.15.0-202510211321.p2.g38fcbe4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:9486a1646f0fcc699d0581ad5af993a73c46aeee65769bd8fb06bea1806f0a8b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:9486a1646f0fcc699d0581ad5af993a73c46aeee65769bd8fb06bea1806f0a8b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:9486a1646f0fcc699d0581ad5af993a73c46aeee65769bd8fb06bea1806f0a8b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel8@sha256%3A9486a1646f0fcc699d0581ad5af993a73c46aeee65769bd8fb06bea1806f0a8b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-api-server-container-v4.15.0-202510221322.p2.gb7cfbf8.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:dc2ee3af87ceaff29152f92bca0dcacc935c10bd83cf136a9d8dbb628addaf65_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:dc2ee3af87ceaff29152f92bca0dcacc935c10bd83cf136a9d8dbb628addaf65_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:dc2ee3af87ceaff29152f92bca0dcacc935c10bd83cf136a9d8dbb628addaf65_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel8@sha256%3Adc2ee3af87ceaff29152f92bca0dcacc935c10bd83cf136a9d8dbb628addaf65?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-csr-approver-container-v4.15.0-202510221322.p2.gf0b1275.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:574c4e42ac84049cc168e68faebbadecc3610348ad101ac9d34c140558e60131_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:574c4e42ac84049cc168e68faebbadecc3610348ad101ac9d34c140558e60131_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:574c4e42ac84049cc168e68faebbadecc3610348ad101ac9d34c140558e60131_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256%3A574c4e42ac84049cc168e68faebbadecc3610348ad101ac9d34c140558e60131?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-node-agent-container-v4.15.0-202510281322.p2.g051696d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:3a3b2fe2add4ab147f383874b55fb9d44c1067d915ab069c3649c321c0943d00_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:3a3b2fe2add4ab147f383874b55fb9d44c1067d915ab069c3649c321c0943d00_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:3a3b2fe2add4ab147f383874b55fb9d44c1067d915ab069c3649c321c0943d00_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel8@sha256%3A3a3b2fe2add4ab147f383874b55fb9d44c1067d915ab069c3649c321c0943d00?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-orchestrator-container-v4.15.0-202510221322.p2.gf0b1275.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5e45fa3a09a9bdea3957a74fe0ddf70080a83e70e8f41e8f16a0957e8f8f3bfb_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5e45fa3a09a9bdea3957a74fe0ddf70080a83e70e8f41e8f16a0957e8f8f3bfb_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5e45fa3a09a9bdea3957a74fe0ddf70080a83e70e8f41e8f16a0957e8f8f3bfb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-utils-rhel9@sha256%3A5e45fa3a09a9bdea3957a74fe0ddf70080a83e70e8f41e8f16a0957e8f8f3bfb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-utils-container-v4.15.0-202510211321.p2.g33b7d85.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4bafb9b1ccb421f617f7667e59fbc90d02a96f7955fcc76db9274a06562f47b7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4bafb9b1ccb421f617f7667e59fbc90d02a96f7955fcc76db9274a06562f47b7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4bafb9b1ccb421f617f7667e59fbc90d02a96f7955fcc76db9274a06562f47b7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel9@sha256%3A4bafb9b1ccb421f617f7667e59fbc90d02a96f7955fcc76db9274a06562f47b7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-apiserver-network-proxy-container-v4.15.0-202510211321.p2.gadccbd5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:4fd3b89d351ab5e4f5cb3dd0c7eba8a693466754fa6335f5d8349908f4a653bb_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:4fd3b89d351ab5e4f5cb3dd0c7eba8a693466754fa6335f5d8349908f4a653bb_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:4fd3b89d351ab5e4f5cb3dd0c7eba8a693466754fa6335f5d8349908f4a653bb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel8@sha256%3A4fd3b89d351ab5e4f5cb3dd0c7eba8a693466754fa6335f5d8349908f4a653bb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-installer-container-v4.15.0-202510221322.p2.ga5edf2f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4c797b6452d7bcaad38f37c65d0618f5dcc998ac5c27c20e9a11b155830599d9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4c797b6452d7bcaad38f37c65d0618f5dcc998ac5c27c20e9a11b155830599d9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4c797b6452d7bcaad38f37c65d0618f5dcc998ac5c27c20e9a11b155830599d9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel9-operator@sha256%3A4c797b6452d7bcaad38f37c65d0618f5dcc998ac5c27c20e9a11b155830599d9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-operator-container-v4.15.0-202510211321.p2.g880ee05.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:de303accc9d9479b98214dda863ead61ef4ff07d24234b4a23ffd1e7e1c8b540_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:de303accc9d9479b98214dda863ead61ef4ff07d24234b4a23ffd1e7e1c8b540_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:de303accc9d9479b98214dda863ead61ef4ff07d24234b4a23ffd1e7e1c8b540_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts@sha256%3Ade303accc9d9479b98214dda863ead61ef4ff07d24234b4a23ffd1e7e1c8b540?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cli-artifacts-container-v4.15.0-202510221322.p2.g8231637.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:f904fba09d99a7d6ab7583212174b78bb9ed5fd3bd1aa218d91dd18864541d12_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:f904fba09d99a7d6ab7583212174b78bb9ed5fd3bd1aa218d91dd18864541d12_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:f904fba09d99a7d6ab7583212174b78bb9ed5fd3bd1aa218d91dd18864541d12_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-operator@sha256%3Af904fba09d99a7d6ab7583212174b78bb9ed5fd3bd1aa218d91dd18864541d12?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cloud-credential-operator-container-v4.15.0-202510221322.p2.gcffd425.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:f42c255c1923e63843b1c7622861a65851aaa086fbb2668e0867e28893ba9c7b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:f42c255c1923e63843b1c7622861a65851aaa086fbb2668e0867e28893ba9c7b_s390x",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:f42c255c1923e63843b1c7622861a65851aaa086fbb2668e0867e28893ba9c7b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel8@sha256%3Af42c255c1923e63843b1c7622861a65851aaa086fbb2668e0867e28893ba9c7b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cloud-network-config-controller-container-v4.15.0-202510221322.p2.g6864da0.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:c5665d7410064c6b4dd06328dcd62fb619e844dabcd5b218dfb10c3632b896e9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:c5665d7410064c6b4dd06328dcd62fb619e844dabcd5b218dfb10c3632b896e9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:c5665d7410064c6b4dd06328dcd62fb619e844dabcd5b218dfb10c3632b896e9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel9@sha256%3Ac5665d7410064c6b4dd06328dcd62fb619e844dabcd5b218dfb10c3632b896e9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-api-container-v4.15.0-202510211321.p2.g2053e13.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:4c4ec510e2eda60fef2a6ebf709c58da55a4dc6e584a060264854d9142ea6a0c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:4c4ec510e2eda60fef2a6ebf709c58da55a4dc6e584a060264854d9142ea6a0c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:4c4ec510e2eda60fef2a6ebf709c58da55a4dc6e584a060264854d9142ea6a0c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-rhel9-operator@sha256%3A4c4ec510e2eda60fef2a6ebf709c58da55a4dc6e584a060264854d9142ea6a0c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-authentication-operator-container-v4.15.0-202510211321.p2.g7aaa40e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:3f44aeef785c94afe6707cf2457557fe8c6c9eaf72a000a2f1a3680a04d65411_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:3f44aeef785c94afe6707cf2457557fe8c6c9eaf72a000a2f1a3680a04d65411_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:3f44aeef785c94afe6707cf2457557fe8c6c9eaf72a000a2f1a3680a04d65411_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9-operator@sha256%3A3f44aeef785c94afe6707cf2457557fe8c6c9eaf72a000a2f1a3680a04d65411?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-autoscaler-operator-container-v4.15.0-202510211321.p2.g8425d88.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ebdbd79898c7462a90753afa2ab80a33fa6aceedea93e6cfa036a55f31bdd564_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ebdbd79898c7462a90753afa2ab80a33fa6aceedea93e6cfa036a55f31bdd564_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ebdbd79898c7462a90753afa2ab80a33fa6aceedea93e6cfa036a55f31bdd564_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel9@sha256%3Aebdbd79898c7462a90753afa2ab80a33fa6aceedea93e6cfa036a55f31bdd564?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-baremetal-operator-container-v4.15.0-202510211321.p2.g6e850ee.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c0f06a3d5702010cbd5187f1b34b42eda35e2cfb5431aef3186037a385b57233_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c0f06a3d5702010cbd5187f1b34b42eda35e2cfb5431aef3186037a385b57233_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c0f06a3d5702010cbd5187f1b34b42eda35e2cfb5431aef3186037a385b57233_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap-rhel9@sha256%3Ac0f06a3d5702010cbd5187f1b34b42eda35e2cfb5431aef3186037a385b57233?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-bootstrap-container-v4.15.0-202510211321.p2.g0849c46.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:f73ad509fa3ace02e50c9b1a3eb6850a819c706e93bdf88b0a700dfdad02047c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:f73ad509fa3ace02e50c9b1a3eb6850a819c706e93bdf88b0a700dfdad02047c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:f73ad509fa3ace02e50c9b1a3eb6850a819c706e93bdf88b0a700dfdad02047c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel9-operator@sha256%3Af73ad509fa3ace02e50c9b1a3eb6850a819c706e93bdf88b0a700dfdad02047c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-capi-operator-container-v4.15.0-202510211321.p2.g203435e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6cf68975471ddee2804b4de20e932a1e1a1ea2ede27c614ebdf5ada4ea690e05_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6cf68975471ddee2804b4de20e932a1e1a1ea2ede27c614ebdf5ada4ea690e05_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6cf68975471ddee2804b4de20e932a1e1a1ea2ede27c614ebdf5ada4ea690e05_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3A6cf68975471ddee2804b4de20e932a1e1a1ea2ede27c614ebdf5ada4ea690e05?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202510211321.p2.g5618113.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:aafb8f5731b597fc079f76e4bac04da231e0e4fae464b83b7c7890b5f8ca91dc_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:aafb8f5731b597fc079f76e4bac04da231e0e4fae464b83b7c7890b5f8ca91dc_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:aafb8f5731b597fc079f76e4bac04da231e0e4fae464b83b7c7890b5f8ca91dc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-api-rhel9@sha256%3Aaafb8f5731b597fc079f76e4bac04da231e0e4fae464b83b7c7890b5f8ca91dc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-config-api-container-v4.15.0-202510211321.p2.g0a58f8c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:7bf12c94e1bc56b593af9b44bdfc3387ddda30c4a4ba762e8b89ceb714f3df65_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:7bf12c94e1bc56b593af9b44bdfc3387ddda30c4a4ba762e8b89ceb714f3df65_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:7bf12c94e1bc56b593af9b44bdfc3387ddda30c4a4ba762e8b89ceb714f3df65_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-rhel9-operator@sha256%3A7bf12c94e1bc56b593af9b44bdfc3387ddda30c4a4ba762e8b89ceb714f3df65?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-config-operator-container-v4.15.0-202510211321.p2.g0b4c69f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:94eff267e214468250b201f0af1de5bee5aab3e689d1f8bbe42d66f0c2adbdca_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:94eff267e214468250b201f0af1de5bee5aab3e689d1f8bbe42d66f0c2adbdca_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:94eff267e214468250b201f0af1de5bee5aab3e689d1f8bbe42d66f0c2adbdca_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3A94eff267e214468250b201f0af1de5bee5aab3e689d1f8bbe42d66f0c2adbdca?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202510211321.p2.ge1b692b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:85c974e095e262ec405d402ff2a2c4419824edfb9859352c35fc0c8d1bc64c8a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:85c974e095e262ec405d402ff2a2c4419824edfb9859352c35fc0c8d1bc64c8a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:85c974e095e262ec405d402ff2a2c4419824edfb9859352c35fc0c8d1bc64c8a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3A85c974e095e262ec405d402ff2a2c4419824edfb9859352c35fc0c8d1bc64c8a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202510211321.p2.g65dbb12.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:a47be1e76eb39ed50efd59b57dd26a780674d022ec9d07d0b4954bcb309e39c3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:a47be1e76eb39ed50efd59b57dd26a780674d022ec9d07d0b4954bcb309e39c3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:a47be1e76eb39ed50efd59b57dd26a780674d022ec9d07d0b4954bcb309e39c3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-rhel9-operator@sha256%3Aa47be1e76eb39ed50efd59b57dd26a780674d022ec9d07d0b4954bcb309e39c3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-dns-operator-container-v4.15.0-202510211321.p2.g73aa60d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:862b9097cf6e1635d30fc1cd94f00f4656bd8170fcaf908bd058455298c46ac4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:862b9097cf6e1635d30fc1cd94f00f4656bd8170fcaf908bd058455298c46ac4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:862b9097cf6e1635d30fc1cd94f00f4656bd8170fcaf908bd058455298c46ac4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-rhel9-operator@sha256%3A862b9097cf6e1635d30fc1cd94f00f4656bd8170fcaf908bd058455298c46ac4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-image-registry-operator-container-v4.15.0-202510211321.p2.g3a8a3ce.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f258283c5c32b7a28dc6c33a761eb7722a782773745325fbcd7bbb78349eb2e1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f258283c5c32b7a28dc6c33a761eb7722a782773745325fbcd7bbb78349eb2e1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f258283c5c32b7a28dc6c33a761eb7722a782773745325fbcd7bbb78349eb2e1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-rhel9-operator@sha256%3Af258283c5c32b7a28dc6c33a761eb7722a782773745325fbcd7bbb78349eb2e1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-ingress-operator-container-v4.15.0-202510211321.p2.g815632b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ee83baea9ff008d502c891af974c6ba419746967997f11c13266d7b02f7e8296_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ee83baea9ff008d502c891af974c6ba419746967997f11c13266d7b02f7e8296_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ee83baea9ff008d502c891af974c6ba419746967997f11c13266d7b02f7e8296_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-rhel9-operator@sha256%3Aee83baea9ff008d502c891af974c6ba419746967997f11c13266d7b02f7e8296?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-kube-apiserver-operator-container-v4.15.0-202510211321.p2.gb5b212e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:aa18a0e963b906f041d4bf64c304ddef470fe78475378e11cb3565e5016beb06_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:aa18a0e963b906f041d4bf64c304ddef470fe78475378e11cb3565e5016beb06_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:aa18a0e963b906f041d4bf64c304ddef470fe78475378e11cb3565e5016beb06_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3Aaa18a0e963b906f041d4bf64c304ddef470fe78475378e11cb3565e5016beb06?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202510211321.p2.g128d8e0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c4b67e9207ea19d96108ed0117181a716c10d933c89ac036e49e952953cc3a2f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c4b67e9207ea19d96108ed0117181a716c10d933c89ac036e49e952953cc3a2f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c4b67e9207ea19d96108ed0117181a716c10d933c89ac036e49e952953cc3a2f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3Ac4b67e9207ea19d96108ed0117181a716c10d933c89ac036e49e952953cc3a2f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202510211321.p2.gee8cf52.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:83121be160c1fff1d16e17aea4daedde7e231b83ccb00349841494e7f87a8d1f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:83121be160c1fff1d16e17aea4daedde7e231b83ccb00349841494e7f87a8d1f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:83121be160c1fff1d16e17aea4daedde7e231b83ccb00349841494e7f87a8d1f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-rhel9-operator@sha256%3A83121be160c1fff1d16e17aea4daedde7e231b83ccb00349841494e7f87a8d1f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-kube-scheduler-operator-container-v4.15.0-202510211321.p2.gf054dfa.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:0dbaeba61694470f09eb05534c1dad038e310311f75009af32a0a1f43d469677_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:0dbaeba61694470f09eb05534c1dad038e310311f75009af32a0a1f43d469677_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:0dbaeba61694470f09eb05534c1dad038e310311f75009af32a0a1f43d469677_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3A0dbaeba61694470f09eb05534c1dad038e310311f75009af32a0a1f43d469677?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202510211321.p2.ge76cea5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:18899c6aff68b24c792281604e3356f6bbb48d3f09db95f8b37f99ad7f8c914b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:18899c6aff68b24c792281604e3356f6bbb48d3f09db95f8b37f99ad7f8c914b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:18899c6aff68b24c792281604e3356f6bbb48d3f09db95f8b37f99ad7f8c914b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver-rhel9@sha256%3A18899c6aff68b24c792281604e3356f6bbb48d3f09db95f8b37f99ad7f8c914b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-machine-approver-container-v4.15.0-202510211321.p2.g863813e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:1e7712eee6328cbfaafef32ebe96031705ca193298de005ce69f63dd39eca9b4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:1e7712eee6328cbfaafef32ebe96031705ca193298de005ce69f63dd39eca9b4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:1e7712eee6328cbfaafef32ebe96031705ca193298de005ce69f63dd39eca9b4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-olm-operator-rhel8@sha256%3A1e7712eee6328cbfaafef32ebe96031705ca193298de005ce69f63dd39eca9b4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-olm-operator-container-v4.15.0-202510221322.p2.ga7ba898.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:0f04929095116509edbbb1bf2a5c4a9ed725acf2a43307fff7cb5e4d225e553a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:0f04929095116509edbbb1bf2a5c4a9ed725acf2a43307fff7cb5e4d225e553a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:0f04929095116509edbbb1bf2a5c4a9ed725acf2a43307fff7cb5e4d225e553a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3A0f04929095116509edbbb1bf2a5c4a9ed725acf2a43307fff7cb5e4d225e553a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202510211321.p2.g078c81f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:053cf21c2a3b09e2ba911c181d3585cc24390ba0ae4c130b9751a499c53a3196_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:053cf21c2a3b09e2ba911c181d3585cc24390ba0ae4c130b9751a499c53a3196_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:053cf21c2a3b09e2ba911c181d3585cc24390ba0ae4c130b9751a499c53a3196_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3A053cf21c2a3b09e2ba911c181d3585cc24390ba0ae4c130b9751a499c53a3196?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202510211321.p2.g1ae0ba7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:da4cd3b8933c8d22cc34039993d8866dddaa2e203342a94f23876b7245ae4711_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:da4cd3b8933c8d22cc34039993d8866dddaa2e203342a94f23876b7245ae4711_s390x",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:da4cd3b8933c8d22cc34039993d8866dddaa2e203342a94f23876b7245ae4711_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel8-operator@sha256%3Ada4cd3b8933c8d22cc34039993d8866dddaa2e203342a94f23876b7245ae4711?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-ovirt-csi-operator-container-v4.15.0-202510221322.p2.ge9b0fa2.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:0965f3fd7423e085d7682717f97901bc43da7a6f8aaf1f30ead9adeadf0ca649_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:0965f3fd7423e085d7682717f97901bc43da7a6f8aaf1f30ead9adeadf0ca649_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:0965f3fd7423e085d7682717f97901bc43da7a6f8aaf1f30ead9adeadf0ca649_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-platform-operators-manager-rhel9@sha256%3A0965f3fd7423e085d7682717f97901bc43da7a6f8aaf1f30ead9adeadf0ca649?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202510211321.p2.g37a0a91.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:07ce41298f16b4f99d8cfaef9fe2a113855c4181c3b211d6c1f9e4fbdceb7d05_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:07ce41298f16b4f99d8cfaef9fe2a113855c4181c3b211d6c1f9e4fbdceb7d05_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:07ce41298f16b4f99d8cfaef9fe2a113855c4181c3b211d6c1f9e4fbdceb7d05_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-rhel9-operator@sha256%3A07ce41298f16b4f99d8cfaef9fe2a113855c4181c3b211d6c1f9e4fbdceb7d05?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-samples-operator-container-v4.15.0-202510211321.p2.g88a3bc5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e86eb8681972ee463d5dbce6a583dd035f2c38aecb09c3a6059ad99c3aeb8d31_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e86eb8681972ee463d5dbce6a583dd035f2c38aecb09c3a6059ad99c3aeb8d31_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e86eb8681972ee463d5dbce6a583dd035f2c38aecb09c3a6059ad99c3aeb8d31_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-update-keys-rhel9@sha256%3Ae86eb8681972ee463d5dbce6a583dd035f2c38aecb09c3a6059ad99c3aeb8d31?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-update-keys-container-v4.15.0-202510211321.p2.g802233d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:dbea9f717a33a02f4fcbaa6029b6830b47b561fcab1063eb868812794159b303_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:dbea9f717a33a02f4fcbaa6029b6830b47b561fcab1063eb868812794159b303_s390x",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:dbea9f717a33a02f4fcbaa6029b6830b47b561fcab1063eb868812794159b303_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel8@sha256%3Adbea9f717a33a02f4fcbaa6029b6830b47b561fcab1063eb868812794159b303?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-containernetworking-plugins-container-v4.15.0-202510281322.p2.gbf16e4c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:015b35c884c0e9b5c3a2df4e3874610dceda9766b1db231a0e99774481c88bea_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:015b35c884c0e9b5c3a2df4e3874610dceda9766b1db231a0e99774481c88bea_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:015b35c884c0e9b5c3a2df4e3874610dceda9766b1db231a0e99774481c88bea_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-rhel9@sha256%3A015b35c884c0e9b5c3a2df4e3874610dceda9766b1db231a0e99774481c88bea?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-driver-shared-resource-container-v4.15.0-202510211321.p2.g260a085.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:dfe83a3416da5cb195d8fda8ee8eec794dbeb0135de72e250bc965ef1f70bfce_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:dfe83a3416da5cb195d8fda8ee8eec794dbeb0135de72e250bc965ef1f70bfce_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:dfe83a3416da5cb195d8fda8ee8eec794dbeb0135de72e250bc965ef1f70bfce_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-operator-rhel8@sha256%3Adfe83a3416da5cb195d8fda8ee8eec794dbeb0135de72e250bc965ef1f70bfce?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202510221322.p2.g8d017b7.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:afb26125636804082e2827f1d473d49cd492a6356365c186f69873ad8e24e099_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:afb26125636804082e2827f1d473d49cd492a6356365c186f69873ad8e24e099_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:afb26125636804082e2827f1d473d49cd492a6356365c186f69873ad8e24e099_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-webhook-rhel9@sha256%3Aafb26125636804082e2827f1d473d49cd492a6356365c186f69873ad8e24e099?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202510211321.p2.g260a085.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:595b8a01e9b2189a3877041ce66509eb2a2a13bb0d928b4fa772e7d22d7e6bb3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:595b8a01e9b2189a3877041ce66509eb2a2a13bb0d928b4fa772e7d22d7e6bb3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:595b8a01e9b2189a3877041ce66509eb2a2a13bb0d928b4fa772e7d22d7e6bb3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer@sha256%3A595b8a01e9b2189a3877041ce66509eb2a2a13bb0d928b4fa772e7d22d7e6bb3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-resizer-container-v4.15.0-202510221322.p2.g3b4236d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:595b8a01e9b2189a3877041ce66509eb2a2a13bb0d928b4fa772e7d22d7e6bb3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:595b8a01e9b2189a3877041ce66509eb2a2a13bb0d928b4fa772e7d22d7e6bb3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:595b8a01e9b2189a3877041ce66509eb2a2a13bb0d928b4fa772e7d22d7e6bb3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel8@sha256%3A595b8a01e9b2189a3877041ce66509eb2a2a13bb0d928b4fa772e7d22d7e6bb3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-resizer-container-v4.15.0-202510221322.p2.g3b4236d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:06e2320e7c46ca66239bd9cd22eeb576f1c42f3acd26b8db1f6976e9717676fa_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:06e2320e7c46ca66239bd9cd22eeb576f1c42f3acd26b8db1f6976e9717676fa_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:06e2320e7c46ca66239bd9cd22eeb576f1c42f3acd26b8db1f6976e9717676fa_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel9@sha256%3A06e2320e7c46ca66239bd9cd22eeb576f1c42f3acd26b8db1f6976e9717676fa?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-snapshotter-container-v4.15.0-202510211321.p2.g4f2955c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3f240b50f6973f1ab0ab53fd897acd7bec248c417923d56aad6630cee4bbad5d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3f240b50f6973f1ab0ab53fd897acd7bec248c417923d56aad6630cee4bbad5d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3f240b50f6973f1ab0ab53fd897acd7bec248c417923d56aad6630cee4bbad5d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel9@sha256%3A3f240b50f6973f1ab0ab53fd897acd7bec248c417923d56aad6630cee4bbad5d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-snapshot-controller-container-v4.15.0-202510211321.p2.g4f2955c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:0050083f13ea8e40679295049c4312081d38904d8ccc1396b80f27544d01a06c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:0050083f13ea8e40679295049c4312081d38904d8ccc1396b80f27544d01a06c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:0050083f13ea8e40679295049c4312081d38904d8ccc1396b80f27544d01a06c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd-rhel9@sha256%3A0050083f13ea8e40679295049c4312081d38904d8ccc1396b80f27544d01a06c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-etcd-container-v4.15.0-202510211321.p2.ga7005ef.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:1d51e5dd1835cb7d0dfc3507966c4d9811619fd68debba7a51f92351ffdc8aeb_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:1d51e5dd1835cb7d0dfc3507966c4d9811619fd68debba7a51f92351ffdc8aeb_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:1d51e5dd1835cb7d0dfc3507966c4d9811619fd68debba7a51f92351ffdc8aeb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-cloud-controller-manager-rhel9@sha256%3A1d51e5dd1835cb7d0dfc3507966c4d9811619fd68debba7a51f92351ffdc8aeb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibm-cloud-controller-manager-container-v4.15.0-202510211321.p2.gcc0d541.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:44d79a4c2279ff4d86d2a763c7d54209f9e24638fd4d1cedd5579b19ca25f5dc_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:44d79a4c2279ff4d86d2a763c7d54209f9e24638fd4d1cedd5579b19ca25f5dc_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:44d79a4c2279ff4d86d2a763c7d54209f9e24638fd4d1cedd5579b19ca25f5dc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-rhel9@sha256%3A44d79a4c2279ff4d86d2a763c7d54209f9e24638fd4d1cedd5579b19ca25f5dc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibm-vpc-block-csi-driver-container-v4.15.0-202510211321.p2.g714ed7d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:4d419fd5bbe80740a39821dbc54c463ba88056f16fb9dc367cd55f4704c382e9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:4d419fd5bbe80740a39821dbc54c463ba88056f16fb9dc367cd55f4704c382e9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:4d419fd5bbe80740a39821dbc54c463ba88056f16fb9dc367cd55f4704c382e9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256%3A4d419fd5bbe80740a39821dbc54c463ba88056f16fb9dc367cd55f4704c382e9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202510221322.p2.g9c64fe8.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b20ba95a4ef35e4a72e3b861655d236da808c9392f6f5b9b7b760f4c1ae12bd9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b20ba95a4ef35e4a72e3b861655d236da808c9392f6f5b9b7b760f4c1ae12bd9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b20ba95a4ef35e4a72e3b861655d236da808c9392f6f5b9b7b760f4c1ae12bd9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-cluster-api-controllers-rhel9@sha256%3Ab20ba95a4ef35e4a72e3b861655d236da808c9392f6f5b9b7b760f4c1ae12bd9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibmcloud-cluster-api-controllers-container-v4.15.0-202510211321.p2.g299435a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:d2e27e8532fdeecd9de5f9cc0ed750cfdfd92d82dbe142601c60d32693e67277_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:d2e27e8532fdeecd9de5f9cc0ed750cfdfd92d82dbe142601c60d32693e67277_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:d2e27e8532fdeecd9de5f9cc0ed750cfdfd92d82dbe142601c60d32693e67277_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-machine-controllers-rhel9@sha256%3Ad2e27e8532fdeecd9de5f9cc0ed750cfdfd92d82dbe142601c60d32693e67277?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibmcloud-machine-controllers-container-v4.15.0-202510211321.p2.g6846b9a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0a7e8b5f1b1120382de52f3540ff6908208bcd4ba242abba04ba79902920efc2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0a7e8b5f1b1120382de52f3540ff6908208bcd4ba242abba04ba79902920efc2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0a7e8b5f1b1120382de52f3540ff6908208bcd4ba242abba04ba79902920efc2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel9-operator@sha256%3A0a7e8b5f1b1120382de52f3540ff6908208bcd4ba242abba04ba79902920efc2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-insights-operator-container-v4.15.0-202510211321.p2.g975bba9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer@sha256:39cb774a7444cc93f1fbb512cad9323fcc3ae217d4402c196a926701e98472c3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer@sha256:39cb774a7444cc93f1fbb512cad9323fcc3ae217d4402c196a926701e98472c3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-installer@sha256:39cb774a7444cc93f1fbb512cad9323fcc3ae217d4402c196a926701e98472c3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer@sha256%3A39cb774a7444cc93f1fbb512cad9323fcc3ae217d4402c196a926701e98472c3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-container-v4.15.0-202510221322.p2.ga5edf2f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:d314434ff086a17a4dda0e0bc5499d892421d66e97cae55ce50336b25c14b9fd_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:d314434ff086a17a4dda0e0bc5499d892421d66e97cae55ce50336b25c14b9fd_s390x",
"product_id": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:d314434ff086a17a4dda0e0bc5499d892421d66e97cae55ce50336b25c14b9fd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-altinfra-rhel8@sha256%3Ad314434ff086a17a4dda0e0bc5499d892421d66e97cae55ce50336b25c14b9fd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-altinfra-container-v4.15.0-202510221322.p2.ga5edf2f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:2d4e18a550d1257dc97dc44428efbfe326ea8f305dc58228dbbe74cbdfd37e26_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:2d4e18a550d1257dc97dc44428efbfe326ea8f305dc58228dbbe74cbdfd37e26_s390x",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:2d4e18a550d1257dc97dc44428efbfe326ea8f305dc58228dbbe74cbdfd37e26_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts@sha256%3A2d4e18a550d1257dc97dc44428efbfe326ea8f305dc58228dbbe74cbdfd37e26?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-artifacts-container-v4.15.0-202510221322.p2.ga5edf2f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:cfbf84917a9cebdd238a83d06f3145716b84b883dc78e81deb3738d2a92a4293_s390x",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:cfbf84917a9cebdd238a83d06f3145716b84b883dc78e81deb3738d2a92a4293_s390x",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:cfbf84917a9cebdd238a83d06f3145716b84b883dc78e81deb3738d2a92a4293_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kube-metrics-server-rhel8@sha256%3Acfbf84917a9cebdd238a83d06f3145716b84b883dc78e81deb3738d2a92a4293?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kube-metrics-server-container-v4.15.0-202510221322.p2.gbcbf241.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d01e8651edc6bd95da78c5fb2201aec7c785126bc70e0f03e0f2e6ce67d245f4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d01e8651edc6bd95da78c5fb2201aec7c785126bc70e0f03e0f2e6ce67d245f4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d01e8651edc6bd95da78c5fb2201aec7c785126bc70e0f03e0f2e6ce67d245f4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel9@sha256%3Ad01e8651edc6bd95da78c5fb2201aec7c785126bc70e0f03e0f2e6ce67d245f4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kube-storage-version-migrator-container-v4.15.0-202510211321.p2.ga6a9ab1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:26a6c5c8b798a039e227d5b6f02a1bbc1ca2a3c3354d98ab7beddfdf39e323f8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:26a6c5c8b798a039e227d5b6f02a1bbc1ca2a3c3354d98ab7beddfdf39e323f8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:26a6c5c8b798a039e227d5b6f02a1bbc1ca2a3c3354d98ab7beddfdf39e323f8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3A26a6c5c8b798a039e227d5b6f02a1bbc1ca2a3c3354d98ab7beddfdf39e323f8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202510211321.p2.gdbaf9ea.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:3dc697a49932c84227d323499a2a174900bd91215314697b8c9c41f7dca957c9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:3dc697a49932c84227d323499a2a174900bd91215314697b8c9c41f7dca957c9_s390x",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:3dc697a49932c84227d323499a2a174900bd91215314697b8c9c41f7dca957c9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-csi-driver-rhel8@sha256%3A3dc697a49932c84227d323499a2a174900bd91215314697b8c9c41f7dca957c9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kubevirt-csi-driver-container-v4.15.0-202510221322.p2.g23b66bf.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:33a206e8de99be5297890d5373cb7844c0ebf03285547a3dc752c7bab031284b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:33a206e8de99be5297890d5373cb7844c0ebf03285547a3dc752c7bab031284b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:33a206e8de99be5297890d5373cb7844c0ebf03285547a3dc752c7bab031284b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers-rhel9@sha256%3A33a206e8de99be5297890d5373cb7844c0ebf03285547a3dc752c7bab031284b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-libvirt-machine-controllers-container-v4.15.0-202510211321.p2.g7dab744.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:f1341dbe1145a0d7f954d04b9309e8fc2d44ec306db7ac48ee48b63c29a935ee_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:f1341dbe1145a0d7f954d04b9309e8fc2d44ec306db7ac48ee48b63c29a935ee_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:f1341dbe1145a0d7f954d04b9309e8fc2d44ec306db7ac48ee48b63c29a935ee_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-rhel9-operator@sha256%3Af1341dbe1145a0d7f954d04b9309e8fc2d44ec306db7ac48ee48b63c29a935ee?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-operator-container-v4.15.0-202510211321.p2.g166c46a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:8a152f3e2f884f37e0c222e8ee47985c2363cfae12745eefbc305b30158110c6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:8a152f3e2f884f37e0c222e8ee47985c2363cfae12745eefbc305b30158110c6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:8a152f3e2f884f37e0c222e8ee47985c2363cfae12745eefbc305b30158110c6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel9@sha256%3A8a152f3e2f884f37e0c222e8ee47985c2363cfae12745eefbc305b30158110c6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-openstack-container-v4.15.0-202510211321.p2.g396a09f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:e1848797ae0628fe6fe4b16aca661ffdd6559cbfe56fe0892c01b6885cc10598_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:e1848797ae0628fe6fe4b16aca661ffdd6559cbfe56fe0892c01b6885cc10598_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:e1848797ae0628fe6fe4b16aca661ffdd6559cbfe56fe0892c01b6885cc10598_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-operator@sha256%3Ae1848797ae0628fe6fe4b16aca661ffdd6559cbfe56fe0892c01b6885cc10598?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-config-operator-container-v4.15.0-202510221322.p2.g78cd089.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:bf8c8fc79c16f075b4cddbf83f6cdcdbc00ae5b64e11582ae7446f5d44666223_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:bf8c8fc79c16f075b4cddbf83f6cdcdbc00ae5b64e11582ae7446f5d44666223_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:bf8c8fc79c16f075b4cddbf83f6cdcdbc00ae5b64e11582ae7446f5d44666223_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel8@sha256%3Abf8c8fc79c16f075b4cddbf83f6cdcdbc00ae5b64e11582ae7446f5d44666223?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-os-images-container-v4.15.0-202510221322.p2.gb7f83c7.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6330474da38ae06e0c73f6319cee3c9d73bc48a31a155309222dbc414e76efcb_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6330474da38ae06e0c73f6319cee3c9d73bc48a31a155309222dbc414e76efcb_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6330474da38ae06e0c73f6319cee3c9d73bc48a31a155309222dbc414e76efcb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller-rhel9@sha256%3A6330474da38ae06e0c73f6319cee3c9d73bc48a31a155309222dbc414e76efcb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-admission-controller-container-v4.15.0-202510211321.p2.ga2e3c6e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:49823fa689e0b99a542b3363f61c609730ff500b1c83cbe9aa2b3ed949e9d79b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:49823fa689e0b99a542b3363f61c609730ff500b1c83cbe9aa2b3ed949e9d79b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:49823fa689e0b99a542b3363f61c609730ff500b1c83cbe9aa2b3ed949e9d79b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel8@sha256%3A49823fa689e0b99a542b3363f61c609730ff500b1c83cbe9aa2b3ed949e9d79b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-route-override-cni-container-v4.15.0-202510221322.p2.g1ccafc3.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:78c9f0837ce0827121fe91f53a1ae02bfd66b88ecb45fecd30826d47db233038_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:78c9f0837ce0827121fe91f53a1ae02bfd66b88ecb45fecd30826d47db233038_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:78c9f0837ce0827121fe91f53a1ae02bfd66b88ecb45fecd30826d47db233038_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel8@sha256%3A78c9f0837ce0827121fe91f53a1ae02bfd66b88ecb45fecd30826d47db233038?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-whereabouts-ipam-cni-container-v4.15.0-202510221322.p2.gcfa4f97.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather@sha256:4f4ed9468740e6a521d1e095bdb6f5fa175c7e1f05550d999ad7342650948c96_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather@sha256:4f4ed9468740e6a521d1e095bdb6f5fa175c7e1f05550d999ad7342650948c96_s390x",
"product_id": "registry.redhat.io/openshift4/ose-must-gather@sha256:4f4ed9468740e6a521d1e095bdb6f5fa175c7e1f05550d999ad7342650948c96_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather@sha256%3A4f4ed9468740e6a521d1e095bdb6f5fa175c7e1f05550d999ad7342650948c96?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-must-gather-container-v4.15.0-202510281322.p2.g0f70f31.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:b010ff328387fdcb88aa746ded0b63f609c8ed3a9745ee2f648cfdc17570dacc_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:b010ff328387fdcb88aa746ded0b63f609c8ed3a9745ee2f648cfdc17570dacc_s390x",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:b010ff328387fdcb88aa746ded0b63f609c8ed3a9745ee2f648cfdc17570dacc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel8@sha256%3Ab010ff328387fdcb88aa746ded0b63f609c8ed3a9745ee2f648cfdc17570dacc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-interface-bond-cni-container-v4.15.0-202510221322.p2.gf91deca.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:477ee1d38e4457c9378f05e83e6086787b957bc93f5a9c280c4afab8a6e02152_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:477ee1d38e4457c9378f05e83e6086787b957bc93f5a9c280c4afab8a6e02152_s390x",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:477ee1d38e4457c9378f05e83e6086787b957bc93f5a9c280c4afab8a6e02152_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel9@sha256%3A477ee1d38e4457c9378f05e83e6086787b957bc93f5a9c280c4afab8a6e02152?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-metrics-daemon-container-v4.15.0-202510211321.p2.g1b188fa.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:32a45843d97384b62b8865de40d5c642dfede6904c05d15da08fde3642c6b8af_s390x",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:32a45843d97384b62b8865de40d5c642dfede6904c05d15da08fde3642c6b8af_s390x",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:32a45843d97384b62b8865de40d5c642dfede6904c05d15da08fde3642c6b8af_s390x",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel8@sha256%3A32a45843d97384b62b8865de40d5c642dfede6904c05d15da08fde3642c6b8af?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-tools-container-v4.15.0-202510221322.p2.g17536c8.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:205cf240004a81339d5673b723193758e0bbdb008db6a294295412b6f92cd1be_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:205cf240004a81339d5673b723193758e0bbdb008db6a294295412b6f92cd1be_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:205cf240004a81339d5673b723193758e0bbdb008db6a294295412b6f92cd1be_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel9@sha256%3A205cf240004a81339d5673b723193758e0bbdb008db6a294295412b6f92cd1be?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-oauth-apiserver-container-v4.15.0-202510211321.p2.g0e15844.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:7689256c7f78b8e827b2588ce08ecb65035f3eb44c22ef395a4c16e80476e58d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:7689256c7f78b8e827b2588ce08ecb65035f3eb44c22ef395a4c16e80476e58d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:7689256c7f78b8e827b2588ce08ecb65035f3eb44c22ef395a4c16e80476e58d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-catalogd-rhel8@sha256%3A7689256c7f78b8e827b2588ce08ecb65035f3eb44c22ef395a4c16e80476e58d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-catalogd-container-v4.15.0-202510221322.p2.g035d383.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:bbc41d8cc76ccd7fe6a93d84cded4fe03cf08f985976266aa532b2a16232e1d8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:bbc41d8cc76ccd7fe6a93d84cded4fe03cf08f985976266aa532b2a16232e1d8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:bbc41d8cc76ccd7fe6a93d84cded4fe03cf08f985976266aa532b2a16232e1d8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-operator-controller-rhel8@sha256%3Abbc41d8cc76ccd7fe6a93d84cded4fe03cf08f985976266aa532b2a16232e1d8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-operator-controller-container-v4.15.0-202510221322.p2.g303b954.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:0c869ca3f2cea582df50c27d9170e6ecbf0df000d65ea250e2fb8ff41dbe6b4a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:0c869ca3f2cea582df50c27d9170e6ecbf0df000d65ea250e2fb8ff41dbe6b4a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:0c869ca3f2cea582df50c27d9170e6ecbf0df000d65ea250e2fb8ff41dbe6b4a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-rukpak-rhel8@sha256%3A0c869ca3f2cea582df50c27d9170e6ecbf0df000d65ea250e2fb8ff41dbe6b4a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-rukpak-container-v4.15.0-202510221322.p2.g5b09cd4.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ccfa78714715591d82a4bd4429114a92cce5748772e84bf19e4a890e428bd4b1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ccfa78714715591d82a4bd4429114a92cce5748772e84bf19e4a890e428bd4b1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ccfa78714715591d82a4bd4429114a92cce5748772e84bf19e4a890e428bd4b1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel9@sha256%3Accfa78714715591d82a4bd4429114a92cce5748772e84bf19e4a890e428bd4b1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openshift-apiserver-container-v4.15.0-202510211321.p2.g65ff3cd.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b2f58190b8a5b444f51f7d4431cd1fb5e59fc0c38fb4ff7ba4c51d2ed1ce6b2f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b2f58190b8a5b444f51f7d4431cd1fb5e59fc0c38fb4ff7ba4c51d2ed1ce6b2f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b2f58190b8a5b444f51f7d4431cd1fb5e59fc0c38fb4ff7ba4c51d2ed1ce6b2f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel9@sha256%3Ab2f58190b8a5b444f51f7d4431cd1fb5e59fc0c38fb4ff7ba4c51d2ed1ce6b2f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openshift-controller-manager-container-v4.15.0-202510211321.p2.g110a10a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:8fc7e5dbb6c2470efa7ea415b71569f753769abaf3331f9ee174adcf39a4dd27_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:8fc7e5dbb6c2470efa7ea415b71569f753769abaf3331f9ee174adcf39a4dd27_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:8fc7e5dbb6c2470efa7ea415b71569f753769abaf3331f9ee174adcf39a4dd27_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9@sha256%3A8fc7e5dbb6c2470efa7ea415b71569f753769abaf3331f9ee174adcf39a4dd27?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openstack-cinder-csi-driver-container-v4.15.0-202510211321.p2.g3d9f6f8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2ca5fc5e9405404c8b611513cf033e480cf81c2677ccc08055fb934aa40cf7ef_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2ca5fc5e9405404c8b611513cf033e480cf81c2677ccc08055fb934aa40cf7ef_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2ca5fc5e9405404c8b611513cf033e480cf81c2677ccc08055fb934aa40cf7ef_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8-operator@sha256%3A2ca5fc5e9405404c8b611513cf033e480cf81c2677ccc08055fb934aa40cf7ef?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202510221322.p2.gd0c2407.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:dac43b8b4ab95960e240b3eef0fe1a6d37dfe23ab7d0cef27d412ad69afb5466_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:dac43b8b4ab95960e240b3eef0fe1a6d37dfe23ab7d0cef27d412ad69afb5466_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:dac43b8b4ab95960e240b3eef0fe1a6d37dfe23ab7d0cef27d412ad69afb5466_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel9@sha256%3Adac43b8b4ab95960e240b3eef0fe1a6d37dfe23ab7d0cef27d412ad69afb5466?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202510211321.p2.g3d9f6f8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:966501e1f2fc5f70670211953ade31dc37f0c86e647e40ea56aae47d3e0c1a90_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:966501e1f2fc5f70670211953ade31dc37f0c86e647e40ea56aae47d3e0c1a90_s390x",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:966501e1f2fc5f70670211953ade31dc37f0c86e647e40ea56aae47d3e0c1a90_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9@sha256%3A966501e1f2fc5f70670211953ade31dc37f0c86e647e40ea56aae47d3e0c1a90?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovirt-csi-driver-container-v4.15.0-202510211321.p2.gb8d25ad.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5f471c6d5ae1413d35f2b1dba478330537e2cf1c45f5d2a3b1d0b875935db19e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5f471c6d5ae1413d35f2b1dba478330537e2cf1c45f5d2a3b1d0b875935db19e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5f471c6d5ae1413d35f2b1dba478330537e2cf1c45f5d2a3b1d0b875935db19e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256%3A5f471c6d5ae1413d35f2b1dba478330537e2cf1c45f5d2a3b1d0b875935db19e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovn-kubernetes-container-v4.15.0-202510221322.p2.g8fbb563.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:d0960e7974bb914fe45bb0d740ad8a84cacba8233e9ee0e9eabd5b3e71372620_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:d0960e7974bb914fe45bb0d740ad8a84cacba8233e9ee0e9eabd5b3e71372620_s390x",
"product_id": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:d0960e7974bb914fe45bb0d740ad8a84cacba8233e9ee0e9eabd5b3e71372620_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-k8s-prometheus-adapter-rhel9@sha256%3Ad0960e7974bb914fe45bb0d740ad8a84cacba8233e9ee0e9eabd5b3e71372620?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-prometheus-adapter-container-v4.15.0-202510211321.p2.g34e2019.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:f2143001d856a68c4cd933242fbd15d950512e445183f85a872f5aee4e2e503e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:f2143001d856a68c4cd933242fbd15d950512e445183f85a872f5aee4e2e503e_s390x",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:f2143001d856a68c4cd933242fbd15d950512e445183f85a872f5aee4e2e503e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel8@sha256%3Af2143001d856a68c4cd933242fbd15d950512e445183f85a872f5aee4e2e503e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-route-controller-manager-container-v4.15.0-202510221322.p2.gc5cc7a7.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:f05183b69bd3ffd66c8d335d6a476161781ad2e9cd444a94edbf41eeab16ab81_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:f05183b69bd3ffd66c8d335d6a476161781ad2e9cd444a94edbf41eeab16ab81_s390x",
"product_id": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:f05183b69bd3ffd66c8d335d6a476161781ad2e9cd444a94edbf41eeab16ab81_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-sdn-rhel9@sha256%3Af05183b69bd3ffd66c8d335d6a476161781ad2e9cd444a94edbf41eeab16ab81?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-node-container-v4.15.0-202510211321.p2.g53680a5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:983e36dba561f7cd2f5245528d856e81ad729c3a2040a66f2fcaa18650749887_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:983e36dba561f7cd2f5245528d856e81ad729c3a2040a66f2fcaa18650749887_s390x",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:983e36dba561f7cd2f5245528d856e81ad729c3a2040a66f2fcaa18650749887_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-rhel9-operator@sha256%3A983e36dba561f7cd2f5245528d856e81ad729c3a2040a66f2fcaa18650749887?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-service-ca-operator-container-v4.15.0-202510211321.p2.g19f312e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:505d160e6dc8dd5ba9ba156668578e4f420b37b7069075cc84acce52dd02829d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:505d160e6dc8dd5ba9ba156668578e4f420b37b7069075cc84acce52dd02829d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:505d160e6dc8dd5ba9ba156668578e4f420b37b7069075cc84acce52dd02829d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel8@sha256%3A505d160e6dc8dd5ba9ba156668578e4f420b37b7069075cc84acce52dd02829d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-tools-container-v4.15.0-202510280124.p2.g8231637.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a7bc793a9fef04df9e54c978cc8c14c151168fa186e5258528e8e234fe036b00_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a7bc793a9fef04df9e54c978cc8c14c151168fa186e5258528e8e234fe036b00_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a7bc793a9fef04df9e54c978cc8c14c151168fa186e5258528e8e234fe036b00_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256%3Aa7bc793a9fef04df9e54c978cc8c14c151168fa186e5258528e8e234fe036b00?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ovn-kubernetes-microshift-container-v4.15.0-202510221322.p2.g8fbb563.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:401f429b76740c19f325c6f0680e55f66420dd35e72325bbaacf5f1708c2cb2f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:401f429b76740c19f325c6f0680e55f66420dd35e72325bbaacf5f1708c2cb2f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:401f429b76740c19f325c6f0680e55f66420dd35e72325bbaacf5f1708c2cb2f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy@sha256%3A401f429b76740c19f325c6f0680e55f66420dd35e72325bbaacf5f1708c2cb2f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prom-label-proxy-container-v4.15.0-202510221322.p2.gf3f1f5d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2559bac18be9d14dd0de38fd2c2b8d60b95d3ffdfc79d961747b7d35902252c8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2559bac18be9d14dd0de38fd2c2b8d60b95d3ffdfc79d961747b7d35902252c8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2559bac18be9d14dd0de38fd2c2b8d60b95d3ffdfc79d961747b7d35902252c8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader-rhel9@sha256%3A2559bac18be9d14dd0de38fd2c2b8d60b95d3ffdfc79d961747b7d35902252c8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prometheus-config-reloader-container-v4.15.0-202510211321.p2.g902436a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:36d319f66e25669271597bee4ae415053935d0877530d439a6e8b2eb23353cb6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:36d319f66e25669271597bee4ae415053935d0877530d439a6e8b2eb23353cb6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:36d319f66e25669271597bee4ae415053935d0877530d439a6e8b2eb23353cb6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9-operator@sha256%3A36d319f66e25669271597bee4ae415053935d0877530d439a6e8b2eb23353cb6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prometheus-operator-container-v4.15.0-202510211321.p2.g902436a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:451b74b33a2bdd13643f49117444110c86d7ea956a66e9285e3738e8c81b6f5b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:451b74b33a2bdd13643f49117444110c86d7ea956a66e9285e3738e8c81b6f5b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:451b74b33a2bdd13643f49117444110c86d7ea956a66e9285e3738e8c81b6f5b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel9@sha256%3A451b74b33a2bdd13643f49117444110c86d7ea956a66e9285e3738e8c81b6f5b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202510211321.p2.g902436a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3d282ceb8dfca2308bda52e1b7d2663f7776db2a082be84a5af6e228c6de8664_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3d282ceb8dfca2308bda52e1b7d2663f7776db2a082be84a5af6e228c6de8664_s390x",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3d282ceb8dfca2308bda52e1b7d2663f7776db2a082be84a5af6e228c6de8664_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter-rhel9@sha256%3A3d282ceb8dfca2308bda52e1b7d2663f7776db2a082be84a5af6e228c6de8664?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=telemeter-container-v4.15.0-202510211321.p2.g14489f7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:4f5d0717182c96fe4d6ff1936b0ad433bd4626c0fa1b29eb1058ba02fd6f9500_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:4f5d0717182c96fe4d6ff1936b0ad433bd4626c0fa1b29eb1058ba02fd6f9500_s390x",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:4f5d0717182c96fe4d6ff1936b0ad433bd4626c0fa1b29eb1058ba02fd6f9500_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel8@sha256%3A4f5d0717182c96fe4d6ff1936b0ad433bd4626c0fa1b29eb1058ba02fd6f9500?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-thanos-container-v4.15.0-202510221322.p2.g66161ad.assembly.stream.el8"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6a01712dfd5ae1a741dc0db425ceea67934e763afb5df78809c0e6a22ca3173f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6a01712dfd5ae1a741dc0db425ceea67934e763afb5df78809c0e6a22ca3173f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6a01712dfd5ae1a741dc0db425ceea67934e763afb5df78809c0e6a22ca3173f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy-rhel9@sha256%3A6a01712dfd5ae1a741dc0db425ceea67934e763afb5df78809c0e6a22ca3173f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=golang-github-openshift-oauth-proxy-container-v4.15.0-202510211321.p2.g2e0585d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:beafac871e27f012d9bdc881b0ed67095ca7d34305eb773117eaaf2a5f2404c7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:beafac871e27f012d9bdc881b0ed67095ca7d34305eb773117eaaf2a5f2404c7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:beafac871e27f012d9bdc881b0ed67095ca7d34305eb773117eaaf2a5f2404c7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager@sha256%3Abeafac871e27f012d9bdc881b0ed67095ca7d34305eb773117eaaf2a5f2404c7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202510221322.p2.g870ade5.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:8e9d58dae4a9f2c50ebd9ac52262db031764fb28fcbc30880ba5a5c0e4546c49_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:8e9d58dae4a9f2c50ebd9ac52262db031764fb28fcbc30880ba5a5c0e4546c49_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:8e9d58dae4a9f2c50ebd9ac52262db031764fb28fcbc30880ba5a5c0e4546c49_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-node-exporter@sha256%3A8e9d58dae4a9f2c50ebd9ac52262db031764fb28fcbc30880ba5a5c0e4546c49?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202510221322.p2.gaed837c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus@sha256:d296a62ddeade7d40ca2d727f9cfb3d4bb9dd81498c6a526a565e3698097420c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus@sha256:d296a62ddeade7d40ca2d727f9cfb3d4bb9dd81498c6a526a565e3698097420c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus@sha256:d296a62ddeade7d40ca2d727f9cfb3d4bb9dd81498c6a526a565e3698097420c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus@sha256%3Ad296a62ddeade7d40ca2d727f9cfb3d4bb9dd81498c6a526a565e3698097420c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=golang-github-prometheus-prometheus-container-v4.15.0-202510221322.p2.g79fa623.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f260327ebb92a129f41f5adbf40298abc26df6a7e1a88d419533b4712498ef53_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f260327ebb92a129f41f5adbf40298abc26df6a7e1a88d419533b4712498ef53_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f260327ebb92a129f41f5adbf40298abc26df6a7e1a88d419533b4712498ef53_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel9@sha256%3Af260327ebb92a129f41f5adbf40298abc26df6a7e1a88d419533b4712498ef53?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-hypershift-container-v4.15.0-202510211321.p2.g4c5aa5e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:212c72d2288a050a21498a5ceb4c3b659b4bb98d0ca445d6b85a7a8b94b35488_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:212c72d2288a050a21498a5ceb4c3b659b4bb98d0ca445d6b85a7a8b94b35488_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:212c72d2288a050a21498a5ceb4c3b659b4bb98d0ca445d6b85a7a8b94b35488_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy-rhel9@sha256%3A212c72d2288a050a21498a5ceb4c3b659b4bb98d0ca445d6b85a7a8b94b35488?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-proxy-container-v4.15.0-202510211321.p2.g53680a5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:fe33d9c4694948619c5e95464f48fc82fab1feb283ba1d57225b3678085981f8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:fe33d9c4694948619c5e95464f48fc82fab1feb283ba1d57225b3678085981f8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:fe33d9c4694948619c5e95464f48fc82fab1feb283ba1d57225b3678085981f8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy@sha256%3Afe33d9c4694948619c5e95464f48fc82fab1feb283ba1d57225b3678085981f8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-rbac-proxy-container-v4.15.0-202510221322.p2.g9308e7f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bdbdf3620970cb066fe169ec145f6db31f4bb4fc768cc440f4b8df83f57f206a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bdbdf3620970cb066fe169ec145f6db31f4bb4fc768cc440f4b8df83f57f206a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bdbdf3620970cb066fe169ec145f6db31f4bb4fc768cc440f4b8df83f57f206a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics-rhel9@sha256%3Abdbdf3620970cb066fe169ec145f6db31f4bb4fc768cc440f4b8df83f57f206a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-state-metrics-container-v4.15.0-202510211321.p2.g037b59c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3760f9fb700165458048262a465f32d19660ba88e16b3aad5fc349b047a5248e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3760f9fb700165458048262a465f32d19660ba88e16b3aad5fc349b047a5248e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3760f9fb700165458048262a465f32d19660ba88e16b3aad5fc349b047a5248e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace-rhel9@sha256%3A3760f9fb700165458048262a465f32d19660ba88e16b3aad5fc349b047a5248e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=marketplace-operator-container-v4.15.0-202510211321.p2.g47c104b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:d3e663795f398f7a945b75b5eb98d9171dfd65c82ae1abc583c31586bc2afda7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:d3e663795f398f7a945b75b5eb98d9171dfd65c82ae1abc583c31586bc2afda7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:d3e663795f398f7a945b75b5eb98d9171dfd65c82ae1abc583c31586bc2afda7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel8@sha256%3Ad3e663795f398f7a945b75b5eb98d9171dfd65c82ae1abc583c31586bc2afda7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=monitoring-plugin-container-v4.15.0-202510221322.p2.g1217bc1.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:77c228d758f0a2ca9da46be4c2df85757bc4ff9fe87aa6cda2ff2b1d50f86429_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:77c228d758f0a2ca9da46be4c2df85757bc4ff9fe87aa6cda2ff2b1d50f86429_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:77c228d758f0a2ca9da46be4c2df85757bc4ff9fe87aa6cda2ff2b1d50f86429_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9@sha256%3A77c228d758f0a2ca9da46be4c2df85757bc4ff9fe87aa6cda2ff2b1d50f86429?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=atomic-openshift-cluster-autoscaler-container-v4.15.0-202510211321.p2.g8914989.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni@sha256:c3c2cc1cefb6fc3a12978f4f14b3e6d3a90928b54b4cbe092d28dcccde2dea01_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni@sha256:c3c2cc1cefb6fc3a12978f4f14b3e6d3a90928b54b4cbe092d28dcccde2dea01_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni@sha256:c3c2cc1cefb6fc3a12978f4f14b3e6d3a90928b54b4cbe092d28dcccde2dea01_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni@sha256%3Ac3c2cc1cefb6fc3a12978f4f14b3e6d3a90928b54b4cbe092d28dcccde2dea01?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=multus-cni-container-v4.15.0-202510281322.p2.g05497ad.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:167c7118d171f577a41a66acda52d3ebbfcf1189e2a6fb8101fcab56b6a7df8f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:167c7118d171f577a41a66acda52d3ebbfcf1189e2a6fb8101fcab56b6a7df8f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:167c7118d171f577a41a66acda52d3ebbfcf1189e2a6fb8101fcab56b6a7df8f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel9@sha256%3A167c7118d171f577a41a66acda52d3ebbfcf1189e2a6fb8101fcab56b6a7df8f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-networkpolicy-container-v4.15.0-202510211321.p2.gb377b4b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:4505bd25d99cfa5466dae74d577e459f756d6bc22fd5a21e91f32d6d6f7fab3f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:4505bd25d99cfa5466dae74d577e459f756d6bc22fd5a21e91f32d6d6f7fab3f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:4505bd25d99cfa5466dae74d577e459f756d6bc22fd5a21e91f32d6d6f7fab3f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel9@sha256%3A4505bd25d99cfa5466dae74d577e459f756d6bc22fd5a21e91f32d6d6f7fab3f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=oauth-server-container-v4.15.0-202510211321.p2.gc055dbb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:601bcab3234fcecec33a89b6e6727bf6d9d3682b0e0a0eb98d6b84cc0db7458d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:601bcab3234fcecec33a89b6e6727bf6d9d3682b0e0a0eb98d6b84cc0db7458d_ppc64le",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:601bcab3234fcecec33a89b6e6727bf6d9d3682b0e0a0eb98d6b84cc0db7458d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oc-mirror-plugin-rhel9@sha256%3A601bcab3234fcecec33a89b6e6727bf6d9d3682b0e0a0eb98d6b84cc0db7458d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=oc-mirror-plugin-container-v4.15.0-202510211321.p2.g5536816.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder@sha256:836739cc20594452479eb9db8a995d1caed27f82d8b1e7bad6061b0a7eeb3f41_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder@sha256:836739cc20594452479eb9db8a995d1caed27f82d8b1e7bad6061b0a7eeb3f41_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder@sha256:836739cc20594452479eb9db8a995d1caed27f82d8b1e7bad6061b0a7eeb3f41_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder@sha256%3A836739cc20594452479eb9db8a995d1caed27f82d8b1e7bad6061b0a7eeb3f41?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-builder-container-v4.15.0-202510221322.p2.g5df9af7.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli@sha256:10c928e737116956e8b4972554eb7a7caf8ba82ef7988ff1bc55a20faf93a111_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli@sha256:10c928e737116956e8b4972554eb7a7caf8ba82ef7988ff1bc55a20faf93a111_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cli@sha256:10c928e737116956e8b4972554eb7a7caf8ba82ef7988ff1bc55a20faf93a111_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli@sha256%3A10c928e737116956e8b4972554eb7a7caf8ba82ef7988ff1bc55a20faf93a111?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-cli-container-v4.15.0-202510221322.p2.g8231637.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console@sha256:9c69c2600d5d0317fcbc2650fc4b52d319a32c3df9db6b5543b6ff254c3b9fe5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-console@sha256:9c69c2600d5d0317fcbc2650fc4b52d319a32c3df9db6b5543b6ff254c3b9fe5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-console@sha256:9c69c2600d5d0317fcbc2650fc4b52d319a32c3df9db6b5543b6ff254c3b9fe5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-console@sha256%3A9c69c2600d5d0317fcbc2650fc4b52d319a32c3df9db6b5543b6ff254c3b9fe5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-console-container-v4.15.0-202510281322.p2.g57d3637.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:4c2712c451f03ae375bb6f122c17ea1c28f6c52c2796ff64a893630733c6caf3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:4c2712c451f03ae375bb6f122c17ea1c28f6c52c2796ff64a893630733c6caf3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:4c2712c451f03ae375bb6f122c17ea1c28f6c52c2796ff64a893630733c6caf3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9-operator@sha256%3A4c2712c451f03ae375bb6f122c17ea1c28f6c52c2796ff64a893630733c6caf3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202510211321.p2.g91f5c97.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer@sha256:7e411329883832f7e0e9bc7bcd716a5cc48898a051351176349bb877aa7a1704_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer@sha256:7e411329883832f7e0e9bc7bcd716a5cc48898a051351176349bb877aa7a1704_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-deployer@sha256:7e411329883832f7e0e9bc7bcd716a5cc48898a051351176349bb877aa7a1704_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer@sha256%3A7e411329883832f7e0e9bc7bcd716a5cc48898a051351176349bb877aa7a1704?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-deployer-container-v4.15.0-202510221322.p2.g8231637.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:887ef213faf48dedc023d2c533d2b414f5cdafb4cbe79a33841d616ee1e6194c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:887ef213faf48dedc023d2c533d2b414f5cdafb4cbe79a33841d616ee1e6194c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:887ef213faf48dedc023d2c533d2b414f5cdafb4cbe79a33841d616ee1e6194c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router@sha256%3A887ef213faf48dedc023d2c533d2b414f5cdafb4cbe79a33841d616ee1e6194c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-haproxy-router-container-v4.15.0-202510221322.p2.gdc38fbd.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d53a31a064e2d3620ca9a6625149b02efbf5bddd3592afcf355d03f6539c689c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d53a31a064e2d3620ca9a6625149b02efbf5bddd3592afcf355d03f6539c689c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d53a31a064e2d3620ca9a6625149b02efbf5bddd3592afcf355d03f6539c689c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube-rhel9@sha256%3Ad53a31a064e2d3620ca9a6625149b02efbf5bddd3592afcf355d03f6539c689c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-hyperkube-container-v4.15.0-202510211321.p2.gd227d65.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:191f7f1b1a766500f8365436c2cced514c795707e232187ef500b7cc4278b214_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:191f7f1b1a766500f8365436c2cced514c795707e232187ef500b7cc4278b214_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:191f7f1b1a766500f8365436c2cced514c795707e232187ef500b7cc4278b214_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers-rhel9@sha256%3A191f7f1b1a766500f8365436c2cced514c795707e232187ef500b7cc4278b214?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=baremetal-machine-controller-container-v4.15.0-202510211321.p2.gec95372.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b00ca84a415ab24ee61ff3fb7fdc5334ce045125a14b4b76030f46c3c4b910a3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b00ca84a415ab24ee61ff3fb7fdc5334ce045125a14b4b76030f46c3c4b910a3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b00ca84a415ab24ee61ff3fb7fdc5334ce045125a14b4b76030f46c3c4b910a3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel9@sha256%3Ab00ca84a415ab24ee61ff3fb7fdc5334ce045125a14b4b76030f46c3c4b910a3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-runtimecfg-container-v4.15.0-202510281322.p2.g1fbb2c0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:2186bb9adcba18266df62a838c9e79c6ee2b3181a97f6169513fe5202c0a75eb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:2186bb9adcba18266df62a838c9e79c6ee2b3181a97f6169513fe5202c0a75eb_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:2186bb9adcba18266df62a838c9e79c6ee2b3181a97f6169513fe5202c0a75eb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel9-operator@sha256%3A2186bb9adcba18266df62a838c9e79c6ee2b3181a97f6169513fe5202c0a75eb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-etcd-operator-container-v4.15.0-202510211321.p2.g4ed9036.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0c7b57c158314b2f956181a8b28a9f8d7f83aedd8c87bb9bbbeed76a8fd7ea88_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0c7b57c158314b2f956181a8b28a9f8d7f83aedd8c87bb9bbbeed76a8fd7ea88_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0c7b57c158314b2f956181a8b28a9f8d7f83aedd8c87bb9bbbeed76a8fd7ea88_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-rhel9-operator@sha256%3A0c7b57c158314b2f956181a8b28a9f8d7f83aedd8c87bb9bbbeed76a8fd7ea88?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-monitoring-operator-container-v4.15.0-202510211321.p2.g0496cad.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:3885a8026a64c7f497aaa90c50ca93cf1479bfa83ad0d28c4f49cfd3c5220f66_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:3885a8026a64c7f497aaa90c50ca93cf1479bfa83ad0d28c4f49cfd3c5220f66_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:3885a8026a64c7f497aaa90c50ca93cf1479bfa83ad0d28c4f49cfd3c5220f66_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-rhel9-operator@sha256%3A3885a8026a64c7f497aaa90c50ca93cf1479bfa83ad0d28c4f49cfd3c5220f66?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-network-operator-container-v4.15.0-202510211321.p2.gfa9184f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e9424fe4b804674ac06d8902eacaa8bef0c09f2c7441460621e587c10c079826_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e9424fe4b804674ac06d8902eacaa8bef0c09f2c7441460621e587c10c079826_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e9424fe4b804674ac06d8902eacaa8bef0c09f2c7441460621e587c10c079826_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256%3Ae9424fe4b804674ac06d8902eacaa8bef0c09f2c7441460621e587c10c079826?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-node-tuning-operator-container-v4.15.0-202510290123.p2.ge828bd9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:bd2a533eade7e9a0589c83a3dc428d594b174da8c4eaf612d676d342dd1e7dd7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:bd2a533eade7e9a0589c83a3dc428d594b174da8c4eaf612d676d342dd1e7dd7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:bd2a533eade7e9a0589c83a3dc428d594b174da8c4eaf612d676d342dd1e7dd7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel9@sha256%3Abd2a533eade7e9a0589c83a3dc428d594b174da8c4eaf612d676d342dd1e7dd7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-policy-controller-container-v4.15.0-202510211321.p2.gcc48f31.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:ffea3b9a771b27a8d8db70ef73a5089c7e343a26f5ca93698d490d2ebe67d206_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:ffea3b9a771b27a8d8db70ef73a5089c7e343a26f5ca93698d490d2ebe67d206_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:ffea3b9a771b27a8d8db70ef73a5089c7e343a26f5ca93698d490d2ebe67d206_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-rhel9-operator@sha256%3Affea3b9a771b27a8d8db70ef73a5089c7e343a26f5ca93698d490d2ebe67d206?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-storage-operator-container-v4.15.0-202510211321.p2.g4c2b89d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2003bfefc53e825002c66cd6aa5035d13db264ff9f4fd8c99e18683c1c808f39_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2003bfefc53e825002c66cd6aa5035d13db264ff9f4fd8c99e18683c1c808f39_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2003bfefc53e825002c66cd6aa5035d13db264ff9f4fd8c99e18683c1c808f39_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-rhel9-operator@sha256%3A2003bfefc53e825002c66cd6aa5035d13db264ff9f4fd8c99e18683c1c808f39?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-version-operator-container-v4.15.0-202510211321.p2.g2cb8ce9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1a30ca1498e2cd83d64956812ec1facb07f796fb8db50977f3ff561ceb0da7fe_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1a30ca1498e2cd83d64956812ec1facb07f796fb8db50977f3ff561ceb0da7fe_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1a30ca1498e2cd83d64956812ec1facb07f796fb8db50977f3ff561ceb0da7fe_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader-rhel9@sha256%3A1a30ca1498e2cd83d64956812ec1facb07f796fb8db50977f3ff561ceb0da7fe?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=configmap-reload-container-v4.15.0-202510211321.p2.g617398f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:53ecd2e093819c381012a057628f8e614c85f0c58b6d54e378e2155122ab1d8b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:53ecd2e093819c381012a057628f8e614c85f0c58b6d54e378e2155122ab1d8b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:53ecd2e093819c381012a057628f8e614c85f0c58b6d54e378e2155122ab1d8b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns-rhel9@sha256%3A53ecd2e093819c381012a057628f8e614c85f0c58b6d54e378e2155122ab1d8b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=coredns-container-v4.15.0-202510211321.p2.g1326282.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:50be8ffecf96273dd18c233edb39db8e3088bb79acef2884f47b64a543f15e71_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:50be8ffecf96273dd18c233edb39db8e3088bb79acef2884f47b64a543f15e71_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:50be8ffecf96273dd18c233edb39db8e3088bb79acef2884f47b64a543f15e71_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel9@sha256%3A50be8ffecf96273dd18c233edb39db8e3088bb79acef2884f47b64a543f15e71?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-attacher-container-v4.15.0-202510211321.p2.gf806f26.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:99cdbfdac01ce74763ab9304f3bf30156bad8039a454758941bfa2c96da4787d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:99cdbfdac01ce74763ab9304f3bf30156bad8039a454758941bfa2c96da4787d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:99cdbfdac01ce74763ab9304f3bf30156bad8039a454758941bfa2c96da4787d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel9@sha256%3A99cdbfdac01ce74763ab9304f3bf30156bad8039a454758941bfa2c96da4787d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-driver-manila-container-v4.15.0-202510211321.p2.g3d9f6f8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:71d75fc8a847695728ead4620c5d19ccfc9b8bac9f51521af7ebabb762839425_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:71d75fc8a847695728ead4620c5d19ccfc9b8bac9f51521af7ebabb762839425_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:71d75fc8a847695728ead4620c5d19ccfc9b8bac9f51521af7ebabb762839425_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel8-operator@sha256%3A71d75fc8a847695728ead4620c5d19ccfc9b8bac9f51521af7ebabb762839425?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-driver-manila-operator-container-v4.15.0-202510221322.p2.g9bcf382.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:7adbe4c7a14a3d470820884da692bae174fa6d170895c3ed4b02311a66294ea5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:7adbe4c7a14a3d470820884da692bae174fa6d170895c3ed4b02311a66294ea5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:7adbe4c7a14a3d470820884da692bae174fa6d170895c3ed4b02311a66294ea5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-nfs-rhel9@sha256%3A7adbe4c7a14a3d470820884da692bae174fa6d170895c3ed4b02311a66294ea5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-driver-nfs-container-v4.15.0-202510281322.p2.gd032dc1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:0296d6ef8495a340807a800e8064de04bffd08cc24772e1482ea34d3eb39a83e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:0296d6ef8495a340807a800e8064de04bffd08cc24772e1482ea34d3eb39a83e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:0296d6ef8495a340807a800e8064de04bffd08cc24772e1482ea34d3eb39a83e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe@sha256%3A0296d6ef8495a340807a800e8064de04bffd08cc24772e1482ea34d3eb39a83e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-livenessprobe-container-v4.15.0-202510221322.p2.g240bb8c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:0296d6ef8495a340807a800e8064de04bffd08cc24772e1482ea34d3eb39a83e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:0296d6ef8495a340807a800e8064de04bffd08cc24772e1482ea34d3eb39a83e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:0296d6ef8495a340807a800e8064de04bffd08cc24772e1482ea34d3eb39a83e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel8@sha256%3A0296d6ef8495a340807a800e8064de04bffd08cc24772e1482ea34d3eb39a83e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-livenessprobe-container-v4.15.0-202510221322.p2.g240bb8c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:8b8a1b6c5fdc802b3185d5a91bd9c68426307526fad048ec7b7360d2885a9709_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:8b8a1b6c5fdc802b3185d5a91bd9c68426307526fad048ec7b7360d2885a9709_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:8b8a1b6c5fdc802b3185d5a91bd9c68426307526fad048ec7b7360d2885a9709_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar@sha256%3A8b8a1b6c5fdc802b3185d5a91bd9c68426307526fad048ec7b7360d2885a9709?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-node-driver-registrar-container-v4.15.0-202510221322.p2.g9005584.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:8b8a1b6c5fdc802b3185d5a91bd9c68426307526fad048ec7b7360d2885a9709_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:8b8a1b6c5fdc802b3185d5a91bd9c68426307526fad048ec7b7360d2885a9709_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:8b8a1b6c5fdc802b3185d5a91bd9c68426307526fad048ec7b7360d2885a9709_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel8@sha256%3A8b8a1b6c5fdc802b3185d5a91bd9c68426307526fad048ec7b7360d2885a9709?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-node-driver-registrar-container-v4.15.0-202510221322.p2.g9005584.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:53ee6ae093b31ee41b13bb67b40aeea723889379ff822719c8174e4272cce99c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:53ee6ae093b31ee41b13bb67b40aeea723889379ff822719c8174e4272cce99c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:53ee6ae093b31ee41b13bb67b40aeea723889379ff822719c8174e4272cce99c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner@sha256%3A53ee6ae093b31ee41b13bb67b40aeea723889379ff822719c8174e4272cce99c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-provisioner-container-v4.15.0-202510221322.p2.gce5a1a3.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:53ee6ae093b31ee41b13bb67b40aeea723889379ff822719c8174e4272cce99c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:53ee6ae093b31ee41b13bb67b40aeea723889379ff822719c8174e4272cce99c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:53ee6ae093b31ee41b13bb67b40aeea723889379ff822719c8174e4272cce99c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel8@sha256%3A53ee6ae093b31ee41b13bb67b40aeea723889379ff822719c8174e4272cce99c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-provisioner-container-v4.15.0-202510221322.p2.gce5a1a3.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:11801d98d9d8db5c37bc0bbb72aecc2eddfd0836d079f91a8018dd297e6f12e0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:11801d98d9d8db5c37bc0bbb72aecc2eddfd0836d079f91a8018dd297e6f12e0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:11801d98d9d8db5c37bc0bbb72aecc2eddfd0836d079f91a8018dd297e6f12e0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-validation-webhook-rhel9@sha256%3A11801d98d9d8db5c37bc0bbb72aecc2eddfd0836d079f91a8018dd297e6f12e0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-snapshot-validation-webhook-container-v4.15.0-202510211321.p2.g4f2955c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4a69fac5425de41d1bb0b2ebcbb99012b520002235e578b8a8ff0039079a3972_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4a69fac5425de41d1bb0b2ebcbb99012b520002235e578b8a8ff0039079a3972_ppc64le",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4a69fac5425de41d1bb0b2ebcbb99012b520002235e578b8a8ff0039079a3972_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256%3A4a69fac5425de41d1bb0b2ebcbb99012b520002235e578b8a8ff0039079a3972?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=driver-toolkit-container-v4.15.0-202510280124.p2.g7a448c2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:037c72c52db1039c57f1008617136cf9e94c8b3da14ea36c3a0595e6182c0042_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:037c72c52db1039c57f1008617136cf9e94c8b3da14ea36c3a0595e6182c0042_ppc64le",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:037c72c52db1039c57f1008617136cf9e94c8b3da14ea36c3a0595e6182c0042_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel8@sha256%3A037c72c52db1039c57f1008617136cf9e94c8b3da14ea36c3a0595e6182c0042?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-egress-router-cni-container-v4.15.0-202510221322.p2.gf8ec690.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c9ec31a316089747957c8cc1a8a49dd9476d45d6e7af919fcf538a367d35a0c3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c9ec31a316089747957c8cc1a8a49dd9476d45d6e7af919fcf538a367d35a0c3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c9ec31a316089747957c8cc1a8a49dd9476d45d6e7af919fcf538a367d35a0c3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-keepalived-ipfailover-rhel9@sha256%3Ac9ec31a316089747957c8cc1a8a49dd9476d45d6e7af919fcf538a367d35a0c3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202510211321.p2.g87c23b5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:ad5fb6d1f60634230f1dad1b9ca094c2fb8bae6e68d618ffce60d20c0e55d8c5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:ad5fb6d1f60634230f1dad1b9ca094c2fb8bae6e68d618ffce60d20c0e55d8c5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:ad5fb6d1f60634230f1dad1b9ca094c2fb8bae6e68d618ffce60d20c0e55d8c5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod-rhel9@sha256%3Aad5fb6d1f60634230f1dad1b9ca094c2fb8bae6e68d618ffce60d20c0e55d8c5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-pod-container-v4.15.0-202510211321.p2.gd227d65.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d4485629dd69e3646522bb0c6fc3a616fd20e9e924c83481423beebef6620ed6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d4485629dd69e3646522bb0c6fc3a616fd20e9e924c83481423beebef6620ed6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d4485629dd69e3646522bb0c6fc3a616fd20e9e924c83481423beebef6620ed6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry-rhel9@sha256%3Ad4485629dd69e3646522bb0c6fc3a616fd20e9e924c83481423beebef6620ed6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-registry-container-v4.15.0-202510211321.p2.g89c03ea.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests@sha256:65e898b5ea52c5525501b63aa3063204b644e0cea1c9134d80bc2e920fc9a010_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests@sha256:65e898b5ea52c5525501b63aa3063204b644e0cea1c9134d80bc2e920fc9a010_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-tests@sha256:65e898b5ea52c5525501b63aa3063204b644e0cea1c9134d80bc2e920fc9a010_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests@sha256%3A65e898b5ea52c5525501b63aa3063204b644e0cea1c9134d80bc2e920fc9a010?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-tests-container-v4.15.0-202510221322.p2.gc09e6f1.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:be734c5f7b5f7ff624f842c056ae099c81ba1f4423016ba63f371a8d8f1fdf3f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:be734c5f7b5f7ff624f842c056ae099c81ba1f4423016ba63f371a8d8f1fdf3f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:be734c5f7b5f7ff624f842c056ae099c81ba1f4423016ba63f371a8d8f1fdf3f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel9@sha256%3Abe734c5f7b5f7ff624f842c056ae099c81ba1f4423016ba63f371a8d8f1fdf3f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-state-metrics-container-v4.15.0-202510211321.p2.g1915f64.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:ea3e2045e45229a9a61e6b9f9d10d0762a8e6f47e700d96c916b402864afe8a0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:ea3e2045e45229a9a61e6b9f9d10d0762a8e6f47e700d96c916b402864afe8a0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:ea3e2045e45229a9a61e6b9f9d10d0762a8e6f47e700d96c916b402864afe8a0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cluster-api-controllers-rhel8@sha256%3Aea3e2045e45229a9a61e6b9f9d10d0762a8e6f47e700d96c916b402864afe8a0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openstack-cluster-api-controllers-container-v4.15.0-202510221322.p2.g232472e.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9c91efe4356286d3c8aecc6e9a4ba5ae54655477a2541ea80b2ab9ac88c63791_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9c91efe4356286d3c8aecc6e9a4ba5ae54655477a2541ea80b2ab9ac88c63791_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9c91efe4356286d3c8aecc6e9a4ba5ae54655477a2541ea80b2ab9ac88c63791_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager-rhel9@sha256%3A9c91efe4356286d3c8aecc6e9a4ba5ae54655477a2541ea80b2ab9ac88c63791?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=operator-lifecycle-manager-container-v4.15.0-202510211321.p2.g38fcbe4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:6956849db88740b12994232ecf2fb137db82f4afbef85b920612a9b38ed8bae7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:6956849db88740b12994232ecf2fb137db82f4afbef85b920612a9b38ed8bae7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:6956849db88740b12994232ecf2fb137db82f4afbef85b920612a9b38ed8bae7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry-rhel9@sha256%3A6956849db88740b12994232ecf2fb137db82f4afbef85b920612a9b38ed8bae7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=operator-registry-container-v4.15.0-202510211321.p2.g38fcbe4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:583ba099e05b1c82e7c6dfa6d9a9be5face39683e39ca9d251b8a1562c0d6d42_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:583ba099e05b1c82e7c6dfa6d9a9be5face39683e39ca9d251b8a1562c0d6d42_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:583ba099e05b1c82e7c6dfa6d9a9be5face39683e39ca9d251b8a1562c0d6d42_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel8@sha256%3A583ba099e05b1c82e7c6dfa6d9a9be5face39683e39ca9d251b8a1562c0d6d42?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-api-server-container-v4.15.0-202510221322.p2.gb7cfbf8.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:2544e96601860e73dff52f6befb165f531bf7686137d5550837674aae6afd3a9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:2544e96601860e73dff52f6befb165f531bf7686137d5550837674aae6afd3a9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:2544e96601860e73dff52f6befb165f531bf7686137d5550837674aae6afd3a9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel8@sha256%3A2544e96601860e73dff52f6befb165f531bf7686137d5550837674aae6afd3a9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-csr-approver-container-v4.15.0-202510221322.p2.gf0b1275.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:f841a5218782e8b9a3c435de0221c73ac6d5b4be8182609a074b99f1cc9b1f6a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:f841a5218782e8b9a3c435de0221c73ac6d5b4be8182609a074b99f1cc9b1f6a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:f841a5218782e8b9a3c435de0221c73ac6d5b4be8182609a074b99f1cc9b1f6a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256%3Af841a5218782e8b9a3c435de0221c73ac6d5b4be8182609a074b99f1cc9b1f6a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-node-agent-container-v4.15.0-202510281322.p2.g051696d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:158858bb077286091d15b455154595158995981e1127e881694c686360d03d52_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:158858bb077286091d15b455154595158995981e1127e881694c686360d03d52_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:158858bb077286091d15b455154595158995981e1127e881694c686360d03d52_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel8@sha256%3A158858bb077286091d15b455154595158995981e1127e881694c686360d03d52?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-orchestrator-container-v4.15.0-202510221322.p2.gf0b1275.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:c6b4fa176ccc3af191fb7cb560b28bfdca4821b23d8296167b9919e0ffc26e1e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:c6b4fa176ccc3af191fb7cb560b28bfdca4821b23d8296167b9919e0ffc26e1e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:c6b4fa176ccc3af191fb7cb560b28bfdca4821b23d8296167b9919e0ffc26e1e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-utils-rhel9@sha256%3Ac6b4fa176ccc3af191fb7cb560b28bfdca4821b23d8296167b9919e0ffc26e1e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-utils-container-v4.15.0-202510211321.p2.g33b7d85.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:633915104a44211fbb4ae16a128c60193cf266104345c664e8b28941cb051208_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:633915104a44211fbb4ae16a128c60193cf266104345c664e8b28941cb051208_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:633915104a44211fbb4ae16a128c60193cf266104345c664e8b28941cb051208_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel9@sha256%3A633915104a44211fbb4ae16a128c60193cf266104345c664e8b28941cb051208?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-apiserver-network-proxy-container-v4.15.0-202510211321.p2.gadccbd5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:18f92db1fcfa7a6e159cdffa6c207576fa38fe8e39542770b49c81ba7427a0e6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:18f92db1fcfa7a6e159cdffa6c207576fa38fe8e39542770b49c81ba7427a0e6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:18f92db1fcfa7a6e159cdffa6c207576fa38fe8e39542770b49c81ba7427a0e6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel8@sha256%3A18f92db1fcfa7a6e159cdffa6c207576fa38fe8e39542770b49c81ba7427a0e6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-installer-container-v4.15.0-202510221322.p2.ga5edf2f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:cfc288c31c5c00d58db6e6ddbf2d2f373dfb8dc67ba7c6d55293cb6491c29b04_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:cfc288c31c5c00d58db6e6ddbf2d2f373dfb8dc67ba7c6d55293cb6491c29b04_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:cfc288c31c5c00d58db6e6ddbf2d2f373dfb8dc67ba7c6d55293cb6491c29b04_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel9-operator@sha256%3Acfc288c31c5c00d58db6e6ddbf2d2f373dfb8dc67ba7c6d55293cb6491c29b04?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-operator-container-v4.15.0-202510211321.p2.g880ee05.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:beb39083588eb33f97c9fa03683e74b1c51b76874ff8c1feda55cbbb27fe61d9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:beb39083588eb33f97c9fa03683e74b1c51b76874ff8c1feda55cbbb27fe61d9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:beb39083588eb33f97c9fa03683e74b1c51b76874ff8c1feda55cbbb27fe61d9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts@sha256%3Abeb39083588eb33f97c9fa03683e74b1c51b76874ff8c1feda55cbbb27fe61d9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cli-artifacts-container-v4.15.0-202510221322.p2.g8231637.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:6aa15ed02b87d8748be79fc881707a0506bf616d8c71d2e3ff6bc6831f80ee72_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:6aa15ed02b87d8748be79fc881707a0506bf616d8c71d2e3ff6bc6831f80ee72_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:6aa15ed02b87d8748be79fc881707a0506bf616d8c71d2e3ff6bc6831f80ee72_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-operator@sha256%3A6aa15ed02b87d8748be79fc881707a0506bf616d8c71d2e3ff6bc6831f80ee72?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cloud-credential-operator-container-v4.15.0-202510221322.p2.gcffd425.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:f9eb32fe20a46c5b0ccc3e7dd9f7f8d3c591cf64ee7800137ccdf6c4cb1726ea_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:f9eb32fe20a46c5b0ccc3e7dd9f7f8d3c591cf64ee7800137ccdf6c4cb1726ea_ppc64le",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:f9eb32fe20a46c5b0ccc3e7dd9f7f8d3c591cf64ee7800137ccdf6c4cb1726ea_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel8@sha256%3Af9eb32fe20a46c5b0ccc3e7dd9f7f8d3c591cf64ee7800137ccdf6c4cb1726ea?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cloud-network-config-controller-container-v4.15.0-202510221322.p2.g6864da0.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0cb142098aca9137dacebf1790becca57f45e736d0ec049d6e900d6328ac28a1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0cb142098aca9137dacebf1790becca57f45e736d0ec049d6e900d6328ac28a1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0cb142098aca9137dacebf1790becca57f45e736d0ec049d6e900d6328ac28a1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel9@sha256%3A0cb142098aca9137dacebf1790becca57f45e736d0ec049d6e900d6328ac28a1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-api-container-v4.15.0-202510211321.p2.g2053e13.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:325bd6adeb9eb27493b5f7d117fc82e3cf8a554c618f5dfa2448c3313b4943fa_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:325bd6adeb9eb27493b5f7d117fc82e3cf8a554c618f5dfa2448c3313b4943fa_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:325bd6adeb9eb27493b5f7d117fc82e3cf8a554c618f5dfa2448c3313b4943fa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-rhel9-operator@sha256%3A325bd6adeb9eb27493b5f7d117fc82e3cf8a554c618f5dfa2448c3313b4943fa?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-authentication-operator-container-v4.15.0-202510211321.p2.g7aaa40e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:1aa49c2586807e952cdf7b1d86c0b3d25a0c3a32df62dfe3a777fc8b6cdfb8ff_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:1aa49c2586807e952cdf7b1d86c0b3d25a0c3a32df62dfe3a777fc8b6cdfb8ff_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:1aa49c2586807e952cdf7b1d86c0b3d25a0c3a32df62dfe3a777fc8b6cdfb8ff_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9-operator@sha256%3A1aa49c2586807e952cdf7b1d86c0b3d25a0c3a32df62dfe3a777fc8b6cdfb8ff?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-autoscaler-operator-container-v4.15.0-202510211321.p2.g8425d88.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:53c49af94fdd23d39cbcf433598c3f3a40139903631ccc5324b3aa49e4e5dfc6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:53c49af94fdd23d39cbcf433598c3f3a40139903631ccc5324b3aa49e4e5dfc6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:53c49af94fdd23d39cbcf433598c3f3a40139903631ccc5324b3aa49e4e5dfc6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel9@sha256%3A53c49af94fdd23d39cbcf433598c3f3a40139903631ccc5324b3aa49e4e5dfc6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-baremetal-operator-container-v4.15.0-202510211321.p2.g6e850ee.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:74ffdaffe00b754bdad913e6699b44aa293f880e3803c00708d853202c20f745_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:74ffdaffe00b754bdad913e6699b44aa293f880e3803c00708d853202c20f745_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:74ffdaffe00b754bdad913e6699b44aa293f880e3803c00708d853202c20f745_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap-rhel9@sha256%3A74ffdaffe00b754bdad913e6699b44aa293f880e3803c00708d853202c20f745?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-bootstrap-container-v4.15.0-202510211321.p2.g0849c46.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1ec6339dab77c900022ffcae585ff86041ebbe1d6cb8639d6167ad9b97156f45_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1ec6339dab77c900022ffcae585ff86041ebbe1d6cb8639d6167ad9b97156f45_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1ec6339dab77c900022ffcae585ff86041ebbe1d6cb8639d6167ad9b97156f45_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel9-operator@sha256%3A1ec6339dab77c900022ffcae585ff86041ebbe1d6cb8639d6167ad9b97156f45?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-capi-operator-container-v4.15.0-202510211321.p2.g203435e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:96f38213da8a879118599dba97472b9a88587a1f15022648358360f368b6c744_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:96f38213da8a879118599dba97472b9a88587a1f15022648358360f368b6c744_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:96f38213da8a879118599dba97472b9a88587a1f15022648358360f368b6c744_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3A96f38213da8a879118599dba97472b9a88587a1f15022648358360f368b6c744?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202510211321.p2.g5618113.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:68ed9daf7a0d82e2759096246c1b9eb07f97353c3f34a613fbf6893ca0d3470e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:68ed9daf7a0d82e2759096246c1b9eb07f97353c3f34a613fbf6893ca0d3470e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:68ed9daf7a0d82e2759096246c1b9eb07f97353c3f34a613fbf6893ca0d3470e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-api-rhel9@sha256%3A68ed9daf7a0d82e2759096246c1b9eb07f97353c3f34a613fbf6893ca0d3470e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-config-api-container-v4.15.0-202510211321.p2.g0a58f8c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:7efbf4df1e8e17ca25087634b7387d0763590e00a33532f86f48b266199423eb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:7efbf4df1e8e17ca25087634b7387d0763590e00a33532f86f48b266199423eb_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:7efbf4df1e8e17ca25087634b7387d0763590e00a33532f86f48b266199423eb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-rhel9-operator@sha256%3A7efbf4df1e8e17ca25087634b7387d0763590e00a33532f86f48b266199423eb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-config-operator-container-v4.15.0-202510211321.p2.g0b4c69f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:41dec92ab759c44ceebe8eb15859b2ff29986dd5791ccab79f91cc1786a0b601_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:41dec92ab759c44ceebe8eb15859b2ff29986dd5791ccab79f91cc1786a0b601_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:41dec92ab759c44ceebe8eb15859b2ff29986dd5791ccab79f91cc1786a0b601_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3A41dec92ab759c44ceebe8eb15859b2ff29986dd5791ccab79f91cc1786a0b601?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202510211321.p2.ge1b692b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a40c7d9de59a25a7212b6f43f281647ee45e21e948d718b43a780f741b0dbbab_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a40c7d9de59a25a7212b6f43f281647ee45e21e948d718b43a780f741b0dbbab_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a40c7d9de59a25a7212b6f43f281647ee45e21e948d718b43a780f741b0dbbab_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3Aa40c7d9de59a25a7212b6f43f281647ee45e21e948d718b43a780f741b0dbbab?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202510211321.p2.g65dbb12.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d182a13e89c363a605f2e6fc6a3e554fbaf27b9dd405ed84fccd8ed41bd8d8c3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d182a13e89c363a605f2e6fc6a3e554fbaf27b9dd405ed84fccd8ed41bd8d8c3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d182a13e89c363a605f2e6fc6a3e554fbaf27b9dd405ed84fccd8ed41bd8d8c3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-rhel9-operator@sha256%3Ad182a13e89c363a605f2e6fc6a3e554fbaf27b9dd405ed84fccd8ed41bd8d8c3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-dns-operator-container-v4.15.0-202510211321.p2.g73aa60d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:984dcda6b5ea285c8a07461ff2279685000f35bcf3acc71e3b12231c782442de_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:984dcda6b5ea285c8a07461ff2279685000f35bcf3acc71e3b12231c782442de_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:984dcda6b5ea285c8a07461ff2279685000f35bcf3acc71e3b12231c782442de_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-rhel9-operator@sha256%3A984dcda6b5ea285c8a07461ff2279685000f35bcf3acc71e3b12231c782442de?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-image-registry-operator-container-v4.15.0-202510211321.p2.g3a8a3ce.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:b3b52c01b3d3351317eac2e4cb1e2b76bb4eb0b4698990b8468a9c26f42ad820_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:b3b52c01b3d3351317eac2e4cb1e2b76bb4eb0b4698990b8468a9c26f42ad820_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:b3b52c01b3d3351317eac2e4cb1e2b76bb4eb0b4698990b8468a9c26f42ad820_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-rhel9-operator@sha256%3Ab3b52c01b3d3351317eac2e4cb1e2b76bb4eb0b4698990b8468a9c26f42ad820?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-ingress-operator-container-v4.15.0-202510211321.p2.g815632b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:3d64a1e4f48ea11056d02d8fb29b5c5e17ba298f0a603e964ab1e448033fc66d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:3d64a1e4f48ea11056d02d8fb29b5c5e17ba298f0a603e964ab1e448033fc66d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:3d64a1e4f48ea11056d02d8fb29b5c5e17ba298f0a603e964ab1e448033fc66d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-rhel9-operator@sha256%3A3d64a1e4f48ea11056d02d8fb29b5c5e17ba298f0a603e964ab1e448033fc66d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-kube-apiserver-operator-container-v4.15.0-202510211321.p2.gb5b212e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:9cf2219dfc08fc0ecb0f93c2e87ae9f8a7cad90b221742787a0cef6cfc62f007_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:9cf2219dfc08fc0ecb0f93c2e87ae9f8a7cad90b221742787a0cef6cfc62f007_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:9cf2219dfc08fc0ecb0f93c2e87ae9f8a7cad90b221742787a0cef6cfc62f007_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3A9cf2219dfc08fc0ecb0f93c2e87ae9f8a7cad90b221742787a0cef6cfc62f007?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202510211321.p2.g128d8e0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:2bd88bbbe823623f5774a9813c7e43606ebdb6cd87b2db7fd78b7fe0c18f842d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:2bd88bbbe823623f5774a9813c7e43606ebdb6cd87b2db7fd78b7fe0c18f842d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:2bd88bbbe823623f5774a9813c7e43606ebdb6cd87b2db7fd78b7fe0c18f842d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3A2bd88bbbe823623f5774a9813c7e43606ebdb6cd87b2db7fd78b7fe0c18f842d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202510211321.p2.gee8cf52.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:357f6ef38223cb776249a04fb6ec29d61fbd24f7b31a5730544e449c1a5d9d6e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:357f6ef38223cb776249a04fb6ec29d61fbd24f7b31a5730544e449c1a5d9d6e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:357f6ef38223cb776249a04fb6ec29d61fbd24f7b31a5730544e449c1a5d9d6e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-rhel9-operator@sha256%3A357f6ef38223cb776249a04fb6ec29d61fbd24f7b31a5730544e449c1a5d9d6e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-kube-scheduler-operator-container-v4.15.0-202510211321.p2.gf054dfa.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4b81f38f15622b32498dbd192503ed2c54462959485ae48e47cfd67239181003_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4b81f38f15622b32498dbd192503ed2c54462959485ae48e47cfd67239181003_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4b81f38f15622b32498dbd192503ed2c54462959485ae48e47cfd67239181003_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3A4b81f38f15622b32498dbd192503ed2c54462959485ae48e47cfd67239181003?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202510211321.p2.ge76cea5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2316808c7649cb351257c6c2ee6aefbe0c0d561b822e3eeb18e85dbaf04491f3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2316808c7649cb351257c6c2ee6aefbe0c0d561b822e3eeb18e85dbaf04491f3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2316808c7649cb351257c6c2ee6aefbe0c0d561b822e3eeb18e85dbaf04491f3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver-rhel9@sha256%3A2316808c7649cb351257c6c2ee6aefbe0c0d561b822e3eeb18e85dbaf04491f3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-machine-approver-container-v4.15.0-202510211321.p2.g863813e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:25eb621a41d2e7127f114416778c571112fcfe768281edf5e0bb25cd77235351_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:25eb621a41d2e7127f114416778c571112fcfe768281edf5e0bb25cd77235351_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:25eb621a41d2e7127f114416778c571112fcfe768281edf5e0bb25cd77235351_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-olm-operator-rhel8@sha256%3A25eb621a41d2e7127f114416778c571112fcfe768281edf5e0bb25cd77235351?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-olm-operator-container-v4.15.0-202510221322.p2.ga7ba898.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:2b9f99a6f44b8f7f39c4a78ed1f17726c933677102fa6953003ad1898f15ea94_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:2b9f99a6f44b8f7f39c4a78ed1f17726c933677102fa6953003ad1898f15ea94_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:2b9f99a6f44b8f7f39c4a78ed1f17726c933677102fa6953003ad1898f15ea94_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3A2b9f99a6f44b8f7f39c4a78ed1f17726c933677102fa6953003ad1898f15ea94?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202510211321.p2.g078c81f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2d55f19aae3c983335bbcef443680455dc9e7b0ad49a8779e42165f505d19b5c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2d55f19aae3c983335bbcef443680455dc9e7b0ad49a8779e42165f505d19b5c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2d55f19aae3c983335bbcef443680455dc9e7b0ad49a8779e42165f505d19b5c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3A2d55f19aae3c983335bbcef443680455dc9e7b0ad49a8779e42165f505d19b5c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202510211321.p2.g1ae0ba7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:7d6c9216d995b1ad19e5ae1f9f30cf3faadd54e1274fb80c4d5fdd802ee6b1ae_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:7d6c9216d995b1ad19e5ae1f9f30cf3faadd54e1274fb80c4d5fdd802ee6b1ae_ppc64le",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:7d6c9216d995b1ad19e5ae1f9f30cf3faadd54e1274fb80c4d5fdd802ee6b1ae_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel8-operator@sha256%3A7d6c9216d995b1ad19e5ae1f9f30cf3faadd54e1274fb80c4d5fdd802ee6b1ae?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-ovirt-csi-operator-container-v4.15.0-202510221322.p2.ge9b0fa2.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:01a8046396354cb5bb0c950d4511a3494b9e0ebc56b3624a48b41b60e0b8a30a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:01a8046396354cb5bb0c950d4511a3494b9e0ebc56b3624a48b41b60e0b8a30a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:01a8046396354cb5bb0c950d4511a3494b9e0ebc56b3624a48b41b60e0b8a30a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-platform-operators-manager-rhel9@sha256%3A01a8046396354cb5bb0c950d4511a3494b9e0ebc56b3624a48b41b60e0b8a30a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202510211321.p2.g37a0a91.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:1945fc30c009a2abd77ec710cdae70cd18c726f633af7d9d8248fb56d5329638_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:1945fc30c009a2abd77ec710cdae70cd18c726f633af7d9d8248fb56d5329638_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:1945fc30c009a2abd77ec710cdae70cd18c726f633af7d9d8248fb56d5329638_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-rhel9-operator@sha256%3A1945fc30c009a2abd77ec710cdae70cd18c726f633af7d9d8248fb56d5329638?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-samples-operator-container-v4.15.0-202510211321.p2.g88a3bc5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:d2b5095502841f6654d21fddffc781f20990b586480eb4b56fc6414ed291d7eb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:d2b5095502841f6654d21fddffc781f20990b586480eb4b56fc6414ed291d7eb_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:d2b5095502841f6654d21fddffc781f20990b586480eb4b56fc6414ed291d7eb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-update-keys-rhel9@sha256%3Ad2b5095502841f6654d21fddffc781f20990b586480eb4b56fc6414ed291d7eb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-update-keys-container-v4.15.0-202510211321.p2.g802233d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:0f3ebde6a312b04a5020957783e5156456dd0a60c9e1f009130e295b0143160c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:0f3ebde6a312b04a5020957783e5156456dd0a60c9e1f009130e295b0143160c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:0f3ebde6a312b04a5020957783e5156456dd0a60c9e1f009130e295b0143160c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel8@sha256%3A0f3ebde6a312b04a5020957783e5156456dd0a60c9e1f009130e295b0143160c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-containernetworking-plugins-container-v4.15.0-202510281322.p2.gbf16e4c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:d40a074405d58180667a3722571285167277e73ef4247221e5b5c235ebbba38f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:d40a074405d58180667a3722571285167277e73ef4247221e5b5c235ebbba38f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:d40a074405d58180667a3722571285167277e73ef4247221e5b5c235ebbba38f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-rhel9@sha256%3Ad40a074405d58180667a3722571285167277e73ef4247221e5b5c235ebbba38f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-driver-shared-resource-container-v4.15.0-202510211321.p2.g260a085.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:e6e1c74ee273df32544e6119badf3b3c260e48c60934f67a7869dd739d020e1e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:e6e1c74ee273df32544e6119badf3b3c260e48c60934f67a7869dd739d020e1e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:e6e1c74ee273df32544e6119badf3b3c260e48c60934f67a7869dd739d020e1e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-operator-rhel8@sha256%3Ae6e1c74ee273df32544e6119badf3b3c260e48c60934f67a7869dd739d020e1e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202510221322.p2.g8d017b7.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:e9668f534471f09fbfcb31c76be4b68a743549c50255de8fff8fd0c8b4a34924_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:e9668f534471f09fbfcb31c76be4b68a743549c50255de8fff8fd0c8b4a34924_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:e9668f534471f09fbfcb31c76be4b68a743549c50255de8fff8fd0c8b4a34924_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-webhook-rhel9@sha256%3Ae9668f534471f09fbfcb31c76be4b68a743549c50255de8fff8fd0c8b4a34924?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202510211321.p2.g260a085.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:a59804ff3479bbdd8249f52e145ad8099e67c790dd353684fe6faadb7246f3e5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:a59804ff3479bbdd8249f52e145ad8099e67c790dd353684fe6faadb7246f3e5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:a59804ff3479bbdd8249f52e145ad8099e67c790dd353684fe6faadb7246f3e5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer@sha256%3Aa59804ff3479bbdd8249f52e145ad8099e67c790dd353684fe6faadb7246f3e5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-resizer-container-v4.15.0-202510221322.p2.g3b4236d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:a59804ff3479bbdd8249f52e145ad8099e67c790dd353684fe6faadb7246f3e5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:a59804ff3479bbdd8249f52e145ad8099e67c790dd353684fe6faadb7246f3e5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:a59804ff3479bbdd8249f52e145ad8099e67c790dd353684fe6faadb7246f3e5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel8@sha256%3Aa59804ff3479bbdd8249f52e145ad8099e67c790dd353684fe6faadb7246f3e5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-resizer-container-v4.15.0-202510221322.p2.g3b4236d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:cc795d7a0cfbefbce47789c6d49532a9a41b8d62075d4c94bcb265fd3ad8ef6e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:cc795d7a0cfbefbce47789c6d49532a9a41b8d62075d4c94bcb265fd3ad8ef6e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:cc795d7a0cfbefbce47789c6d49532a9a41b8d62075d4c94bcb265fd3ad8ef6e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel9@sha256%3Acc795d7a0cfbefbce47789c6d49532a9a41b8d62075d4c94bcb265fd3ad8ef6e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-snapshotter-container-v4.15.0-202510211321.p2.g4f2955c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:778c6697c773971590c2187e863a18d45dbde7780c0da354a96480ca7e742b35_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:778c6697c773971590c2187e863a18d45dbde7780c0da354a96480ca7e742b35_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:778c6697c773971590c2187e863a18d45dbde7780c0da354a96480ca7e742b35_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel9@sha256%3A778c6697c773971590c2187e863a18d45dbde7780c0da354a96480ca7e742b35?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-snapshot-controller-container-v4.15.0-202510211321.p2.g4f2955c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c90ac14a629770bd274536af0f82519c4247710c79acca953a37ae18d5108861_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c90ac14a629770bd274536af0f82519c4247710c79acca953a37ae18d5108861_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c90ac14a629770bd274536af0f82519c4247710c79acca953a37ae18d5108861_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd-rhel9@sha256%3Ac90ac14a629770bd274536af0f82519c4247710c79acca953a37ae18d5108861?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-etcd-container-v4.15.0-202510211321.p2.ga7005ef.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:92ccfe03e0716617e78fcead09e592075632be76cb4d4f906a32fbbf1e7f79dd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:92ccfe03e0716617e78fcead09e592075632be76cb4d4f906a32fbbf1e7f79dd_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:92ccfe03e0716617e78fcead09e592075632be76cb4d4f906a32fbbf1e7f79dd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cloud-controller-manager-rhel9@sha256%3A92ccfe03e0716617e78fcead09e592075632be76cb4d4f906a32fbbf1e7f79dd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-cloud-controller-manager-container-v4.15.0-202510211321.p2.gfc50272.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ce86043ba90a236d904b5bf8349678a139c9d12abee75b13e20b454762a79b07_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ce86043ba90a236d904b5bf8349678a139c9d12abee75b13e20b454762a79b07_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ce86043ba90a236d904b5bf8349678a139c9d12abee75b13e20b454762a79b07_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cluster-api-controllers-rhel9@sha256%3Ace86043ba90a236d904b5bf8349678a139c9d12abee75b13e20b454762a79b07?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-cluster-api-controllers-container-v4.15.0-202510211321.p2.gbad5403.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:8b774ec1d7062dbf21f9d4c9c82926a333d4b530dd31e907fa292b1673c17f22_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:8b774ec1d7062dbf21f9d4c9c82926a333d4b530dd31e907fa292b1673c17f22_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:8b774ec1d7062dbf21f9d4c9c82926a333d4b530dd31e907fa292b1673c17f22_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-rhel9@sha256%3A8b774ec1d7062dbf21f9d4c9c82926a333d4b530dd31e907fa292b1673c17f22?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-pd-csi-driver-container-v4.15.0-202510281322.p2.g856ee3e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:e0b18dde5738907a0cd2a7e54a3a37bd341627b6e12c2e8901cb5350e78e5f9f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:e0b18dde5738907a0cd2a7e54a3a37bd341627b6e12c2e8901cb5350e78e5f9f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:e0b18dde5738907a0cd2a7e54a3a37bd341627b6e12c2e8901cb5350e78e5f9f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-operator-rhel8@sha256%3Ae0b18dde5738907a0cd2a7e54a3a37bd341627b6e12c2e8901cb5350e78e5f9f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-pd-csi-driver-operator-container-v4.15.0-202510221322.p2.g3b91ee3.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:2c22af5ba4c507b1d44a2f1b2b64585ec6b7225fdfd507cf9f2691376d169819_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:2c22af5ba4c507b1d44a2f1b2b64585ec6b7225fdfd507cf9f2691376d169819_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:2c22af5ba4c507b1d44a2f1b2b64585ec6b7225fdfd507cf9f2691376d169819_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-cluster-api-controllers-rhel9@sha256%3A2c22af5ba4c507b1d44a2f1b2b64585ec6b7225fdfd507cf9f2691376d169819?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibmcloud-cluster-api-controllers-container-v4.15.0-202510211321.p2.g299435a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:77b9ae4216d409ae20d82c476e101fdd65c15eae30c619fc8c51e1213524938a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:77b9ae4216d409ae20d82c476e101fdd65c15eae30c619fc8c51e1213524938a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:77b9ae4216d409ae20d82c476e101fdd65c15eae30c619fc8c51e1213524938a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel9-operator@sha256%3A77b9ae4216d409ae20d82c476e101fdd65c15eae30c619fc8c51e1213524938a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-insights-operator-container-v4.15.0-202510211321.p2.g975bba9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer@sha256:68cadb749ab080da743feff2b120d13f66cd54d61b7ee09b41083e36671a0f73_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer@sha256:68cadb749ab080da743feff2b120d13f66cd54d61b7ee09b41083e36671a0f73_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-installer@sha256:68cadb749ab080da743feff2b120d13f66cd54d61b7ee09b41083e36671a0f73_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer@sha256%3A68cadb749ab080da743feff2b120d13f66cd54d61b7ee09b41083e36671a0f73?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-container-v4.15.0-202510221322.p2.ga5edf2f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:4d8b91d1d166f1ba933181bc34de9c05ac4de59a785c707e0eb695e4a81425b8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:4d8b91d1d166f1ba933181bc34de9c05ac4de59a785c707e0eb695e4a81425b8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:4d8b91d1d166f1ba933181bc34de9c05ac4de59a785c707e0eb695e4a81425b8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-altinfra-rhel8@sha256%3A4d8b91d1d166f1ba933181bc34de9c05ac4de59a785c707e0eb695e4a81425b8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-altinfra-container-v4.15.0-202510221322.p2.ga5edf2f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:bce1b5dcb9d752202065a6aac8de3ee1721b8de03ee0f78f569d0f841d568554_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:bce1b5dcb9d752202065a6aac8de3ee1721b8de03ee0f78f569d0f841d568554_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:bce1b5dcb9d752202065a6aac8de3ee1721b8de03ee0f78f569d0f841d568554_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts@sha256%3Abce1b5dcb9d752202065a6aac8de3ee1721b8de03ee0f78f569d0f841d568554?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-artifacts-container-v4.15.0-202510221322.p2.ga5edf2f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:7cbc7f3c9d0912d4e1d0a1341a3db13fa59bdd0a2e3a81e161e4e23eb43f1278_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:7cbc7f3c9d0912d4e1d0a1341a3db13fa59bdd0a2e3a81e161e4e23eb43f1278_ppc64le",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:7cbc7f3c9d0912d4e1d0a1341a3db13fa59bdd0a2e3a81e161e4e23eb43f1278_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kube-metrics-server-rhel8@sha256%3A7cbc7f3c9d0912d4e1d0a1341a3db13fa59bdd0a2e3a81e161e4e23eb43f1278?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kube-metrics-server-container-v4.15.0-202510221322.p2.gbcbf241.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:0bbf3eaf02453b7123901fa866a7f3f056ec58daf047b51ad30e177574ef49ce_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:0bbf3eaf02453b7123901fa866a7f3f056ec58daf047b51ad30e177574ef49ce_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:0bbf3eaf02453b7123901fa866a7f3f056ec58daf047b51ad30e177574ef49ce_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel9@sha256%3A0bbf3eaf02453b7123901fa866a7f3f056ec58daf047b51ad30e177574ef49ce?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kube-storage-version-migrator-container-v4.15.0-202510211321.p2.ga6a9ab1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9864736555736cb9912dcb1c72f7d85aa75ec96286972312c2d0a3fc24788d42_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9864736555736cb9912dcb1c72f7d85aa75ec96286972312c2d0a3fc24788d42_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9864736555736cb9912dcb1c72f7d85aa75ec96286972312c2d0a3fc24788d42_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3A9864736555736cb9912dcb1c72f7d85aa75ec96286972312c2d0a3fc24788d42?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202510211321.p2.gdbaf9ea.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:2be87034234cd07b0305ba546001dbd90403b8e758c83d557814d9b6ddddacc8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:2be87034234cd07b0305ba546001dbd90403b8e758c83d557814d9b6ddddacc8_ppc64le",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:2be87034234cd07b0305ba546001dbd90403b8e758c83d557814d9b6ddddacc8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-csi-driver-rhel8@sha256%3A2be87034234cd07b0305ba546001dbd90403b8e758c83d557814d9b6ddddacc8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kubevirt-csi-driver-container-v4.15.0-202510221322.p2.g23b66bf.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6ffc197659ebe1017b99eb4f9b3646ff311aeb2bac6d580b3e9ffaee6138079a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6ffc197659ebe1017b99eb4f9b3646ff311aeb2bac6d580b3e9ffaee6138079a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6ffc197659ebe1017b99eb4f9b3646ff311aeb2bac6d580b3e9ffaee6138079a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers-rhel9@sha256%3A6ffc197659ebe1017b99eb4f9b3646ff311aeb2bac6d580b3e9ffaee6138079a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-libvirt-machine-controllers-container-v4.15.0-202510211321.p2.g7dab744.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:439e379c449e0011dab2323ba70da96c9ae85de0c78ae65e4ec97cb9e792cc14_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:439e379c449e0011dab2323ba70da96c9ae85de0c78ae65e4ec97cb9e792cc14_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:439e379c449e0011dab2323ba70da96c9ae85de0c78ae65e4ec97cb9e792cc14_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-rhel9-operator@sha256%3A439e379c449e0011dab2323ba70da96c9ae85de0c78ae65e4ec97cb9e792cc14?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-operator-container-v4.15.0-202510211321.p2.g166c46a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:fcd7799ce45632b008f561ee8688988c8dff42b9e0677a05302ee8e325e5613f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:fcd7799ce45632b008f561ee8688988c8dff42b9e0677a05302ee8e325e5613f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:fcd7799ce45632b008f561ee8688988c8dff42b9e0677a05302ee8e325e5613f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-gcp-rhel9@sha256%3Afcd7799ce45632b008f561ee8688988c8dff42b9e0677a05302ee8e325e5613f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-gcp-container-v4.15.0-202510211321.p2.g0af06c0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ef3b7610a226305c920001ff036628d48ff3ece3ff46c9727749e619b69d5524_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ef3b7610a226305c920001ff036628d48ff3ece3ff46c9727749e619b69d5524_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ef3b7610a226305c920001ff036628d48ff3ece3ff46c9727749e619b69d5524_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel9@sha256%3Aef3b7610a226305c920001ff036628d48ff3ece3ff46c9727749e619b69d5524?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-openstack-container-v4.15.0-202510211321.p2.g396a09f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:1cb4e934a34d7905afbbe8bc1edd2ce28a01f2f10ed0ebc0ccb62d732009ac12_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:1cb4e934a34d7905afbbe8bc1edd2ce28a01f2f10ed0ebc0ccb62d732009ac12_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:1cb4e934a34d7905afbbe8bc1edd2ce28a01f2f10ed0ebc0ccb62d732009ac12_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-operator@sha256%3A1cb4e934a34d7905afbbe8bc1edd2ce28a01f2f10ed0ebc0ccb62d732009ac12?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-config-operator-container-v4.15.0-202510221322.p2.g78cd089.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:ffa47990e61f60b7f7f65940caf22a8340af1dd2924f3dcd6bf5afda8cf369ab_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:ffa47990e61f60b7f7f65940caf22a8340af1dd2924f3dcd6bf5afda8cf369ab_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:ffa47990e61f60b7f7f65940caf22a8340af1dd2924f3dcd6bf5afda8cf369ab_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel8@sha256%3Affa47990e61f60b7f7f65940caf22a8340af1dd2924f3dcd6bf5afda8cf369ab?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-os-images-container-v4.15.0-202510221322.p2.gb7f83c7.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d3d0cf16422232526f461e140aae0e5cb0b5c56787e6dedf93c7e96bc6c29594_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d3d0cf16422232526f461e140aae0e5cb0b5c56787e6dedf93c7e96bc6c29594_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d3d0cf16422232526f461e140aae0e5cb0b5c56787e6dedf93c7e96bc6c29594_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller-rhel9@sha256%3Ad3d0cf16422232526f461e140aae0e5cb0b5c56787e6dedf93c7e96bc6c29594?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-admission-controller-container-v4.15.0-202510211321.p2.ga2e3c6e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:8071b85d6f58f8c81756886952ce6fae10fe9a88c83927342bd6106f1e234a34_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:8071b85d6f58f8c81756886952ce6fae10fe9a88c83927342bd6106f1e234a34_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:8071b85d6f58f8c81756886952ce6fae10fe9a88c83927342bd6106f1e234a34_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel8@sha256%3A8071b85d6f58f8c81756886952ce6fae10fe9a88c83927342bd6106f1e234a34?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-route-override-cni-container-v4.15.0-202510221322.p2.g1ccafc3.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:54eebbf509914e15aecec16dc21e8e3c848bedda66394a51ea4088ed16f0d3ec_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:54eebbf509914e15aecec16dc21e8e3c848bedda66394a51ea4088ed16f0d3ec_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:54eebbf509914e15aecec16dc21e8e3c848bedda66394a51ea4088ed16f0d3ec_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel8@sha256%3A54eebbf509914e15aecec16dc21e8e3c848bedda66394a51ea4088ed16f0d3ec?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-whereabouts-ipam-cni-container-v4.15.0-202510221322.p2.gcfa4f97.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather@sha256:dc4a15e5ce1b7f4e932a3a08b32264abf570df68e15f270d7467a43caebfe8a1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather@sha256:dc4a15e5ce1b7f4e932a3a08b32264abf570df68e15f270d7467a43caebfe8a1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-must-gather@sha256:dc4a15e5ce1b7f4e932a3a08b32264abf570df68e15f270d7467a43caebfe8a1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather@sha256%3Adc4a15e5ce1b7f4e932a3a08b32264abf570df68e15f270d7467a43caebfe8a1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-must-gather-container-v4.15.0-202510281322.p2.g0f70f31.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:43594a42c2342a584f5f4b8296b6726edd85f8a00b9703922abc78320e8b6f74_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:43594a42c2342a584f5f4b8296b6726edd85f8a00b9703922abc78320e8b6f74_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:43594a42c2342a584f5f4b8296b6726edd85f8a00b9703922abc78320e8b6f74_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel8@sha256%3A43594a42c2342a584f5f4b8296b6726edd85f8a00b9703922abc78320e8b6f74?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-interface-bond-cni-container-v4.15.0-202510221322.p2.gf91deca.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:430e32ea9f2b6e87ca04e7713f393441f7dfcb0df57c7ac4766b439e8c281396_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:430e32ea9f2b6e87ca04e7713f393441f7dfcb0df57c7ac4766b439e8c281396_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:430e32ea9f2b6e87ca04e7713f393441f7dfcb0df57c7ac4766b439e8c281396_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel9@sha256%3A430e32ea9f2b6e87ca04e7713f393441f7dfcb0df57c7ac4766b439e8c281396?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-metrics-daemon-container-v4.15.0-202510211321.p2.g1b188fa.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:f8f64b2c9168897706e6cc3ed967a390abbe83894e7758d08d1b790f451b1268_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:f8f64b2c9168897706e6cc3ed967a390abbe83894e7758d08d1b790f451b1268_ppc64le",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:f8f64b2c9168897706e6cc3ed967a390abbe83894e7758d08d1b790f451b1268_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel8@sha256%3Af8f64b2c9168897706e6cc3ed967a390abbe83894e7758d08d1b790f451b1268?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-tools-container-v4.15.0-202510221322.p2.g17536c8.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:b84395e944be5010ef965bf387939c481d9c313b8abd2338414a3b592de7a219_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:b84395e944be5010ef965bf387939c481d9c313b8abd2338414a3b592de7a219_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:b84395e944be5010ef965bf387939c481d9c313b8abd2338414a3b592de7a219_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel9@sha256%3Ab84395e944be5010ef965bf387939c481d9c313b8abd2338414a3b592de7a219?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-oauth-apiserver-container-v4.15.0-202510211321.p2.g0e15844.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:f5c1907aab6224d4c398d0f5cf151885859878ead00bbde79426c96dc8a6faf3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:f5c1907aab6224d4c398d0f5cf151885859878ead00bbde79426c96dc8a6faf3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:f5c1907aab6224d4c398d0f5cf151885859878ead00bbde79426c96dc8a6faf3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-catalogd-rhel8@sha256%3Af5c1907aab6224d4c398d0f5cf151885859878ead00bbde79426c96dc8a6faf3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-catalogd-container-v4.15.0-202510221322.p2.g035d383.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:168e6236d27a57e41e6318cb2a96b31eb4030b65f194c924d6e6a07c4a53f0c8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:168e6236d27a57e41e6318cb2a96b31eb4030b65f194c924d6e6a07c4a53f0c8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:168e6236d27a57e41e6318cb2a96b31eb4030b65f194c924d6e6a07c4a53f0c8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-operator-controller-rhel8@sha256%3A168e6236d27a57e41e6318cb2a96b31eb4030b65f194c924d6e6a07c4a53f0c8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-operator-controller-container-v4.15.0-202510221322.p2.g303b954.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:c4cc3eae9765cc81765638b8f1d6ed105d10d018f30bdd5ca9770b47e2ac683d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:c4cc3eae9765cc81765638b8f1d6ed105d10d018f30bdd5ca9770b47e2ac683d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:c4cc3eae9765cc81765638b8f1d6ed105d10d018f30bdd5ca9770b47e2ac683d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-rukpak-rhel8@sha256%3Ac4cc3eae9765cc81765638b8f1d6ed105d10d018f30bdd5ca9770b47e2ac683d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-rukpak-container-v4.15.0-202510221322.p2.g5b09cd4.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0006cc8afa959998457049601891036f387a518c2bdb3ba496928b229fe9d134_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0006cc8afa959998457049601891036f387a518c2bdb3ba496928b229fe9d134_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0006cc8afa959998457049601891036f387a518c2bdb3ba496928b229fe9d134_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel9@sha256%3A0006cc8afa959998457049601891036f387a518c2bdb3ba496928b229fe9d134?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openshift-apiserver-container-v4.15.0-202510211321.p2.g65ff3cd.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:6ebdabc2690c1c1072803bd473496bc694f9d0c99af704f53c810d2c294ff687_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:6ebdabc2690c1c1072803bd473496bc694f9d0c99af704f53c810d2c294ff687_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:6ebdabc2690c1c1072803bd473496bc694f9d0c99af704f53c810d2c294ff687_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel9@sha256%3A6ebdabc2690c1c1072803bd473496bc694f9d0c99af704f53c810d2c294ff687?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openshift-controller-manager-container-v4.15.0-202510211321.p2.g110a10a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a1e0a23dc6c93de096d3d48710c45208a48a162d3858d0d7afdf4f300ebfe04f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a1e0a23dc6c93de096d3d48710c45208a48a162d3858d0d7afdf4f300ebfe04f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a1e0a23dc6c93de096d3d48710c45208a48a162d3858d0d7afdf4f300ebfe04f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9@sha256%3Aa1e0a23dc6c93de096d3d48710c45208a48a162d3858d0d7afdf4f300ebfe04f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openstack-cinder-csi-driver-container-v4.15.0-202510211321.p2.g3d9f6f8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:3b18df1f2d706c80637b7a31ce09d3aee59eef1bddea71c218dc9270939dc194_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:3b18df1f2d706c80637b7a31ce09d3aee59eef1bddea71c218dc9270939dc194_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:3b18df1f2d706c80637b7a31ce09d3aee59eef1bddea71c218dc9270939dc194_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8-operator@sha256%3A3b18df1f2d706c80637b7a31ce09d3aee59eef1bddea71c218dc9270939dc194?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202510221322.p2.gd0c2407.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:8ba5845b83d32531f3a3798486fdd8377bfec0748206d917ba821c6a76d55f3f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:8ba5845b83d32531f3a3798486fdd8377bfec0748206d917ba821c6a76d55f3f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:8ba5845b83d32531f3a3798486fdd8377bfec0748206d917ba821c6a76d55f3f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel9@sha256%3A8ba5845b83d32531f3a3798486fdd8377bfec0748206d917ba821c6a76d55f3f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202510211321.p2.g3d9f6f8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:5858c8230e834bd3a75047e34e659c4d1fc61f6c53e23cae5d3a8deff8b73405_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:5858c8230e834bd3a75047e34e659c4d1fc61f6c53e23cae5d3a8deff8b73405_ppc64le",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:5858c8230e834bd3a75047e34e659c4d1fc61f6c53e23cae5d3a8deff8b73405_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9@sha256%3A5858c8230e834bd3a75047e34e659c4d1fc61f6c53e23cae5d3a8deff8b73405?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovirt-csi-driver-container-v4.15.0-202510211321.p2.gb8d25ad.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c1bdd2efec725038c68e2da7133bed08e1a1c8d9141a55062f621d6ed403af7a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c1bdd2efec725038c68e2da7133bed08e1a1c8d9141a55062f621d6ed403af7a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c1bdd2efec725038c68e2da7133bed08e1a1c8d9141a55062f621d6ed403af7a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256%3Ac1bdd2efec725038c68e2da7133bed08e1a1c8d9141a55062f621d6ed403af7a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovn-kubernetes-container-v4.15.0-202510221322.p2.g8fbb563.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:49fc188b34134f5695a59a384101be2254859d6e3fd3fa2e1deb282049e5f592_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:49fc188b34134f5695a59a384101be2254859d6e3fd3fa2e1deb282049e5f592_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:49fc188b34134f5695a59a384101be2254859d6e3fd3fa2e1deb282049e5f592_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-rhel9@sha256%3A49fc188b34134f5695a59a384101be2254859d6e3fd3fa2e1deb282049e5f592?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-powervs-block-csi-driver-container-v4.15.0-202510281322.p2.g38bee56.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:3c9911b15f2798b2f4898177bdb924641e8ead282574beb11278b9370eded2fd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:3c9911b15f2798b2f4898177bdb924641e8ead282574beb11278b9370eded2fd_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:3c9911b15f2798b2f4898177bdb924641e8ead282574beb11278b9370eded2fd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-operator-rhel8@sha256%3A3c9911b15f2798b2f4898177bdb924641e8ead282574beb11278b9370eded2fd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202510221322.p2.ga3729dc.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:03e6ee2082e14e8becf5a2d7cc6e1681a088a057c1c7a2189fceddf23a7541af_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:03e6ee2082e14e8becf5a2d7cc6e1681a088a057c1c7a2189fceddf23a7541af_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:03e6ee2082e14e8becf5a2d7cc6e1681a088a057c1c7a2189fceddf23a7541af_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-cloud-controller-manager-rhel9@sha256%3A03e6ee2082e14e8becf5a2d7cc6e1681a088a057c1c7a2189fceddf23a7541af?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-powervs-cloud-controller-manager-container-v4.15.0-202510211321.p2.g1d6a7ed.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:5c3c19e3dd09249a9e78ddc4871162b166bdeb05cabb7075f101084a26863568_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:5c3c19e3dd09249a9e78ddc4871162b166bdeb05cabb7075f101084a26863568_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:5c3c19e3dd09249a9e78ddc4871162b166bdeb05cabb7075f101084a26863568_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-machine-controllers-rhel9@sha256%3A5c3c19e3dd09249a9e78ddc4871162b166bdeb05cabb7075f101084a26863568?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-powervs-machine-controllers-container-v4.15.0-202510211321.p2.g5c68b04.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:e74e1470caa81fae1509bedce3d3d1a8cdf89f814e174593ceec0be711270dcc_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:e74e1470caa81fae1509bedce3d3d1a8cdf89f814e174593ceec0be711270dcc_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:e74e1470caa81fae1509bedce3d3d1a8cdf89f814e174593ceec0be711270dcc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-k8s-prometheus-adapter-rhel9@sha256%3Ae74e1470caa81fae1509bedce3d3d1a8cdf89f814e174593ceec0be711270dcc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-prometheus-adapter-container-v4.15.0-202510211321.p2.g34e2019.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:5f2f9a2119899a4f1502173947b20d04fd943da8b2c953591a35d6e25bb5d027_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:5f2f9a2119899a4f1502173947b20d04fd943da8b2c953591a35d6e25bb5d027_ppc64le",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:5f2f9a2119899a4f1502173947b20d04fd943da8b2c953591a35d6e25bb5d027_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel8@sha256%3A5f2f9a2119899a4f1502173947b20d04fd943da8b2c953591a35d6e25bb5d027?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-route-controller-manager-container-v4.15.0-202510221322.p2.gc5cc7a7.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:aad0341721e7a15e08a2bbe6ab9e59663d366f8b47aee21cdb54812e68161bd4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:aad0341721e7a15e08a2bbe6ab9e59663d366f8b47aee21cdb54812e68161bd4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:aad0341721e7a15e08a2bbe6ab9e59663d366f8b47aee21cdb54812e68161bd4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-sdn-rhel9@sha256%3Aaad0341721e7a15e08a2bbe6ab9e59663d366f8b47aee21cdb54812e68161bd4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-node-container-v4.15.0-202510211321.p2.g53680a5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c496114509bc387930a5ac828dad33180e20adb00a0b81ea36fdf78159f91436_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c496114509bc387930a5ac828dad33180e20adb00a0b81ea36fdf78159f91436_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c496114509bc387930a5ac828dad33180e20adb00a0b81ea36fdf78159f91436_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-rhel9-operator@sha256%3Ac496114509bc387930a5ac828dad33180e20adb00a0b81ea36fdf78159f91436?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-service-ca-operator-container-v4.15.0-202510211321.p2.g19f312e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:03f6485cce2f104c812ca1b32c422379d8b97284c6561f4568da4b23efe873b8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:03f6485cce2f104c812ca1b32c422379d8b97284c6561f4568da4b23efe873b8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:03f6485cce2f104c812ca1b32c422379d8b97284c6561f4568da4b23efe873b8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel8@sha256%3A03f6485cce2f104c812ca1b32c422379d8b97284c6561f4568da4b23efe873b8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-tools-container-v4.15.0-202510280124.p2.g8231637.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e0d5fb86c982e60025cf5e25d6ceaacbe380e9e9f8a78e311a488668ad991f5a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e0d5fb86c982e60025cf5e25d6ceaacbe380e9e9f8a78e311a488668ad991f5a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e0d5fb86c982e60025cf5e25d6ceaacbe380e9e9f8a78e311a488668ad991f5a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256%3Ae0d5fb86c982e60025cf5e25d6ceaacbe380e9e9f8a78e311a488668ad991f5a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ovn-kubernetes-microshift-container-v4.15.0-202510221322.p2.g8fbb563.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:96cb1a572e643c3d0cae3b20040c3c9663af86ede9c30bb38256c080de90983b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:96cb1a572e643c3d0cae3b20040c3c9663af86ede9c30bb38256c080de90983b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:96cb1a572e643c3d0cae3b20040c3c9663af86ede9c30bb38256c080de90983b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy@sha256%3A96cb1a572e643c3d0cae3b20040c3c9663af86ede9c30bb38256c080de90983b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prom-label-proxy-container-v4.15.0-202510221322.p2.gf3f1f5d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8b31967a88b74281eafba0661b347aeec335308011e626d9dbc57557ef8fcd4e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8b31967a88b74281eafba0661b347aeec335308011e626d9dbc57557ef8fcd4e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8b31967a88b74281eafba0661b347aeec335308011e626d9dbc57557ef8fcd4e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader-rhel9@sha256%3A8b31967a88b74281eafba0661b347aeec335308011e626d9dbc57557ef8fcd4e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prometheus-config-reloader-container-v4.15.0-202510211321.p2.g902436a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:f3bbcdd4a8f70fedfac7869d46124137c2a6856aa99a9de6de7b62060ccc5c08_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:f3bbcdd4a8f70fedfac7869d46124137c2a6856aa99a9de6de7b62060ccc5c08_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:f3bbcdd4a8f70fedfac7869d46124137c2a6856aa99a9de6de7b62060ccc5c08_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9-operator@sha256%3Af3bbcdd4a8f70fedfac7869d46124137c2a6856aa99a9de6de7b62060ccc5c08?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prometheus-operator-container-v4.15.0-202510211321.p2.g902436a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:3ac91633beb2c994cb8e7341b6efdc22dbfa4bbf9aab4819bc30102162b1d1c8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:3ac91633beb2c994cb8e7341b6efdc22dbfa4bbf9aab4819bc30102162b1d1c8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:3ac91633beb2c994cb8e7341b6efdc22dbfa4bbf9aab4819bc30102162b1d1c8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel9@sha256%3A3ac91633beb2c994cb8e7341b6efdc22dbfa4bbf9aab4819bc30102162b1d1c8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202510211321.p2.g902436a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:eb293c9ecb6715e0dfb6aaf457ec19a0f2d0862ef4cb22794335f53cb6981088_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:eb293c9ecb6715e0dfb6aaf457ec19a0f2d0862ef4cb22794335f53cb6981088_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:eb293c9ecb6715e0dfb6aaf457ec19a0f2d0862ef4cb22794335f53cb6981088_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter-rhel9@sha256%3Aeb293c9ecb6715e0dfb6aaf457ec19a0f2d0862ef4cb22794335f53cb6981088?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=telemeter-container-v4.15.0-202510211321.p2.g14489f7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:9b2a4de77fc5736a8d2c968c8782039e22f28c65a8f9af920cc797af5ff170f4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:9b2a4de77fc5736a8d2c968c8782039e22f28c65a8f9af920cc797af5ff170f4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:9b2a4de77fc5736a8d2c968c8782039e22f28c65a8f9af920cc797af5ff170f4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel8@sha256%3A9b2a4de77fc5736a8d2c968c8782039e22f28c65a8f9af920cc797af5ff170f4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-thanos-container-v4.15.0-202510221322.p2.g66161ad.assembly.stream.el8"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:e7d08849926e92a0f9516b383ef71dcc2a6e368405f1d5f330042c62fa10685b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:e7d08849926e92a0f9516b383ef71dcc2a6e368405f1d5f330042c62fa10685b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:e7d08849926e92a0f9516b383ef71dcc2a6e368405f1d5f330042c62fa10685b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager@sha256%3Ae7d08849926e92a0f9516b383ef71dcc2a6e368405f1d5f330042c62fa10685b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202510221322.p2.g870ade5.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:f1a979149507ede702bcdcbdc5e49c667b52cb2f5e5f1cc9e0ca18602ba35772_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:f1a979149507ede702bcdcbdc5e49c667b52cb2f5e5f1cc9e0ca18602ba35772_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:f1a979149507ede702bcdcbdc5e49c667b52cb2f5e5f1cc9e0ca18602ba35772_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-node-exporter@sha256%3Af1a979149507ede702bcdcbdc5e49c667b52cb2f5e5f1cc9e0ca18602ba35772?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202510221322.p2.gaed837c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus@sha256:ead3f5874193b8acd6bece9f9740c109665098b059db964e6d74192d6cbf52c3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus@sha256:ead3f5874193b8acd6bece9f9740c109665098b059db964e6d74192d6cbf52c3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus@sha256:ead3f5874193b8acd6bece9f9740c109665098b059db964e6d74192d6cbf52c3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus@sha256%3Aead3f5874193b8acd6bece9f9740c109665098b059db964e6d74192d6cbf52c3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=golang-github-prometheus-prometheus-container-v4.15.0-202510221322.p2.g79fa623.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:30cd4b0203521c2313602ce5bfe38fb36826471bf97573a4581662b579199d70_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:30cd4b0203521c2313602ce5bfe38fb36826471bf97573a4581662b579199d70_amd64",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:30cd4b0203521c2313602ce5bfe38fb36826471bf97573a4581662b579199d70_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel9@sha256%3A30cd4b0203521c2313602ce5bfe38fb36826471bf97573a4581662b579199d70?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-hypershift-container-v4.15.0-202510211321.p2.g4c5aa5e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel9@sha256:6089d0673200ad7ea54762cca3ca1b913ae4a48fc12ed42da637b6b17a6fb7d9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel9@sha256:6089d0673200ad7ea54762cca3ca1b913ae4a48fc12ed42da637b6b17a6fb7d9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel9@sha256:6089d0673200ad7ea54762cca3ca1b913ae4a48fc12ed42da637b6b17a6fb7d9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-node-label-updater-rhel9@sha256%3A6089d0673200ad7ea54762cca3ca1b913ae4a48fc12ed42da637b6b17a6fb7d9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ibm-vpc-node-label-updater-container-v4.15.0-202510211321.p2.g9b13bd4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:4f68de2634b2f3650f98ebcda1c5c104a7941710c3ebe83ceb8fff4a0b697b82_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:4f68de2634b2f3650f98ebcda1c5c104a7941710c3ebe83ceb8fff4a0b697b82_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:4f68de2634b2f3650f98ebcda1c5c104a7941710c3ebe83ceb8fff4a0b697b82_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-rhel9@sha256%3A4f68de2634b2f3650f98ebcda1c5c104a7941710c3ebe83ceb8fff4a0b697b82?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-container-v4.15.0-202510211321.p2.g3bf0111.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7f6a13a46ae75cda6eb2d5688c851cbbadb3193ac642494bee3d5d2c5e6ea8fc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7f6a13a46ae75cda6eb2d5688c851cbbadb3193ac642494bee3d5d2c5e6ea8fc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7f6a13a46ae75cda6eb2d5688c851cbbadb3193ac642494bee3d5d2c5e6ea8fc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-agent-rhel9@sha256%3A7f6a13a46ae75cda6eb2d5688c851cbbadb3193ac642494bee3d5d2c5e6ea8fc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-agent-container-v4.15.0-202510172044.p2.gd339f3f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:4463bd38f33b06d584ebab15f5e2742693130e299590c038416f833e6ac313c5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:4463bd38f33b06d584ebab15f5e2742693130e299590c038416f833e6ac313c5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:4463bd38f33b06d584ebab15f5e2742693130e299590c038416f833e6ac313c5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-machine-os-downloader-rhel9@sha256%3A4463bd38f33b06d584ebab15f5e2742693130e299590c038416f833e6ac313c5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-rhcos-downloader-container-v4.15.0-202510280124.p2.gbcbcd95.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:17cfcbf9d6be2d228c4cd0d8a5f23d4bee7814366ee0cf500af66a30ab43aa4f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:17cfcbf9d6be2d228c4cd0d8a5f23d4bee7814366ee0cf500af66a30ab43aa4f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:17cfcbf9d6be2d228c4cd0d8a5f23d4bee7814366ee0cf500af66a30ab43aa4f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-static-ip-manager-rhel9@sha256%3A17cfcbf9d6be2d228c4cd0d8a5f23d4bee7814366ee0cf500af66a30ab43aa4f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-static-ip-manager-container-v4.15.0-202510211321.p2.g989bcb4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:d105ced863235a301224f506642394034cd0209f726a385bca03147944f0134e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:d105ced863235a301224f506642394034cd0209f726a385bca03147944f0134e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:d105ced863235a301224f506642394034cd0209f726a385bca03147944f0134e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy-rhel9@sha256%3Ad105ced863235a301224f506642394034cd0209f726a385bca03147944f0134e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-proxy-container-v4.15.0-202510211321.p2.g53680a5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:a083d6d53630f47a8503a45b639ae5c567d1f724096d1f729082bfdb9d760585_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:a083d6d53630f47a8503a45b639ae5c567d1f724096d1f729082bfdb9d760585_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:a083d6d53630f47a8503a45b639ae5c567d1f724096d1f729082bfdb9d760585_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy@sha256%3Aa083d6d53630f47a8503a45b639ae5c567d1f724096d1f729082bfdb9d760585?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-rbac-proxy-container-v4.15.0-202510221322.p2.g9308e7f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:eed72f0b204935fc71bbf10495f0e5985e5049bbfada39fe8afa8a60d12833ea_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:eed72f0b204935fc71bbf10495f0e5985e5049bbfada39fe8afa8a60d12833ea_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:eed72f0b204935fc71bbf10495f0e5985e5049bbfada39fe8afa8a60d12833ea_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics-rhel9@sha256%3Aeed72f0b204935fc71bbf10495f0e5985e5049bbfada39fe8afa8a60d12833ea?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-state-metrics-container-v4.15.0-202510211321.p2.g037b59c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1eaa76ae1380d3aed001b85612fddbbff2bdf70d85506c4fa5426ace8bd066b2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1eaa76ae1380d3aed001b85612fddbbff2bdf70d85506c4fa5426ace8bd066b2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1eaa76ae1380d3aed001b85612fddbbff2bdf70d85506c4fa5426ace8bd066b2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace-rhel9@sha256%3A1eaa76ae1380d3aed001b85612fddbbff2bdf70d85506c4fa5426ace8bd066b2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=marketplace-operator-container-v4.15.0-202510211321.p2.g47c104b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:cb498e9708e578bbd9feda69340a843f0099ea49abbf4cc88524196c6d5a85b0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:cb498e9708e578bbd9feda69340a843f0099ea49abbf4cc88524196c6d5a85b0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:cb498e9708e578bbd9feda69340a843f0099ea49abbf4cc88524196c6d5a85b0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel8@sha256%3Acb498e9708e578bbd9feda69340a843f0099ea49abbf4cc88524196c6d5a85b0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=monitoring-plugin-container-v4.15.0-202510221322.p2.g1217bc1.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni@sha256:e7b0213d1a1a9dbd9921ee545de41c263078dd3ebb1f838dfe150e73fb51ed2d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni@sha256:e7b0213d1a1a9dbd9921ee545de41c263078dd3ebb1f838dfe150e73fb51ed2d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni@sha256:e7b0213d1a1a9dbd9921ee545de41c263078dd3ebb1f838dfe150e73fb51ed2d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni@sha256%3Ae7b0213d1a1a9dbd9921ee545de41c263078dd3ebb1f838dfe150e73fb51ed2d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=multus-cni-container-v4.15.0-202510281322.p2.g05497ad.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:a05161338c6d7bffbb1b294f00dfe1d3a53cc2f7a97553cf4e050315021b75ba_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:a05161338c6d7bffbb1b294f00dfe1d3a53cc2f7a97553cf4e050315021b75ba_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:a05161338c6d7bffbb1b294f00dfe1d3a53cc2f7a97553cf4e050315021b75ba_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9@sha256%3Aa05161338c6d7bffbb1b294f00dfe1d3a53cc2f7a97553cf4e050315021b75ba?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=atomic-openshift-cluster-autoscaler-container-v4.15.0-202510211321.p2.g8914989.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:625291292b2d99ab0374635a3190816c51e579dcbca6a0ff2e7ed8f686213cff_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:625291292b2d99ab0374635a3190816c51e579dcbca6a0ff2e7ed8f686213cff_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:625291292b2d99ab0374635a3190816c51e579dcbca6a0ff2e7ed8f686213cff_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-rhel9@sha256%3A625291292b2d99ab0374635a3190816c51e579dcbca6a0ff2e7ed8f686213cff?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-file-csi-driver-container-v4.15.0-202510281322.p2.g491c4df.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:1df9ed6540864562e105cbd7c275b0d066d028d4f2cf2362cf73a8ae5175fe18_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:1df9ed6540864562e105cbd7c275b0d066d028d4f2cf2362cf73a8ae5175fe18_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:1df9ed6540864562e105cbd7c275b0d066d028d4f2cf2362cf73a8ae5175fe18_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-operator-rhel8@sha256%3A1df9ed6540864562e105cbd7c275b0d066d028d4f2cf2362cf73a8ae5175fe18?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-file-csi-driver-operator-container-v4.15.0-202510221322.p2.ge1a7a2e.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e090cfadfbd9d9587a006ea68407fafb1673b93d6c1f6e77efdd2c658a503669_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e090cfadfbd9d9587a006ea68407fafb1673b93d6c1f6e77efdd2c658a503669_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e090cfadfbd9d9587a006ea68407fafb1673b93d6c1f6e77efdd2c658a503669_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel9@sha256%3Ae090cfadfbd9d9587a006ea68407fafb1673b93d6c1f6e77efdd2c658a503669?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-networkpolicy-container-v4.15.0-202510211321.p2.gb377b4b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:366278f589efb7c0ff2bdd800b0f6547b8be6acd259782192df2b10a9754945e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:366278f589efb7c0ff2bdd800b0f6547b8be6acd259782192df2b10a9754945e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:366278f589efb7c0ff2bdd800b0f6547b8be6acd259782192df2b10a9754945e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel9@sha256%3A366278f589efb7c0ff2bdd800b0f6547b8be6acd259782192df2b10a9754945e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=oauth-server-container-v4.15.0-202510211321.p2.gc055dbb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9ae218f40503da16a9e065d8812c303a9e349d77be1f1daef1118bb0f0e1ef42_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9ae218f40503da16a9e065d8812c303a9e349d77be1f1daef1118bb0f0e1ef42_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9ae218f40503da16a9e065d8812c303a9e349d77be1f1daef1118bb0f0e1ef42_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers-rhel9@sha256%3A9ae218f40503da16a9e065d8812c303a9e349d77be1f1daef1118bb0f0e1ef42?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=baremetal-machine-controller-container-v4.15.0-202510211321.p2.gec95372.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:0e033237871e3e7ce2f0c11741dd6ffade3419f95b6b8600f7cb0a024bc89e0d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:0e033237871e3e7ce2f0c11741dd6ffade3419f95b6b8600f7cb0a024bc89e0d_amd64",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:0e033237871e3e7ce2f0c11741dd6ffade3419f95b6b8600f7cb0a024bc89e0d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oc-mirror-plugin-rhel9@sha256%3A0e033237871e3e7ce2f0c11741dd6ffade3419f95b6b8600f7cb0a024bc89e0d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=oc-mirror-plugin-container-v4.15.0-202510211321.p2.g5536816.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder@sha256:9b08cb63eae04604aa25e2816fc894292b63287c078922296ccf3108254a420d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder@sha256:9b08cb63eae04604aa25e2816fc894292b63287c078922296ccf3108254a420d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder@sha256:9b08cb63eae04604aa25e2816fc894292b63287c078922296ccf3108254a420d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder@sha256%3A9b08cb63eae04604aa25e2816fc894292b63287c078922296ccf3108254a420d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-builder-container-v4.15.0-202510221322.p2.g5df9af7.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli@sha256:b982e659668e0b6d9feddc5664b34c92de8626965fb973af3fae7a7f3f1f0057_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli@sha256:b982e659668e0b6d9feddc5664b34c92de8626965fb973af3fae7a7f3f1f0057_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cli@sha256:b982e659668e0b6d9feddc5664b34c92de8626965fb973af3fae7a7f3f1f0057_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli@sha256%3Ab982e659668e0b6d9feddc5664b34c92de8626965fb973af3fae7a7f3f1f0057?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-cli-container-v4.15.0-202510221322.p2.g8231637.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console@sha256:bac49120f60baf152357368e241e3103a5fe6aea171d8a63917e8798d81bded3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console@sha256:bac49120f60baf152357368e241e3103a5fe6aea171d8a63917e8798d81bded3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-console@sha256:bac49120f60baf152357368e241e3103a5fe6aea171d8a63917e8798d81bded3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console@sha256%3Abac49120f60baf152357368e241e3103a5fe6aea171d8a63917e8798d81bded3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-console-container-v4.15.0-202510281322.p2.g57d3637.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:2526b6065d1ccfe1e36fe5b48958a22737b1243b3f0df10ee3d27e0a62fe340d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:2526b6065d1ccfe1e36fe5b48958a22737b1243b3f0df10ee3d27e0a62fe340d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:2526b6065d1ccfe1e36fe5b48958a22737b1243b3f0df10ee3d27e0a62fe340d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9-operator@sha256%3A2526b6065d1ccfe1e36fe5b48958a22737b1243b3f0df10ee3d27e0a62fe340d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202510211321.p2.g91f5c97.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer@sha256:4eb82f07e01b4f66e34f933fc4c1ea0f09a8e227a216a732290e62db12641ced_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer@sha256:4eb82f07e01b4f66e34f933fc4c1ea0f09a8e227a216a732290e62db12641ced_amd64",
"product_id": "registry.redhat.io/openshift4/ose-deployer@sha256:4eb82f07e01b4f66e34f933fc4c1ea0f09a8e227a216a732290e62db12641ced_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer@sha256%3A4eb82f07e01b4f66e34f933fc4c1ea0f09a8e227a216a732290e62db12641ced?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-deployer-container-v4.15.0-202510221322.p2.g8231637.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:d74b26dbce57d591c118a178762b14e8d3663efedb7e3bf423c134c04361b4e9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:d74b26dbce57d591c118a178762b14e8d3663efedb7e3bf423c134c04361b4e9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:d74b26dbce57d591c118a178762b14e8d3663efedb7e3bf423c134c04361b4e9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router@sha256%3Ad74b26dbce57d591c118a178762b14e8d3663efedb7e3bf423c134c04361b4e9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-haproxy-router-container-v4.15.0-202510221322.p2.gdc38fbd.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:a70b67bb199914cffdfd5a61528d442e434bc3dde0192e91f68cd7a23ec20353_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:a70b67bb199914cffdfd5a61528d442e434bc3dde0192e91f68cd7a23ec20353_amd64",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:a70b67bb199914cffdfd5a61528d442e434bc3dde0192e91f68cd7a23ec20353_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube-rhel9@sha256%3Aa70b67bb199914cffdfd5a61528d442e434bc3dde0192e91f68cd7a23ec20353?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-hyperkube-container-v4.15.0-202510211321.p2.gd227d65.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f3d8cd4459b8271e7718d4c5e97f92cd7db4776e719da5d7c04025e18a622e60_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f3d8cd4459b8271e7718d4c5e97f92cd7db4776e719da5d7c04025e18a622e60_amd64",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f3d8cd4459b8271e7718d4c5e97f92cd7db4776e719da5d7c04025e18a622e60_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-keepalived-ipfailover-rhel9@sha256%3Af3d8cd4459b8271e7718d4c5e97f92cd7db4776e719da5d7c04025e18a622e60?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202510211321.p2.g87c23b5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d223ef0499483832b4f1efec4e1128f8dca303de5fb3ef18a1e9f9817cd4d534_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d223ef0499483832b4f1efec4e1128f8dca303de5fb3ef18a1e9f9817cd4d534_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d223ef0499483832b4f1efec4e1128f8dca303de5fb3ef18a1e9f9817cd4d534_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel9@sha256%3Ad223ef0499483832b4f1efec4e1128f8dca303de5fb3ef18a1e9f9817cd4d534?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-runtimecfg-container-v4.15.0-202510281322.p2.g1fbb2c0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b0b0ffaab41c61cfad9ecd127f6f4e312ac45d548d77694cb470170b7bc540de_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b0b0ffaab41c61cfad9ecd127f6f4e312ac45d548d77694cb470170b7bc540de_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b0b0ffaab41c61cfad9ecd127f6f4e312ac45d548d77694cb470170b7bc540de_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel9-operator@sha256%3Ab0b0ffaab41c61cfad9ecd127f6f4e312ac45d548d77694cb470170b7bc540de?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-etcd-operator-container-v4.15.0-202510211321.p2.g4ed9036.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dbce5221138c15a4aef2f65c3db8bab5ef127c48f3a446ae085a203d8591730c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dbce5221138c15a4aef2f65c3db8bab5ef127c48f3a446ae085a203d8591730c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dbce5221138c15a4aef2f65c3db8bab5ef127c48f3a446ae085a203d8591730c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-rhel9-operator@sha256%3Adbce5221138c15a4aef2f65c3db8bab5ef127c48f3a446ae085a203d8591730c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-monitoring-operator-container-v4.15.0-202510211321.p2.g0496cad.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9dec3a959d916331f6d2a59ef1e222ae4ef3d170cb344e2add3937966cf1c829_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9dec3a959d916331f6d2a59ef1e222ae4ef3d170cb344e2add3937966cf1c829_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9dec3a959d916331f6d2a59ef1e222ae4ef3d170cb344e2add3937966cf1c829_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-rhel9-operator@sha256%3A9dec3a959d916331f6d2a59ef1e222ae4ef3d170cb344e2add3937966cf1c829?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-network-operator-container-v4.15.0-202510211321.p2.gfa9184f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:644f19b57dde50e4588f5cf1c4d72ac8d49dfb396b7c04d59dcdf6e27bb12017_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:644f19b57dde50e4588f5cf1c4d72ac8d49dfb396b7c04d59dcdf6e27bb12017_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:644f19b57dde50e4588f5cf1c4d72ac8d49dfb396b7c04d59dcdf6e27bb12017_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256%3A644f19b57dde50e4588f5cf1c4d72ac8d49dfb396b7c04d59dcdf6e27bb12017?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-node-tuning-operator-container-v4.15.0-202510290123.p2.ge828bd9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:669d559563c8ce25ab835bfbb6d05b7df7fca88a0ea9374d50bf8373265a8bb2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:669d559563c8ce25ab835bfbb6d05b7df7fca88a0ea9374d50bf8373265a8bb2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:669d559563c8ce25ab835bfbb6d05b7df7fca88a0ea9374d50bf8373265a8bb2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel9@sha256%3A669d559563c8ce25ab835bfbb6d05b7df7fca88a0ea9374d50bf8373265a8bb2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-policy-controller-container-v4.15.0-202510211321.p2.gcc48f31.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:8b09b7ddb7949a9db7af4e4d1d8f15083cca65cd704b707d93a7d21a9c9e3c13_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:8b09b7ddb7949a9db7af4e4d1d8f15083cca65cd704b707d93a7d21a9c9e3c13_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:8b09b7ddb7949a9db7af4e4d1d8f15083cca65cd704b707d93a7d21a9c9e3c13_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-rhel9-operator@sha256%3A8b09b7ddb7949a9db7af4e4d1d8f15083cca65cd704b707d93a7d21a9c9e3c13?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-storage-operator-container-v4.15.0-202510211321.p2.g4c2b89d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:546822ec9a3b2688b4c31830872381cb22db5b476e89462c0e5e448ba96cfb77_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:546822ec9a3b2688b4c31830872381cb22db5b476e89462c0e5e448ba96cfb77_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:546822ec9a3b2688b4c31830872381cb22db5b476e89462c0e5e448ba96cfb77_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-rhel9-operator@sha256%3A546822ec9a3b2688b4c31830872381cb22db5b476e89462c0e5e448ba96cfb77?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-version-operator-container-v4.15.0-202510211321.p2.g2cb8ce9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b562637dc56ed32a75a444ab2f31d75e7741ccea5b8a3c004df4a42ab1270d6e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b562637dc56ed32a75a444ab2f31d75e7741ccea5b8a3c004df4a42ab1270d6e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b562637dc56ed32a75a444ab2f31d75e7741ccea5b8a3c004df4a42ab1270d6e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader-rhel9@sha256%3Ab562637dc56ed32a75a444ab2f31d75e7741ccea5b8a3c004df4a42ab1270d6e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=configmap-reload-container-v4.15.0-202510211321.p2.g617398f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:287c800f33b7bb17969c93891edc40646cc48acc9b741138795b7f041c82bbc8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:287c800f33b7bb17969c93891edc40646cc48acc9b741138795b7f041c82bbc8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:287c800f33b7bb17969c93891edc40646cc48acc9b741138795b7f041c82bbc8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns-rhel9@sha256%3A287c800f33b7bb17969c93891edc40646cc48acc9b741138795b7f041c82bbc8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=coredns-container-v4.15.0-202510211321.p2.g1326282.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:0a67e292a5b75f818272a3302f4d2d334ec57e5e0acdee47fc6da52625e6fb60_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:0a67e292a5b75f818272a3302f4d2d334ec57e5e0acdee47fc6da52625e6fb60_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:0a67e292a5b75f818272a3302f4d2d334ec57e5e0acdee47fc6da52625e6fb60_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel9@sha256%3A0a67e292a5b75f818272a3302f4d2d334ec57e5e0acdee47fc6da52625e6fb60?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-attacher-container-v4.15.0-202510211321.p2.gf806f26.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:a56d06011589ae7f1b0a338ae33423e77c559a93f4bd8924ebbeb16fa341a7a2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:a56d06011589ae7f1b0a338ae33423e77c559a93f4bd8924ebbeb16fa341a7a2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:a56d06011589ae7f1b0a338ae33423e77c559a93f4bd8924ebbeb16fa341a7a2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel9@sha256%3Aa56d06011589ae7f1b0a338ae33423e77c559a93f4bd8924ebbeb16fa341a7a2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-driver-manila-container-v4.15.0-202510211321.p2.g3d9f6f8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:1a94c20db46917d931dfcbe19595ab6b4ace22f81ad34ea6d329eff8def1f0da_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:1a94c20db46917d931dfcbe19595ab6b4ace22f81ad34ea6d329eff8def1f0da_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:1a94c20db46917d931dfcbe19595ab6b4ace22f81ad34ea6d329eff8def1f0da_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel8-operator@sha256%3A1a94c20db46917d931dfcbe19595ab6b4ace22f81ad34ea6d329eff8def1f0da?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-driver-manila-operator-container-v4.15.0-202510221322.p2.g9bcf382.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:299842fdbadf955534b257f3c63126a79fb14a9856c4530df09debde212a2384_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:299842fdbadf955534b257f3c63126a79fb14a9856c4530df09debde212a2384_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:299842fdbadf955534b257f3c63126a79fb14a9856c4530df09debde212a2384_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-nfs-rhel9@sha256%3A299842fdbadf955534b257f3c63126a79fb14a9856c4530df09debde212a2384?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-driver-nfs-container-v4.15.0-202510281322.p2.gd032dc1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:2cb477ddcc46f5b57b4e81a8ad1163c0d3a13676e7079647dd2ec4b94281e9b8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:2cb477ddcc46f5b57b4e81a8ad1163c0d3a13676e7079647dd2ec4b94281e9b8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:2cb477ddcc46f5b57b4e81a8ad1163c0d3a13676e7079647dd2ec4b94281e9b8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe@sha256%3A2cb477ddcc46f5b57b4e81a8ad1163c0d3a13676e7079647dd2ec4b94281e9b8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-livenessprobe-container-v4.15.0-202510221322.p2.g240bb8c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:2cb477ddcc46f5b57b4e81a8ad1163c0d3a13676e7079647dd2ec4b94281e9b8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:2cb477ddcc46f5b57b4e81a8ad1163c0d3a13676e7079647dd2ec4b94281e9b8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:2cb477ddcc46f5b57b4e81a8ad1163c0d3a13676e7079647dd2ec4b94281e9b8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel8@sha256%3A2cb477ddcc46f5b57b4e81a8ad1163c0d3a13676e7079647dd2ec4b94281e9b8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-livenessprobe-container-v4.15.0-202510221322.p2.g240bb8c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:a4b5e6597c79fd99492ba89777a51a9a0fa767a9b174aab5ad38eb6f7a195634_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:a4b5e6597c79fd99492ba89777a51a9a0fa767a9b174aab5ad38eb6f7a195634_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:a4b5e6597c79fd99492ba89777a51a9a0fa767a9b174aab5ad38eb6f7a195634_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar@sha256%3Aa4b5e6597c79fd99492ba89777a51a9a0fa767a9b174aab5ad38eb6f7a195634?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-node-driver-registrar-container-v4.15.0-202510221322.p2.g9005584.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:a4b5e6597c79fd99492ba89777a51a9a0fa767a9b174aab5ad38eb6f7a195634_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:a4b5e6597c79fd99492ba89777a51a9a0fa767a9b174aab5ad38eb6f7a195634_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:a4b5e6597c79fd99492ba89777a51a9a0fa767a9b174aab5ad38eb6f7a195634_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel8@sha256%3Aa4b5e6597c79fd99492ba89777a51a9a0fa767a9b174aab5ad38eb6f7a195634?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-node-driver-registrar-container-v4.15.0-202510221322.p2.g9005584.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:5e9cda0da90e658e08a08c69480c461701b03323aad484d887f12fa3e11bc9bf_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:5e9cda0da90e658e08a08c69480c461701b03323aad484d887f12fa3e11bc9bf_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:5e9cda0da90e658e08a08c69480c461701b03323aad484d887f12fa3e11bc9bf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner@sha256%3A5e9cda0da90e658e08a08c69480c461701b03323aad484d887f12fa3e11bc9bf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-provisioner-container-v4.15.0-202510221322.p2.gce5a1a3.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:5e9cda0da90e658e08a08c69480c461701b03323aad484d887f12fa3e11bc9bf_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:5e9cda0da90e658e08a08c69480c461701b03323aad484d887f12fa3e11bc9bf_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:5e9cda0da90e658e08a08c69480c461701b03323aad484d887f12fa3e11bc9bf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel8@sha256%3A5e9cda0da90e658e08a08c69480c461701b03323aad484d887f12fa3e11bc9bf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-provisioner-container-v4.15.0-202510221322.p2.gce5a1a3.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:8c3c79a3da45f6960f8cb68074488f8c1a97acd2637deab99b23cf5feb3dd831_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:8c3c79a3da45f6960f8cb68074488f8c1a97acd2637deab99b23cf5feb3dd831_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:8c3c79a3da45f6960f8cb68074488f8c1a97acd2637deab99b23cf5feb3dd831_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-validation-webhook-rhel9@sha256%3A8c3c79a3da45f6960f8cb68074488f8c1a97acd2637deab99b23cf5feb3dd831?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-snapshot-validation-webhook-container-v4.15.0-202510211321.p2.g4f2955c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:63b6550720f82b5a98783901d776f3866075896b661958cff3d8ddff44dec214_amd64",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:63b6550720f82b5a98783901d776f3866075896b661958cff3d8ddff44dec214_amd64",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:63b6550720f82b5a98783901d776f3866075896b661958cff3d8ddff44dec214_amd64",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256%3A63b6550720f82b5a98783901d776f3866075896b661958cff3d8ddff44dec214?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=driver-toolkit-container-v4.15.0-202510280124.p2.g7a448c2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:6e0a2c775267d2f07817788a3ecbdccadbe6377e4d18a0d9dd9c0f0d40c77eaa_amd64",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:6e0a2c775267d2f07817788a3ecbdccadbe6377e4d18a0d9dd9c0f0d40c77eaa_amd64",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:6e0a2c775267d2f07817788a3ecbdccadbe6377e4d18a0d9dd9c0f0d40c77eaa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel8@sha256%3A6e0a2c775267d2f07817788a3ecbdccadbe6377e4d18a0d9dd9c0f0d40c77eaa?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-egress-router-cni-container-v4.15.0-202510221322.p2.gf8ec690.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:1167bd175a841398744ebf28418cdb871bbad24ae38db5a88dd07ce5cb843d86_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:1167bd175a841398744ebf28418cdb871bbad24ae38db5a88dd07ce5cb843d86_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:1167bd175a841398744ebf28418cdb871bbad24ae38db5a88dd07ce5cb843d86_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy-rhel9@sha256%3A1167bd175a841398744ebf28418cdb871bbad24ae38db5a88dd07ce5cb843d86?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=golang-github-openshift-oauth-proxy-container-v4.15.0-202510211321.p2.g2e0585d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:81e37f2597f8539a9f5b3800967545af056e88089f95eed69e5eb55426dba52e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:81e37f2597f8539a9f5b3800967545af056e88089f95eed69e5eb55426dba52e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:81e37f2597f8539a9f5b3800967545af056e88089f95eed69e5eb55426dba52e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod-rhel9@sha256%3A81e37f2597f8539a9f5b3800967545af056e88089f95eed69e5eb55426dba52e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-pod-container-v4.15.0-202510211321.p2.gd227d65.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:a3a947c318b1d2cee8676949477eb154eebda2d7b01bc83aa3ab81b305d0c123_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:a3a947c318b1d2cee8676949477eb154eebda2d7b01bc83aa3ab81b305d0c123_amd64",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:a3a947c318b1d2cee8676949477eb154eebda2d7b01bc83aa3ab81b305d0c123_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry-rhel9@sha256%3Aa3a947c318b1d2cee8676949477eb154eebda2d7b01bc83aa3ab81b305d0c123?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-registry-container-v4.15.0-202510211321.p2.g89c03ea.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests@sha256:e57907330d75e38a859e54d12a56fedba7c1c1a931fc9db1bdfa3c2b10268704_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests@sha256:e57907330d75e38a859e54d12a56fedba7c1c1a931fc9db1bdfa3c2b10268704_amd64",
"product_id": "registry.redhat.io/openshift4/ose-tests@sha256:e57907330d75e38a859e54d12a56fedba7c1c1a931fc9db1bdfa3c2b10268704_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests@sha256%3Ae57907330d75e38a859e54d12a56fedba7c1c1a931fc9db1bdfa3c2b10268704?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-tests-container-v4.15.0-202510221322.p2.gc09e6f1.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8ba5133f9697e04a14d866027d8f342efe3bb9732857720393d9bf3e0effa09e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8ba5133f9697e04a14d866027d8f342efe3bb9732857720393d9bf3e0effa09e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8ba5133f9697e04a14d866027d8f342efe3bb9732857720393d9bf3e0effa09e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel9@sha256%3A8ba5133f9697e04a14d866027d8f342efe3bb9732857720393d9bf3e0effa09e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-state-metrics-container-v4.15.0-202510211321.p2.g1915f64.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:7b0a4c796681ab9dafc0a708dead6e0a8db3166ec40e380dfb02978eadc7d2e5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:7b0a4c796681ab9dafc0a708dead6e0a8db3166ec40e380dfb02978eadc7d2e5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:7b0a4c796681ab9dafc0a708dead6e0a8db3166ec40e380dfb02978eadc7d2e5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cluster-api-controllers-rhel8@sha256%3A7b0a4c796681ab9dafc0a708dead6e0a8db3166ec40e380dfb02978eadc7d2e5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openstack-cluster-api-controllers-container-v4.15.0-202510221322.p2.g232472e.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:12826fd7a8ca953be9429198adb9386f489e6c764d7b3fff044a4cb66c7f91b9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:12826fd7a8ca953be9429198adb9386f489e6c764d7b3fff044a4cb66c7f91b9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:12826fd7a8ca953be9429198adb9386f489e6c764d7b3fff044a4cb66c7f91b9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager-rhel9@sha256%3A12826fd7a8ca953be9429198adb9386f489e6c764d7b3fff044a4cb66c7f91b9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=operator-lifecycle-manager-container-v4.15.0-202510211321.p2.g38fcbe4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:d12663d4543fda0b233405cc0e3823ab68cb421eb38acebf56ec4f0555e1e594_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:d12663d4543fda0b233405cc0e3823ab68cb421eb38acebf56ec4f0555e1e594_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:d12663d4543fda0b233405cc0e3823ab68cb421eb38acebf56ec4f0555e1e594_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry-rhel9@sha256%3Ad12663d4543fda0b233405cc0e3823ab68cb421eb38acebf56ec4f0555e1e594?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=operator-registry-container-v4.15.0-202510211321.p2.g38fcbe4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:a91563e22d10c6a7c77b092ab6f829e7f0436923038ea4a47de1403813c20471_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:a91563e22d10c6a7c77b092ab6f829e7f0436923038ea4a47de1403813c20471_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:a91563e22d10c6a7c77b092ab6f829e7f0436923038ea4a47de1403813c20471_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel8@sha256%3Aa91563e22d10c6a7c77b092ab6f829e7f0436923038ea4a47de1403813c20471?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-api-server-container-v4.15.0-202510221322.p2.gb7cfbf8.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:d23cdaa0fd2114c904ded232b6019e61f53b49b41014a16e9df9b7f864384688_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:d23cdaa0fd2114c904ded232b6019e61f53b49b41014a16e9df9b7f864384688_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:d23cdaa0fd2114c904ded232b6019e61f53b49b41014a16e9df9b7f864384688_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel8@sha256%3Ad23cdaa0fd2114c904ded232b6019e61f53b49b41014a16e9df9b7f864384688?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-csr-approver-container-v4.15.0-202510221322.p2.gf0b1275.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6f44a8a62a65945363867dbc79a5c43965d5e136766fefd02527145d53756ed4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6f44a8a62a65945363867dbc79a5c43965d5e136766fefd02527145d53756ed4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6f44a8a62a65945363867dbc79a5c43965d5e136766fefd02527145d53756ed4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256%3A6f44a8a62a65945363867dbc79a5c43965d5e136766fefd02527145d53756ed4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-node-agent-container-v4.15.0-202510281322.p2.g051696d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:4947ab92f96cf1c2af5a7144e1787f90252ed0a9a0ae4729cc7fd61a4e671d9f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:4947ab92f96cf1c2af5a7144e1787f90252ed0a9a0ae4729cc7fd61a4e671d9f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:4947ab92f96cf1c2af5a7144e1787f90252ed0a9a0ae4729cc7fd61a4e671d9f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel8@sha256%3A4947ab92f96cf1c2af5a7144e1787f90252ed0a9a0ae4729cc7fd61a4e671d9f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-orchestrator-container-v4.15.0-202510221322.p2.gf0b1275.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:008744686fcf83e9d9d4abd55bf1622d0e9f886570613835d29ac3c8cf9ad648_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:008744686fcf83e9d9d4abd55bf1622d0e9f886570613835d29ac3c8cf9ad648_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:008744686fcf83e9d9d4abd55bf1622d0e9f886570613835d29ac3c8cf9ad648_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-utils-rhel9@sha256%3A008744686fcf83e9d9d4abd55bf1622d0e9f886570613835d29ac3c8cf9ad648?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-utils-container-v4.15.0-202510211321.p2.g33b7d85.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:73fb4d147dd798f244e7c6512084a7643985ed73163c07160cfa2b03566de6ea_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:73fb4d147dd798f244e7c6512084a7643985ed73163c07160cfa2b03566de6ea_amd64",
"product_id": "registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:73fb4d147dd798f244e7c6512084a7643985ed73163c07160cfa2b03566de6ea_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-alibaba-cloud-controller-manager-rhel9@sha256%3A73fb4d147dd798f244e7c6512084a7643985ed73163c07160cfa2b03566de6ea?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-alibaba-cloud-controller-manager-container-v4.15.0-202510211321.p2.gabf4fa9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel9@sha256:557527d76a00f3afdaf2f146bed0d0d28224d8a063b1c9f88431ebb40300be0c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel9@sha256:557527d76a00f3afdaf2f146bed0d0d28224d8a063b1c9f88431ebb40300be0c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel9@sha256:557527d76a00f3afdaf2f146bed0d0d28224d8a063b1c9f88431ebb40300be0c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-alibaba-cloud-csi-driver-container-rhel9@sha256%3A557527d76a00f3afdaf2f146bed0d0d28224d8a063b1c9f88431ebb40300be0c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-alibaba-cloud-csi-driver-container-v4.15.0-202510211321.p2.gbe4888d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:6de7f07ca16a08f783899c687c355837fbe0cde28b8c5c25939524074f717665_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:6de7f07ca16a08f783899c687c355837fbe0cde28b8c5c25939524074f717665_amd64",
"product_id": "registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:6de7f07ca16a08f783899c687c355837fbe0cde28b8c5c25939524074f717665_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256%3A6de7f07ca16a08f783899c687c355837fbe0cde28b8c5c25939524074f717665?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-alibaba-disk-csi-driver-operator-container-v4.15.0-202510221322.p2.g41b367a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:d7db2153c58f0081db7446ed10fef94f0dce66b4dc909e65ba2c305161fe06b7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:d7db2153c58f0081db7446ed10fef94f0dce66b4dc909e65ba2c305161fe06b7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:d7db2153c58f0081db7446ed10fef94f0dce66b4dc909e65ba2c305161fe06b7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-alibaba-machine-controllers-rhel9@sha256%3Ad7db2153c58f0081db7446ed10fef94f0dce66b4dc909e65ba2c305161fe06b7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-alibaba-machine-controllers-container-v4.15.0-202510211321.p2.gf7f5eed.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:30ff8f03b8eeb4ab60a86f9d72e596712171f4dfbbe7f2f74e747b596c05e3fd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:30ff8f03b8eeb4ab60a86f9d72e596712171f4dfbbe7f2f74e747b596c05e3fd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:30ff8f03b8eeb4ab60a86f9d72e596712171f4dfbbe7f2f74e747b596c05e3fd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel9@sha256%3A30ff8f03b8eeb4ab60a86f9d72e596712171f4dfbbe7f2f74e747b596c05e3fd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-apiserver-network-proxy-container-v4.15.0-202510211321.p2.gadccbd5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:680aeaabf1d04ec1242ae9ab0fc577ac095c170301a24cc07b2c20c06d119fb8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:680aeaabf1d04ec1242ae9ab0fc577ac095c170301a24cc07b2c20c06d119fb8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:680aeaabf1d04ec1242ae9ab0fc577ac095c170301a24cc07b2c20c06d119fb8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cloud-controller-manager-rhel9@sha256%3A680aeaabf1d04ec1242ae9ab0fc577ac095c170301a24cc07b2c20c06d119fb8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-cloud-controller-manager-container-v4.15.0-202510211321.p2.gfd77d92.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:205ad021b256f031ac14686f61a5affc7ac8cab6afc076855324b4d91557d4b8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:205ad021b256f031ac14686f61a5affc7ac8cab6afc076855324b4d91557d4b8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:205ad021b256f031ac14686f61a5affc7ac8cab6afc076855324b4d91557d4b8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cluster-api-controllers-rhel9@sha256%3A205ad021b256f031ac14686f61a5affc7ac8cab6afc076855324b4d91557d4b8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-cluster-api-controllers-container-v4.15.0-202510211321.p2.gee896d4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:6a8d392a88b7be09b2549e4cb5469a5ef748853072bb5354ac34d1c20a9690b0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:6a8d392a88b7be09b2549e4cb5469a5ef748853072bb5354ac34d1c20a9690b0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:6a8d392a88b7be09b2549e4cb5469a5ef748853072bb5354ac34d1c20a9690b0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel9@sha256%3A6a8d392a88b7be09b2549e4cb5469a5ef748853072bb5354ac34d1c20a9690b0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-ebs-csi-driver-container-v4.15.0-202510211321.p2.g7043c1c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:23fc1a55b530e3104c8674947f67e4e750b9b4fee1e71881148f5f532b558bbb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:23fc1a55b530e3104c8674947f67e4e750b9b4fee1e71881148f5f532b558bbb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:23fc1a55b530e3104c8674947f67e4e750b9b4fee1e71881148f5f532b558bbb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel9-operator@sha256%3A23fc1a55b530e3104c8674947f67e4e750b9b4fee1e71881148f5f532b558bbb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-ebs-csi-driver-operator-container-v4.15.0-202510211321.p2.g2a2b9dd.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:809682a7f5db22c4632cde8ec3cd0af3eb3b4a64bbdf95b7330b51acfab69925_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:809682a7f5db22c4632cde8ec3cd0af3eb3b4a64bbdf95b7330b51acfab69925_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:809682a7f5db22c4632cde8ec3cd0af3eb3b4a64bbdf95b7330b51acfab69925_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-pod-identity-webhook-rhel9@sha256%3A809682a7f5db22c4632cde8ec3cd0af3eb3b4a64bbdf95b7330b51acfab69925?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-pod-identity-webhook-container-v4.15.0-202510211321.p2.g1338503.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:a3728c574b252b0830bd1df8e3e92a48c3121276214870a95c76ac12c108aa6a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:a3728c574b252b0830bd1df8e3e92a48c3121276214870a95c76ac12c108aa6a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:a3728c574b252b0830bd1df8e3e92a48c3121276214870a95c76ac12c108aa6a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-controller-manager-rhel9@sha256%3Aa3728c574b252b0830bd1df8e3e92a48c3121276214870a95c76ac12c108aa6a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-cloud-controller-manager-container-v4.15.0-202510211321.p2.g0d799a2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:3ed7bf4ae76b1b3deacbfda0f18856b2c149a827c934c68fdb7348387c3148fb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:3ed7bf4ae76b1b3deacbfda0f18856b2c149a827c934c68fdb7348387c3148fb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:3ed7bf4ae76b1b3deacbfda0f18856b2c149a827c934c68fdb7348387c3148fb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-node-manager-rhel9@sha256%3A3ed7bf4ae76b1b3deacbfda0f18856b2c149a827c934c68fdb7348387c3148fb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-cloud-node-manager-container-v4.15.0-202510211321.p2.g0d799a2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:f528b1517558b6aefda5c2bf23022ec918207238a0f4b759bafd7d54d0691691_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:f528b1517558b6aefda5c2bf23022ec918207238a0f4b759bafd7d54d0691691_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:f528b1517558b6aefda5c2bf23022ec918207238a0f4b759bafd7d54d0691691_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cluster-api-controllers-rhel9@sha256%3Af528b1517558b6aefda5c2bf23022ec918207238a0f4b759bafd7d54d0691691?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-cluster-api-controllers-container-v4.15.0-202510211321.p2.g44832d2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4899f0b1592431c277642bc16581a656d5e717067da2874bac7c00fa403c06d3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4899f0b1592431c277642bc16581a656d5e717067da2874bac7c00fa403c06d3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4899f0b1592431c277642bc16581a656d5e717067da2874bac7c00fa403c06d3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel9@sha256%3A4899f0b1592431c277642bc16581a656d5e717067da2874bac7c00fa403c06d3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-disk-csi-driver-container-v4.15.0-202510281322.p2.gdcb7e1c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:5971fce447489bb15c3cc4cd9996e321cd8baab37ee170ba335b6ace45bd14f1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:5971fce447489bb15c3cc4cd9996e321cd8baab37ee170ba335b6ace45bd14f1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:5971fce447489bb15c3cc4cd9996e321cd8baab37ee170ba335b6ace45bd14f1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel8-operator@sha256%3A5971fce447489bb15c3cc4cd9996e321cd8baab37ee170ba335b6ace45bd14f1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-disk-csi-driver-operator-container-v4.15.0-202510221322.p2.g160cf62.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:0c1811483c0b6923b5a03a43b3f38fef76bf8317fd2469d476546c2fc308d89f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:0c1811483c0b6923b5a03a43b3f38fef76bf8317fd2469d476546c2fc308d89f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:0c1811483c0b6923b5a03a43b3f38fef76bf8317fd2469d476546c2fc308d89f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-workload-identity-webhook-rhel8@sha256%3A0c1811483c0b6923b5a03a43b3f38fef76bf8317fd2469d476546c2fc308d89f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-workload-identity-webhook-container-v4.15.0-202510221322.p2.g5db478a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:c6fad737f5f0c071d899858498cab7e031d424ea9ff5967bdc57b64e0a85905a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:c6fad737f5f0c071d899858498cab7e031d424ea9ff5967bdc57b64e0a85905a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:c6fad737f5f0c071d899858498cab7e031d424ea9ff5967bdc57b64e0a85905a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel8@sha256%3Ac6fad737f5f0c071d899858498cab7e031d424ea9ff5967bdc57b64e0a85905a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-installer-container-v4.15.0-202510221322.p2.ga5edf2f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:af3b7c16a22c617c4a08fe22aa57038e82abaf27978d99598fc89c2587e7cf53_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:af3b7c16a22c617c4a08fe22aa57038e82abaf27978d99598fc89c2587e7cf53_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:af3b7c16a22c617c4a08fe22aa57038e82abaf27978d99598fc89c2587e7cf53_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel9-operator@sha256%3Aaf3b7c16a22c617c4a08fe22aa57038e82abaf27978d99598fc89c2587e7cf53?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-operator-container-v4.15.0-202510211321.p2.g880ee05.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:8d5b7a2c9c54b30056336db174451e0504a6b70a3ff9376c1d6bb87788f90103_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:8d5b7a2c9c54b30056336db174451e0504a6b70a3ff9376c1d6bb87788f90103_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:8d5b7a2c9c54b30056336db174451e0504a6b70a3ff9376c1d6bb87788f90103_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts@sha256%3A8d5b7a2c9c54b30056336db174451e0504a6b70a3ff9376c1d6bb87788f90103?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cli-artifacts-container-v4.15.0-202510221322.p2.g8231637.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:f713cd7ad817a6f0062ad246873378f7c1cee829b5b83c72efcfd4a70ed644b3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:f713cd7ad817a6f0062ad246873378f7c1cee829b5b83c72efcfd4a70ed644b3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:f713cd7ad817a6f0062ad246873378f7c1cee829b5b83c72efcfd4a70ed644b3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-operator@sha256%3Af713cd7ad817a6f0062ad246873378f7c1cee829b5b83c72efcfd4a70ed644b3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cloud-credential-operator-container-v4.15.0-202510221322.p2.gcffd425.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:ed014578e5710249c89391fdb17423ffa5e6137de2308facd20d4c45981b4adb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:ed014578e5710249c89391fdb17423ffa5e6137de2308facd20d4c45981b4adb_amd64",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:ed014578e5710249c89391fdb17423ffa5e6137de2308facd20d4c45981b4adb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel8@sha256%3Aed014578e5710249c89391fdb17423ffa5e6137de2308facd20d4c45981b4adb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cloud-network-config-controller-container-v4.15.0-202510221322.p2.g6864da0.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:8cdf51b679ab14cc5f9ed2d8265e7959b577d3ca1ccd0d698a6fabe5a11ab4d3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:8cdf51b679ab14cc5f9ed2d8265e7959b577d3ca1ccd0d698a6fabe5a11ab4d3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:8cdf51b679ab14cc5f9ed2d8265e7959b577d3ca1ccd0d698a6fabe5a11ab4d3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel9@sha256%3A8cdf51b679ab14cc5f9ed2d8265e7959b577d3ca1ccd0d698a6fabe5a11ab4d3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-api-container-v4.15.0-202510211321.p2.g2053e13.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6ed4590215d494f1d630556163a47ebfab26a0ea69971862c9864ab0bb370b08_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6ed4590215d494f1d630556163a47ebfab26a0ea69971862c9864ab0bb370b08_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6ed4590215d494f1d630556163a47ebfab26a0ea69971862c9864ab0bb370b08_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-rhel9-operator@sha256%3A6ed4590215d494f1d630556163a47ebfab26a0ea69971862c9864ab0bb370b08?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-authentication-operator-container-v4.15.0-202510211321.p2.g7aaa40e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:38d300d9926a4fcde7999191efc6d99d6154baed0baa00f3f80db8234ed1f7d2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:38d300d9926a4fcde7999191efc6d99d6154baed0baa00f3f80db8234ed1f7d2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:38d300d9926a4fcde7999191efc6d99d6154baed0baa00f3f80db8234ed1f7d2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9-operator@sha256%3A38d300d9926a4fcde7999191efc6d99d6154baed0baa00f3f80db8234ed1f7d2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-autoscaler-operator-container-v4.15.0-202510211321.p2.g8425d88.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1c78469e53ccad316db280cbd0ff4f845a2db0c9986fd7ed101e08ac5c5b8db2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1c78469e53ccad316db280cbd0ff4f845a2db0c9986fd7ed101e08ac5c5b8db2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1c78469e53ccad316db280cbd0ff4f845a2db0c9986fd7ed101e08ac5c5b8db2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel9@sha256%3A1c78469e53ccad316db280cbd0ff4f845a2db0c9986fd7ed101e08ac5c5b8db2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-baremetal-operator-container-v4.15.0-202510211321.p2.g6e850ee.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c8be479b9223b21c389fde445e2e5d1541a7e60267fe07bfb53d64b6afb00999_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c8be479b9223b21c389fde445e2e5d1541a7e60267fe07bfb53d64b6afb00999_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c8be479b9223b21c389fde445e2e5d1541a7e60267fe07bfb53d64b6afb00999_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap-rhel9@sha256%3Ac8be479b9223b21c389fde445e2e5d1541a7e60267fe07bfb53d64b6afb00999?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-bootstrap-container-v4.15.0-202510211321.p2.g0849c46.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:cbed4b61ebdcecfb4c459c7ccfed58a1db918bff994222f639bf2aba73def0d6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:cbed4b61ebdcecfb4c459c7ccfed58a1db918bff994222f639bf2aba73def0d6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:cbed4b61ebdcecfb4c459c7ccfed58a1db918bff994222f639bf2aba73def0d6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel9-operator@sha256%3Acbed4b61ebdcecfb4c459c7ccfed58a1db918bff994222f639bf2aba73def0d6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-capi-operator-container-v4.15.0-202510211321.p2.g203435e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:7f03465e59f1584ad52fed99f2ba8bbad123d1ab885a467fd69bac0ccb9a0923_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:7f03465e59f1584ad52fed99f2ba8bbad123d1ab885a467fd69bac0ccb9a0923_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:7f03465e59f1584ad52fed99f2ba8bbad123d1ab885a467fd69bac0ccb9a0923_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3A7f03465e59f1584ad52fed99f2ba8bbad123d1ab885a467fd69bac0ccb9a0923?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202510211321.p2.g5618113.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ed5146205b69538fd31b42b0114cf60015a47f872743a73077ef971d64d64c58_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ed5146205b69538fd31b42b0114cf60015a47f872743a73077ef971d64d64c58_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ed5146205b69538fd31b42b0114cf60015a47f872743a73077ef971d64d64c58_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-api-rhel9@sha256%3Aed5146205b69538fd31b42b0114cf60015a47f872743a73077ef971d64d64c58?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-config-api-container-v4.15.0-202510211321.p2.g0a58f8c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:4aa00ab509205843236296fabd03a2c49e021eb135a91da0590c67b79694cd94_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:4aa00ab509205843236296fabd03a2c49e021eb135a91da0590c67b79694cd94_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:4aa00ab509205843236296fabd03a2c49e021eb135a91da0590c67b79694cd94_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-rhel9-operator@sha256%3A4aa00ab509205843236296fabd03a2c49e021eb135a91da0590c67b79694cd94?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-config-operator-container-v4.15.0-202510211321.p2.g0b4c69f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:bc3e093b2d1a5e3962b9f02707aaff0d7e0de545a4b7a1887e79538aa2155fc8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:bc3e093b2d1a5e3962b9f02707aaff0d7e0de545a4b7a1887e79538aa2155fc8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:bc3e093b2d1a5e3962b9f02707aaff0d7e0de545a4b7a1887e79538aa2155fc8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3Abc3e093b2d1a5e3962b9f02707aaff0d7e0de545a4b7a1887e79538aa2155fc8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202510211321.p2.ge1b692b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6251627dcc972c58a39485c410c8a264d140b876f8b47765687a310ee4d28524_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6251627dcc972c58a39485c410c8a264d140b876f8b47765687a310ee4d28524_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6251627dcc972c58a39485c410c8a264d140b876f8b47765687a310ee4d28524_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3A6251627dcc972c58a39485c410c8a264d140b876f8b47765687a310ee4d28524?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202510211321.p2.g65dbb12.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:af65a9f612d1e28e2b43f0917dcd06cec30dcb20366aed6a40908b74c07d05ef_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:af65a9f612d1e28e2b43f0917dcd06cec30dcb20366aed6a40908b74c07d05ef_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:af65a9f612d1e28e2b43f0917dcd06cec30dcb20366aed6a40908b74c07d05ef_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-rhel9-operator@sha256%3Aaf65a9f612d1e28e2b43f0917dcd06cec30dcb20366aed6a40908b74c07d05ef?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-dns-operator-container-v4.15.0-202510211321.p2.g73aa60d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7f0237ff4599cbe5aecd287913b9600a0bb36f2fd334a2a5691736cc6c5a8ff2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7f0237ff4599cbe5aecd287913b9600a0bb36f2fd334a2a5691736cc6c5a8ff2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7f0237ff4599cbe5aecd287913b9600a0bb36f2fd334a2a5691736cc6c5a8ff2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-rhel9-operator@sha256%3A7f0237ff4599cbe5aecd287913b9600a0bb36f2fd334a2a5691736cc6c5a8ff2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-image-registry-operator-container-v4.15.0-202510211321.p2.g3a8a3ce.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:d94be231705a6d833b988b01a2aa5c6c8b918fbc38bf2ec8420bf133ccda55c9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:d94be231705a6d833b988b01a2aa5c6c8b918fbc38bf2ec8420bf133ccda55c9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:d94be231705a6d833b988b01a2aa5c6c8b918fbc38bf2ec8420bf133ccda55c9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-rhel9-operator@sha256%3Ad94be231705a6d833b988b01a2aa5c6c8b918fbc38bf2ec8420bf133ccda55c9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-ingress-operator-container-v4.15.0-202510211321.p2.g815632b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d41416b2ae6fa0a882bd778f8628cb1258326ce3f212a1d956ba726b74248c60_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d41416b2ae6fa0a882bd778f8628cb1258326ce3f212a1d956ba726b74248c60_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d41416b2ae6fa0a882bd778f8628cb1258326ce3f212a1d956ba726b74248c60_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-rhel9-operator@sha256%3Ad41416b2ae6fa0a882bd778f8628cb1258326ce3f212a1d956ba726b74248c60?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-kube-apiserver-operator-container-v4.15.0-202510211321.p2.gb5b212e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:1d2c5714949f40e168358c505c0de750f5e2dc7dd0b2e99d31fe3af4cf1e864f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:1d2c5714949f40e168358c505c0de750f5e2dc7dd0b2e99d31fe3af4cf1e864f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:1d2c5714949f40e168358c505c0de750f5e2dc7dd0b2e99d31fe3af4cf1e864f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3A1d2c5714949f40e168358c505c0de750f5e2dc7dd0b2e99d31fe3af4cf1e864f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202510211321.p2.g128d8e0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:1bbed360cd870566238b6c800e8522f04f02d16712c303eecc361af33fff436e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:1bbed360cd870566238b6c800e8522f04f02d16712c303eecc361af33fff436e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:1bbed360cd870566238b6c800e8522f04f02d16712c303eecc361af33fff436e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3A1bbed360cd870566238b6c800e8522f04f02d16712c303eecc361af33fff436e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202510211321.p2.gee8cf52.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f2c98b4bc7bcbb9ade56ab4cfe5d44c32bc140b52a7ee9c5b9cf5957b7ada1ad_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f2c98b4bc7bcbb9ade56ab4cfe5d44c32bc140b52a7ee9c5b9cf5957b7ada1ad_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f2c98b4bc7bcbb9ade56ab4cfe5d44c32bc140b52a7ee9c5b9cf5957b7ada1ad_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-rhel9-operator@sha256%3Af2c98b4bc7bcbb9ade56ab4cfe5d44c32bc140b52a7ee9c5b9cf5957b7ada1ad?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-kube-scheduler-operator-container-v4.15.0-202510211321.p2.gf054dfa.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4896946bdba46feed18276c4f29fe059ede4f60138c966fe9113aa93bbeadee4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4896946bdba46feed18276c4f29fe059ede4f60138c966fe9113aa93bbeadee4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4896946bdba46feed18276c4f29fe059ede4f60138c966fe9113aa93bbeadee4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3A4896946bdba46feed18276c4f29fe059ede4f60138c966fe9113aa93bbeadee4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202510211321.p2.ge76cea5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:74fb3a4932ce350cd4da33d57a4fab1269bdb5e446fe8f93fada1b304a622ce6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:74fb3a4932ce350cd4da33d57a4fab1269bdb5e446fe8f93fada1b304a622ce6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:74fb3a4932ce350cd4da33d57a4fab1269bdb5e446fe8f93fada1b304a622ce6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver-rhel9@sha256%3A74fb3a4932ce350cd4da33d57a4fab1269bdb5e446fe8f93fada1b304a622ce6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-machine-approver-container-v4.15.0-202510211321.p2.g863813e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:ad58b2585ef510c8f4c8b074085bb6dd3e17ed3248d7b86ad3185c76ec33b899_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:ad58b2585ef510c8f4c8b074085bb6dd3e17ed3248d7b86ad3185c76ec33b899_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:ad58b2585ef510c8f4c8b074085bb6dd3e17ed3248d7b86ad3185c76ec33b899_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-olm-operator-rhel8@sha256%3Aad58b2585ef510c8f4c8b074085bb6dd3e17ed3248d7b86ad3185c76ec33b899?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-olm-operator-container-v4.15.0-202510221322.p2.ga7ba898.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:fcd4846ca63a5c2941046c19d96de0bb06ad4205c4f980c844dbd0d98df00d86_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:fcd4846ca63a5c2941046c19d96de0bb06ad4205c4f980c844dbd0d98df00d86_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:fcd4846ca63a5c2941046c19d96de0bb06ad4205c4f980c844dbd0d98df00d86_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3Afcd4846ca63a5c2941046c19d96de0bb06ad4205c4f980c844dbd0d98df00d86?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202510211321.p2.g078c81f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:154bd45ca42951efb3bcca14a5fa0bf055fe8c27d2a58e593e11d24abe2f98bd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:154bd45ca42951efb3bcca14a5fa0bf055fe8c27d2a58e593e11d24abe2f98bd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:154bd45ca42951efb3bcca14a5fa0bf055fe8c27d2a58e593e11d24abe2f98bd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3A154bd45ca42951efb3bcca14a5fa0bf055fe8c27d2a58e593e11d24abe2f98bd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202510211321.p2.g1ae0ba7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:5504bd98506b057146c643c36a6581cb2be8bcbf82787bef530fb6caf4c16e21_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:5504bd98506b057146c643c36a6581cb2be8bcbf82787bef530fb6caf4c16e21_amd64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:5504bd98506b057146c643c36a6581cb2be8bcbf82787bef530fb6caf4c16e21_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel8-operator@sha256%3A5504bd98506b057146c643c36a6581cb2be8bcbf82787bef530fb6caf4c16e21?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-ovirt-csi-operator-container-v4.15.0-202510221322.p2.ge9b0fa2.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:33eac7aa9a8fc302b48f4541dbbef960aed461f73e42e413c5eeb25691a73905_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:33eac7aa9a8fc302b48f4541dbbef960aed461f73e42e413c5eeb25691a73905_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:33eac7aa9a8fc302b48f4541dbbef960aed461f73e42e413c5eeb25691a73905_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-platform-operators-manager-rhel9@sha256%3A33eac7aa9a8fc302b48f4541dbbef960aed461f73e42e413c5eeb25691a73905?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202510211321.p2.g37a0a91.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:566214654a337f7b2f76cba30abaef7b5abd496d0aa6dcf710aaa1dcbf740863_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:566214654a337f7b2f76cba30abaef7b5abd496d0aa6dcf710aaa1dcbf740863_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:566214654a337f7b2f76cba30abaef7b5abd496d0aa6dcf710aaa1dcbf740863_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-rhel9-operator@sha256%3A566214654a337f7b2f76cba30abaef7b5abd496d0aa6dcf710aaa1dcbf740863?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-samples-operator-container-v4.15.0-202510211321.p2.g88a3bc5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:26506524326c64baf2e77da8073ce297d72a583d6ae194516bcb6a32a273059a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:26506524326c64baf2e77da8073ce297d72a583d6ae194516bcb6a32a273059a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:26506524326c64baf2e77da8073ce297d72a583d6ae194516bcb6a32a273059a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-update-keys-rhel9@sha256%3A26506524326c64baf2e77da8073ce297d72a583d6ae194516bcb6a32a273059a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-update-keys-container-v4.15.0-202510211321.p2.g802233d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:f5ac07ba3f562b9c62461916f868079fbbb47d95b24379b9ceb55206e616e140_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:f5ac07ba3f562b9c62461916f868079fbbb47d95b24379b9ceb55206e616e140_amd64",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:f5ac07ba3f562b9c62461916f868079fbbb47d95b24379b9ceb55206e616e140_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel8@sha256%3Af5ac07ba3f562b9c62461916f868079fbbb47d95b24379b9ceb55206e616e140?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-containernetworking-plugins-container-v4.15.0-202510281322.p2.gbf16e4c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:170dd5cd1770f1c560d2d0756a619a220d15c91c8d8d51ea322818be40603ed6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:170dd5cd1770f1c560d2d0756a619a220d15c91c8d8d51ea322818be40603ed6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:170dd5cd1770f1c560d2d0756a619a220d15c91c8d8d51ea322818be40603ed6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-rhel9@sha256%3A170dd5cd1770f1c560d2d0756a619a220d15c91c8d8d51ea322818be40603ed6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-driver-shared-resource-container-v4.15.0-202510211321.p2.g260a085.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:0b264678a566eb387b44b5e8e2ab61c5e12b594aff4db75532d9fc8cf0cb3a78_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:0b264678a566eb387b44b5e8e2ab61c5e12b594aff4db75532d9fc8cf0cb3a78_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:0b264678a566eb387b44b5e8e2ab61c5e12b594aff4db75532d9fc8cf0cb3a78_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-operator-rhel8@sha256%3A0b264678a566eb387b44b5e8e2ab61c5e12b594aff4db75532d9fc8cf0cb3a78?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202510221322.p2.g8d017b7.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:8a13fe639a4db964e30cced1f77214a915489f75b2634356259a03f6f280d856_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:8a13fe639a4db964e30cced1f77214a915489f75b2634356259a03f6f280d856_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:8a13fe639a4db964e30cced1f77214a915489f75b2634356259a03f6f280d856_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-webhook-rhel9@sha256%3A8a13fe639a4db964e30cced1f77214a915489f75b2634356259a03f6f280d856?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202510211321.p2.g260a085.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:0e598a4bc8097ed172a8e3e8058080ae3db89733c02644047e46cfb65b7d3b76_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:0e598a4bc8097ed172a8e3e8058080ae3db89733c02644047e46cfb65b7d3b76_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:0e598a4bc8097ed172a8e3e8058080ae3db89733c02644047e46cfb65b7d3b76_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer@sha256%3A0e598a4bc8097ed172a8e3e8058080ae3db89733c02644047e46cfb65b7d3b76?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-resizer-container-v4.15.0-202510221322.p2.g3b4236d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:0e598a4bc8097ed172a8e3e8058080ae3db89733c02644047e46cfb65b7d3b76_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:0e598a4bc8097ed172a8e3e8058080ae3db89733c02644047e46cfb65b7d3b76_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:0e598a4bc8097ed172a8e3e8058080ae3db89733c02644047e46cfb65b7d3b76_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel8@sha256%3A0e598a4bc8097ed172a8e3e8058080ae3db89733c02644047e46cfb65b7d3b76?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-resizer-container-v4.15.0-202510221322.p2.g3b4236d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ec1000141bbcf65e1e79f4dbfcc97968b05cb1189cc35974ecda36bd2b8d302a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ec1000141bbcf65e1e79f4dbfcc97968b05cb1189cc35974ecda36bd2b8d302a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ec1000141bbcf65e1e79f4dbfcc97968b05cb1189cc35974ecda36bd2b8d302a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel9@sha256%3Aec1000141bbcf65e1e79f4dbfcc97968b05cb1189cc35974ecda36bd2b8d302a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-snapshotter-container-v4.15.0-202510211321.p2.g4f2955c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:69a9487a24d400bbf3ab5bed205f622267fd19783a1c159669359d706a76c3f7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:69a9487a24d400bbf3ab5bed205f622267fd19783a1c159669359d706a76c3f7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:69a9487a24d400bbf3ab5bed205f622267fd19783a1c159669359d706a76c3f7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel9@sha256%3A69a9487a24d400bbf3ab5bed205f622267fd19783a1c159669359d706a76c3f7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-snapshot-controller-container-v4.15.0-202510211321.p2.g4f2955c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b8901c06e9ed87c8998625b99ee186ea5ac8a0a89c0263e210fc77f6b02fc36d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b8901c06e9ed87c8998625b99ee186ea5ac8a0a89c0263e210fc77f6b02fc36d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b8901c06e9ed87c8998625b99ee186ea5ac8a0a89c0263e210fc77f6b02fc36d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd-rhel9@sha256%3Ab8901c06e9ed87c8998625b99ee186ea5ac8a0a89c0263e210fc77f6b02fc36d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-etcd-container-v4.15.0-202510211321.p2.ga7005ef.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:92e8805702148fe8bd56ce06cd18da14eca209207633ecd89b3b3db27e784d2e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:92e8805702148fe8bd56ce06cd18da14eca209207633ecd89b3b3db27e784d2e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:92e8805702148fe8bd56ce06cd18da14eca209207633ecd89b3b3db27e784d2e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cloud-controller-manager-rhel9@sha256%3A92e8805702148fe8bd56ce06cd18da14eca209207633ecd89b3b3db27e784d2e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-cloud-controller-manager-container-v4.15.0-202510211321.p2.gfc50272.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:fb673b9cd4bf5792fb1cbdc40d8ae3787b0c371157078ffbd959748ab0c19db6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:fb673b9cd4bf5792fb1cbdc40d8ae3787b0c371157078ffbd959748ab0c19db6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:fb673b9cd4bf5792fb1cbdc40d8ae3787b0c371157078ffbd959748ab0c19db6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cluster-api-controllers-rhel9@sha256%3Afb673b9cd4bf5792fb1cbdc40d8ae3787b0c371157078ffbd959748ab0c19db6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-cluster-api-controllers-container-v4.15.0-202510211321.p2.gbad5403.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:a44db4753020da0574e7b2cb486ed690ec6d452d9c9a86f1a35155b3203c3f14_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:a44db4753020da0574e7b2cb486ed690ec6d452d9c9a86f1a35155b3203c3f14_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:a44db4753020da0574e7b2cb486ed690ec6d452d9c9a86f1a35155b3203c3f14_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-rhel9@sha256%3Aa44db4753020da0574e7b2cb486ed690ec6d452d9c9a86f1a35155b3203c3f14?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-pd-csi-driver-container-v4.15.0-202510281322.p2.g856ee3e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b1aa6c712d6b2c05c5819d89c96f837a164cc978670d9ce0ca3676c2bf327ab7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b1aa6c712d6b2c05c5819d89c96f837a164cc978670d9ce0ca3676c2bf327ab7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b1aa6c712d6b2c05c5819d89c96f837a164cc978670d9ce0ca3676c2bf327ab7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-operator-rhel8@sha256%3Ab1aa6c712d6b2c05c5819d89c96f837a164cc978670d9ce0ca3676c2bf327ab7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-pd-csi-driver-operator-container-v4.15.0-202510221322.p2.g3b91ee3.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:d273edcc6cdb663d54cec22fc7947d30417ebde92772f7613ee71df7e245f8c6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:d273edcc6cdb663d54cec22fc7947d30417ebde92772f7613ee71df7e245f8c6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:d273edcc6cdb663d54cec22fc7947d30417ebde92772f7613ee71df7e245f8c6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-cloud-controller-manager-rhel9@sha256%3Ad273edcc6cdb663d54cec22fc7947d30417ebde92772f7613ee71df7e245f8c6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibm-cloud-controller-manager-container-v4.15.0-202510211321.p2.gcc0d541.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:798b93cd2c8dc91007f8e5ce984a9416a523ca1ad1d1edb48ee299cc38a7298d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:798b93cd2c8dc91007f8e5ce984a9416a523ca1ad1d1edb48ee299cc38a7298d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:798b93cd2c8dc91007f8e5ce984a9416a523ca1ad1d1edb48ee299cc38a7298d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-rhel9@sha256%3A798b93cd2c8dc91007f8e5ce984a9416a523ca1ad1d1edb48ee299cc38a7298d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibm-vpc-block-csi-driver-container-v4.15.0-202510211321.p2.g714ed7d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:23ca2c33256242f865b28d356c525a06f15824a5b407827908fdd88909399ec0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:23ca2c33256242f865b28d356c525a06f15824a5b407827908fdd88909399ec0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:23ca2c33256242f865b28d356c525a06f15824a5b407827908fdd88909399ec0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256%3A23ca2c33256242f865b28d356c525a06f15824a5b407827908fdd88909399ec0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202510221322.p2.g9c64fe8.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e93e6e39e6a94f8aed80905145fe08b6679dd15a84ded4b4ed0b24b0afdb36f4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e93e6e39e6a94f8aed80905145fe08b6679dd15a84ded4b4ed0b24b0afdb36f4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e93e6e39e6a94f8aed80905145fe08b6679dd15a84ded4b4ed0b24b0afdb36f4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-cluster-api-controllers-rhel9@sha256%3Ae93e6e39e6a94f8aed80905145fe08b6679dd15a84ded4b4ed0b24b0afdb36f4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibmcloud-cluster-api-controllers-container-v4.15.0-202510211321.p2.g299435a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:3b57a94699fd5667ccb1cade8f56ced7b4c9bc06969da3a9036fe4963a6bec0a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:3b57a94699fd5667ccb1cade8f56ced7b4c9bc06969da3a9036fe4963a6bec0a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:3b57a94699fd5667ccb1cade8f56ced7b4c9bc06969da3a9036fe4963a6bec0a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-machine-controllers-rhel9@sha256%3A3b57a94699fd5667ccb1cade8f56ced7b4c9bc06969da3a9036fe4963a6bec0a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibmcloud-machine-controllers-container-v4.15.0-202510211321.p2.g6846b9a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:d7c0d00e80632f5acfb1c3bc82e579be6b79e15817540e9c91cd6b3a1b3f6ac8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:d7c0d00e80632f5acfb1c3bc82e579be6b79e15817540e9c91cd6b3a1b3f6ac8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:d7c0d00e80632f5acfb1c3bc82e579be6b79e15817540e9c91cd6b3a1b3f6ac8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-image-customization-controller-rhel8@sha256%3Ad7c0d00e80632f5acfb1c3bc82e579be6b79e15817540e9c91cd6b3a1b3f6ac8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-image-customization-controller-container-v4.15.0-202510281322.p2.g97d8765.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:03d49f30a46c3674fc120b13433e13a2fad082c984014f459ac7f10ab3e9bf97_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:03d49f30a46c3674fc120b13433e13a2fad082c984014f459ac7f10ab3e9bf97_amd64",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:03d49f30a46c3674fc120b13433e13a2fad082c984014f459ac7f10ab3e9bf97_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel9-operator@sha256%3A03d49f30a46c3674fc120b13433e13a2fad082c984014f459ac7f10ab3e9bf97?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-insights-operator-container-v4.15.0-202510211321.p2.g975bba9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer@sha256:8300f9d1110230c510e9ae8dbbbc4501a5ce8b57b424f20ae3e42d4918ac9b48_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer@sha256:8300f9d1110230c510e9ae8dbbbc4501a5ce8b57b424f20ae3e42d4918ac9b48_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer@sha256:8300f9d1110230c510e9ae8dbbbc4501a5ce8b57b424f20ae3e42d4918ac9b48_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer@sha256%3A8300f9d1110230c510e9ae8dbbbc4501a5ce8b57b424f20ae3e42d4918ac9b48?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-container-v4.15.0-202510221322.p2.ga5edf2f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:369734364457c3584230c9b2445742b2dba5964dd7733422935bd16b71a0ea8d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:369734364457c3584230c9b2445742b2dba5964dd7733422935bd16b71a0ea8d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:369734364457c3584230c9b2445742b2dba5964dd7733422935bd16b71a0ea8d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-altinfra-rhel8@sha256%3A369734364457c3584230c9b2445742b2dba5964dd7733422935bd16b71a0ea8d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-altinfra-container-v4.15.0-202510221322.p2.ga5edf2f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:df1f7115b9ef18a54f64b9646a27393c7c949a718fadb28ab8803d955c75577b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:df1f7115b9ef18a54f64b9646a27393c7c949a718fadb28ab8803d955c75577b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:df1f7115b9ef18a54f64b9646a27393c7c949a718fadb28ab8803d955c75577b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts@sha256%3Adf1f7115b9ef18a54f64b9646a27393c7c949a718fadb28ab8803d955c75577b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-artifacts-container-v4.15.0-202510221322.p2.ga5edf2f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:a3c239970ebc8ba8b547dec72f2f6aeddc12cd19c18d75c493abc85285da48fd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:a3c239970ebc8ba8b547dec72f2f6aeddc12cd19c18d75c493abc85285da48fd_amd64",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:a3c239970ebc8ba8b547dec72f2f6aeddc12cd19c18d75c493abc85285da48fd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kube-metrics-server-rhel8@sha256%3Aa3c239970ebc8ba8b547dec72f2f6aeddc12cd19c18d75c493abc85285da48fd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kube-metrics-server-container-v4.15.0-202510221322.p2.gbcbf241.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1ce7092cace33e4ab97d548ab4c9a2388dd84e53bab452a7458c8a5ed4495701_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1ce7092cace33e4ab97d548ab4c9a2388dd84e53bab452a7458c8a5ed4495701_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1ce7092cace33e4ab97d548ab4c9a2388dd84e53bab452a7458c8a5ed4495701_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel9@sha256%3A1ce7092cace33e4ab97d548ab4c9a2388dd84e53bab452a7458c8a5ed4495701?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kube-storage-version-migrator-container-v4.15.0-202510211321.p2.ga6a9ab1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a82429314b1c0785c2d46c99440175d0ac8311bec3f31da3418340a2a0a55ac2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a82429314b1c0785c2d46c99440175d0ac8311bec3f31da3418340a2a0a55ac2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a82429314b1c0785c2d46c99440175d0ac8311bec3f31da3418340a2a0a55ac2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3Aa82429314b1c0785c2d46c99440175d0ac8311bec3f31da3418340a2a0a55ac2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202510211321.p2.gdbaf9ea.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:31b6d68104fe1044f063ba297e9d9e69c1e55b95b26f1e33f93a2573d66814bd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:31b6d68104fe1044f063ba297e9d9e69c1e55b95b26f1e33f93a2573d66814bd_amd64",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:31b6d68104fe1044f063ba297e9d9e69c1e55b95b26f1e33f93a2573d66814bd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-csi-driver-rhel8@sha256%3A31b6d68104fe1044f063ba297e9d9e69c1e55b95b26f1e33f93a2573d66814bd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kubevirt-csi-driver-container-v4.15.0-202510221322.p2.g23b66bf.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:8418c603da899631b4fc20e064533ca74f94b98e20ba3843b7603c9ff7cab8ac_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:8418c603da899631b4fc20e064533ca74f94b98e20ba3843b7603c9ff7cab8ac_amd64",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:8418c603da899631b4fc20e064533ca74f94b98e20ba3843b7603c9ff7cab8ac_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers-rhel9@sha256%3A8418c603da899631b4fc20e064533ca74f94b98e20ba3843b7603c9ff7cab8ac?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-libvirt-machine-controllers-container-v4.15.0-202510211321.p2.g7dab744.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:9a08e22dac8c713b0cde2a6ac9031a70ee16bd1df3d093f8533534287ac7fc41_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:9a08e22dac8c713b0cde2a6ac9031a70ee16bd1df3d093f8533534287ac7fc41_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:9a08e22dac8c713b0cde2a6ac9031a70ee16bd1df3d093f8533534287ac7fc41_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-rhel9-operator@sha256%3A9a08e22dac8c713b0cde2a6ac9031a70ee16bd1df3d093f8533534287ac7fc41?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-operator-container-v4.15.0-202510211321.p2.g166c46a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:c2a8ee96f4cca328a3791758909bf9322ece200a84b10bc15048979aa827af3e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:c2a8ee96f4cca328a3791758909bf9322ece200a84b10bc15048979aa827af3e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:c2a8ee96f4cca328a3791758909bf9322ece200a84b10bc15048979aa827af3e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-aws-rhel9@sha256%3Ac2a8ee96f4cca328a3791758909bf9322ece200a84b10bc15048979aa827af3e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-aws-container-v4.15.0-202510280124.p2.gfb9a59a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:3fd566875c0685e36134791ffafd5232558ca1830324988a55ed8e189fe5c35a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:3fd566875c0685e36134791ffafd5232558ca1830324988a55ed8e189fe5c35a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:3fd566875c0685e36134791ffafd5232558ca1830324988a55ed8e189fe5c35a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-azure-rhel9@sha256%3A3fd566875c0685e36134791ffafd5232558ca1830324988a55ed8e189fe5c35a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-azure-container-v4.15.0-202510211321.p2.g9f1015e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:263187d98ca0b290168472163b9a8d81dba1077cce8d7dcd8419894ba16524d9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:263187d98ca0b290168472163b9a8d81dba1077cce8d7dcd8419894ba16524d9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:263187d98ca0b290168472163b9a8d81dba1077cce8d7dcd8419894ba16524d9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-gcp-rhel9@sha256%3A263187d98ca0b290168472163b9a8d81dba1077cce8d7dcd8419894ba16524d9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-gcp-container-v4.15.0-202510211321.p2.g0af06c0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:2665982a7b3d16d59f3e11ddf65b1016828d746db8aba950d9094cbc5fc3cd26_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:2665982a7b3d16d59f3e11ddf65b1016828d746db8aba950d9094cbc5fc3cd26_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:2665982a7b3d16d59f3e11ddf65b1016828d746db8aba950d9094cbc5fc3cd26_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel9@sha256%3A2665982a7b3d16d59f3e11ddf65b1016828d746db8aba950d9094cbc5fc3cd26?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-openstack-container-v4.15.0-202510211321.p2.g396a09f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:2ea17ca4317c75eb3a86741d6925cfa3b0f8fe5cfd14281ac42f2f61b983bf39_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:2ea17ca4317c75eb3a86741d6925cfa3b0f8fe5cfd14281ac42f2f61b983bf39_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:2ea17ca4317c75eb3a86741d6925cfa3b0f8fe5cfd14281ac42f2f61b983bf39_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-operator@sha256%3A2ea17ca4317c75eb3a86741d6925cfa3b0f8fe5cfd14281ac42f2f61b983bf39?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-config-operator-container-v4.15.0-202510221322.p2.g78cd089.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:36fa337753dd82ecf610b3cd5bc3c32b4d863e7ef6326610004d5ad2e9e8a369_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:36fa337753dd82ecf610b3cd5bc3c32b4d863e7ef6326610004d5ad2e9e8a369_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:36fa337753dd82ecf610b3cd5bc3c32b4d863e7ef6326610004d5ad2e9e8a369_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel8@sha256%3A36fa337753dd82ecf610b3cd5bc3c32b4d863e7ef6326610004d5ad2e9e8a369?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-os-images-container-v4.15.0-202510221322.p2.gb7f83c7.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f1a0d254b3fe80b66cea05d072d13bb9870989299d9f2c5d7c93b9ac9ad3074a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f1a0d254b3fe80b66cea05d072d13bb9870989299d9f2c5d7c93b9ac9ad3074a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f1a0d254b3fe80b66cea05d072d13bb9870989299d9f2c5d7c93b9ac9ad3074a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller-rhel9@sha256%3Af1a0d254b3fe80b66cea05d072d13bb9870989299d9f2c5d7c93b9ac9ad3074a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-admission-controller-container-v4.15.0-202510211321.p2.ga2e3c6e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:4d213b4b7b581e6ca449fa12678b4b75b06b938d16c76c054910bf71c2b65168_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:4d213b4b7b581e6ca449fa12678b4b75b06b938d16c76c054910bf71c2b65168_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:4d213b4b7b581e6ca449fa12678b4b75b06b938d16c76c054910bf71c2b65168_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel8@sha256%3A4d213b4b7b581e6ca449fa12678b4b75b06b938d16c76c054910bf71c2b65168?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-route-override-cni-container-v4.15.0-202510221322.p2.g1ccafc3.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ddb1c43498ca301d4a437b8ebb23378c0db0b8e50f58b0dca911564817db1854_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ddb1c43498ca301d4a437b8ebb23378c0db0b8e50f58b0dca911564817db1854_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ddb1c43498ca301d4a437b8ebb23378c0db0b8e50f58b0dca911564817db1854_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel8@sha256%3Addb1c43498ca301d4a437b8ebb23378c0db0b8e50f58b0dca911564817db1854?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-whereabouts-ipam-cni-container-v4.15.0-202510221322.p2.gcfa4f97.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather@sha256:6800efa41a1f05c0d4d2f6702ec6f2fbbea73c3d3fc025dc62a5cbf3233add53_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather@sha256:6800efa41a1f05c0d4d2f6702ec6f2fbbea73c3d3fc025dc62a5cbf3233add53_amd64",
"product_id": "registry.redhat.io/openshift4/ose-must-gather@sha256:6800efa41a1f05c0d4d2f6702ec6f2fbbea73c3d3fc025dc62a5cbf3233add53_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather@sha256%3A6800efa41a1f05c0d4d2f6702ec6f2fbbea73c3d3fc025dc62a5cbf3233add53?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-must-gather-container-v4.15.0-202510281322.p2.g0f70f31.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:805ea7427ea3131fab72e43f80c34db682ba3e3603b438f1315146f24f706c01_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:805ea7427ea3131fab72e43f80c34db682ba3e3603b438f1315146f24f706c01_amd64",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:805ea7427ea3131fab72e43f80c34db682ba3e3603b438f1315146f24f706c01_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel8@sha256%3A805ea7427ea3131fab72e43f80c34db682ba3e3603b438f1315146f24f706c01?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-interface-bond-cni-container-v4.15.0-202510221322.p2.gf91deca.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:d42373331e4dabbca4921280d47dea956ffc0690648ae172f156605db302c8f7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:d42373331e4dabbca4921280d47dea956ffc0690648ae172f156605db302c8f7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:d42373331e4dabbca4921280d47dea956ffc0690648ae172f156605db302c8f7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel9@sha256%3Ad42373331e4dabbca4921280d47dea956ffc0690648ae172f156605db302c8f7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-metrics-daemon-container-v4.15.0-202510211321.p2.g1b188fa.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:e109e2c17a3686bad9121716df7ffc7d6ec82419f28b24fad531f96f86df0f32_amd64",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:e109e2c17a3686bad9121716df7ffc7d6ec82419f28b24fad531f96f86df0f32_amd64",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:e109e2c17a3686bad9121716df7ffc7d6ec82419f28b24fad531f96f86df0f32_amd64",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel8@sha256%3Ae109e2c17a3686bad9121716df7ffc7d6ec82419f28b24fad531f96f86df0f32?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-tools-container-v4.15.0-202510221322.p2.g17536c8.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:87017af27e74c380225ffcbcc961d2d345b5d997df552a9248d07d8230dab3fd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:87017af27e74c380225ffcbcc961d2d345b5d997df552a9248d07d8230dab3fd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:87017af27e74c380225ffcbcc961d2d345b5d997df552a9248d07d8230dab3fd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-nutanix-cloud-controller-manager-rhel9@sha256%3A87017af27e74c380225ffcbcc961d2d345b5d997df552a9248d07d8230dab3fd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-nutanix-cloud-controller-manager-container-v4.15.0-202510211321.p2.g040d4e0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:ed7dd0e4fde979f4286ec5fd7f3ff1c51eb22d15af56138ae838d97df29884e2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:ed7dd0e4fde979f4286ec5fd7f3ff1c51eb22d15af56138ae838d97df29884e2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:ed7dd0e4fde979f4286ec5fd7f3ff1c51eb22d15af56138ae838d97df29884e2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-nutanix-machine-controllers-rhel9@sha256%3Aed7dd0e4fde979f4286ec5fd7f3ff1c51eb22d15af56138ae838d97df29884e2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-nutanix-machine-controllers-container-v4.15.0-202510211321.p2.gec58a61.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a7672e4823bc698d02c4d241c84a57a523b13a267850baf8c1ec44150eac7f7f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a7672e4823bc698d02c4d241c84a57a523b13a267850baf8c1ec44150eac7f7f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a7672e4823bc698d02c4d241c84a57a523b13a267850baf8c1ec44150eac7f7f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel9@sha256%3Aa7672e4823bc698d02c4d241c84a57a523b13a267850baf8c1ec44150eac7f7f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-oauth-apiserver-container-v4.15.0-202510211321.p2.g0e15844.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:b2acd795681ddef65394e303c06e022ff54e1e0c53fcb341c381197f7e520b6a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:b2acd795681ddef65394e303c06e022ff54e1e0c53fcb341c381197f7e520b6a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:b2acd795681ddef65394e303c06e022ff54e1e0c53fcb341c381197f7e520b6a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-catalogd-rhel8@sha256%3Ab2acd795681ddef65394e303c06e022ff54e1e0c53fcb341c381197f7e520b6a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-catalogd-container-v4.15.0-202510221322.p2.g035d383.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:8dd21817e31ef713af9cd67c004c8a6118b62c1dc557f963f28244920ffa9f5d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:8dd21817e31ef713af9cd67c004c8a6118b62c1dc557f963f28244920ffa9f5d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:8dd21817e31ef713af9cd67c004c8a6118b62c1dc557f963f28244920ffa9f5d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-operator-controller-rhel8@sha256%3A8dd21817e31ef713af9cd67c004c8a6118b62c1dc557f963f28244920ffa9f5d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-operator-controller-container-v4.15.0-202510221322.p2.g303b954.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:75460db975618d0dfc82f509725522f8151b49a00a210615dc8cbc97f6ed2fb4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:75460db975618d0dfc82f509725522f8151b49a00a210615dc8cbc97f6ed2fb4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:75460db975618d0dfc82f509725522f8151b49a00a210615dc8cbc97f6ed2fb4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-rukpak-rhel8@sha256%3A75460db975618d0dfc82f509725522f8151b49a00a210615dc8cbc97f6ed2fb4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-rukpak-container-v4.15.0-202510221322.p2.g5b09cd4.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8f2245017277cd5f2642b162511ab42d7b8485567adfa25db900973baf058de1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8f2245017277cd5f2642b162511ab42d7b8485567adfa25db900973baf058de1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8f2245017277cd5f2642b162511ab42d7b8485567adfa25db900973baf058de1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel9@sha256%3A8f2245017277cd5f2642b162511ab42d7b8485567adfa25db900973baf058de1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openshift-apiserver-container-v4.15.0-202510211321.p2.g65ff3cd.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:ac2f665507bd239b43bfcebde4c50d9925b0376c06b448a9695e7f25ec4380d6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:ac2f665507bd239b43bfcebde4c50d9925b0376c06b448a9695e7f25ec4380d6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:ac2f665507bd239b43bfcebde4c50d9925b0376c06b448a9695e7f25ec4380d6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel9@sha256%3Aac2f665507bd239b43bfcebde4c50d9925b0376c06b448a9695e7f25ec4380d6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openshift-controller-manager-container-v4.15.0-202510211321.p2.g110a10a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0693761931e2b7ffaf4e39c6fde5b0a1099d32b5269c7a498f76bff354a84ae9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0693761931e2b7ffaf4e39c6fde5b0a1099d32b5269c7a498f76bff354a84ae9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0693761931e2b7ffaf4e39c6fde5b0a1099d32b5269c7a498f76bff354a84ae9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9@sha256%3A0693761931e2b7ffaf4e39c6fde5b0a1099d32b5269c7a498f76bff354a84ae9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openstack-cinder-csi-driver-container-v4.15.0-202510211321.p2.g3d9f6f8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:c64fbe8a063ea2f7897ffd9bc2c1882c03c406611f8dffe9b9a885f3e75f105c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:c64fbe8a063ea2f7897ffd9bc2c1882c03c406611f8dffe9b9a885f3e75f105c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:c64fbe8a063ea2f7897ffd9bc2c1882c03c406611f8dffe9b9a885f3e75f105c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8-operator@sha256%3Ac64fbe8a063ea2f7897ffd9bc2c1882c03c406611f8dffe9b9a885f3e75f105c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202510221322.p2.gd0c2407.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:7d482a6204223e73e4dfa0013f4ba20db1d04c7a8c2881dd4b9a58e6e7d25f09_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:7d482a6204223e73e4dfa0013f4ba20db1d04c7a8c2881dd4b9a58e6e7d25f09_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:7d482a6204223e73e4dfa0013f4ba20db1d04c7a8c2881dd4b9a58e6e7d25f09_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel9@sha256%3A7d482a6204223e73e4dfa0013f4ba20db1d04c7a8c2881dd4b9a58e6e7d25f09?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202510211321.p2.g3d9f6f8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:febeb3a8a0fce4ca039322544cbfeb0c6f60723440ec6c2f60b12b390373418c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:febeb3a8a0fce4ca039322544cbfeb0c6f60723440ec6c2f60b12b390373418c_amd64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:febeb3a8a0fce4ca039322544cbfeb0c6f60723440ec6c2f60b12b390373418c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9@sha256%3Afebeb3a8a0fce4ca039322544cbfeb0c6f60723440ec6c2f60b12b390373418c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovirt-csi-driver-container-v4.15.0-202510211321.p2.gb8d25ad.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:98041b168deec45330330ec382e6262d616e1b1a22a389f9216b622c3118f401_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:98041b168deec45330330ec382e6262d616e1b1a22a389f9216b622c3118f401_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:98041b168deec45330330ec382e6262d616e1b1a22a389f9216b622c3118f401_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256%3A98041b168deec45330330ec382e6262d616e1b1a22a389f9216b622c3118f401?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovn-kubernetes-container-v4.15.0-202510221322.p2.g8fbb563.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:21d73647d434cea2c398a5c30ee2f92b6f5aee3b1106b961b1d50e8a18825f1a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:21d73647d434cea2c398a5c30ee2f92b6f5aee3b1106b961b1d50e8a18825f1a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:21d73647d434cea2c398a5c30ee2f92b6f5aee3b1106b961b1d50e8a18825f1a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-rhel9@sha256%3A21d73647d434cea2c398a5c30ee2f92b6f5aee3b1106b961b1d50e8a18825f1a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-powervs-block-csi-driver-container-v4.15.0-202510281322.p2.g38bee56.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:09b9ae640fccd4a948ce4835dbe29f65be91484aba6c2afc751761aa9dca541b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:09b9ae640fccd4a948ce4835dbe29f65be91484aba6c2afc751761aa9dca541b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:09b9ae640fccd4a948ce4835dbe29f65be91484aba6c2afc751761aa9dca541b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-operator-rhel8@sha256%3A09b9ae640fccd4a948ce4835dbe29f65be91484aba6c2afc751761aa9dca541b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202510221322.p2.ga3729dc.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:80be0fc1705791db62dbf7b2385021b8e67d0d21a94815fff91c3e87d6e6e238_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:80be0fc1705791db62dbf7b2385021b8e67d0d21a94815fff91c3e87d6e6e238_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:80be0fc1705791db62dbf7b2385021b8e67d0d21a94815fff91c3e87d6e6e238_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-cloud-controller-manager-rhel9@sha256%3A80be0fc1705791db62dbf7b2385021b8e67d0d21a94815fff91c3e87d6e6e238?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-powervs-cloud-controller-manager-container-v4.15.0-202510211321.p2.g1d6a7ed.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:de0740c2f08cf7e6a8c851135f4f2273c768eac198d7e09e35a81b585f1c755a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:de0740c2f08cf7e6a8c851135f4f2273c768eac198d7e09e35a81b585f1c755a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:de0740c2f08cf7e6a8c851135f4f2273c768eac198d7e09e35a81b585f1c755a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-machine-controllers-rhel9@sha256%3Ade0740c2f08cf7e6a8c851135f4f2273c768eac198d7e09e35a81b585f1c755a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-powervs-machine-controllers-container-v4.15.0-202510211321.p2.g5c68b04.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:c11fa3e642fa099dd30b99375606f82a4cfbe67017d832f32c8fb1ed58a5aa76_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:c11fa3e642fa099dd30b99375606f82a4cfbe67017d832f32c8fb1ed58a5aa76_amd64",
"product_id": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:c11fa3e642fa099dd30b99375606f82a4cfbe67017d832f32c8fb1ed58a5aa76_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-k8s-prometheus-adapter-rhel9@sha256%3Ac11fa3e642fa099dd30b99375606f82a4cfbe67017d832f32c8fb1ed58a5aa76?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-prometheus-adapter-container-v4.15.0-202510211321.p2.g34e2019.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:1e22e06efdd0d73b88ec841815eb6ab7c0f1324b98ea6d3c92910c2e9a592c5b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:1e22e06efdd0d73b88ec841815eb6ab7c0f1324b98ea6d3c92910c2e9a592c5b_amd64",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:1e22e06efdd0d73b88ec841815eb6ab7c0f1324b98ea6d3c92910c2e9a592c5b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel8@sha256%3A1e22e06efdd0d73b88ec841815eb6ab7c0f1324b98ea6d3c92910c2e9a592c5b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-route-controller-manager-container-v4.15.0-202510221322.p2.gc5cc7a7.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:02236b492db7f328592308281ed110ec59afda1c6fe88b5b1278e66aaf0a76cb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:02236b492db7f328592308281ed110ec59afda1c6fe88b5b1278e66aaf0a76cb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:02236b492db7f328592308281ed110ec59afda1c6fe88b5b1278e66aaf0a76cb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-sdn-rhel9@sha256%3A02236b492db7f328592308281ed110ec59afda1c6fe88b5b1278e66aaf0a76cb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-node-container-v4.15.0-202510211321.p2.g53680a5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:d23c4af5d88f5f753bf395b24bf1d168570e5f6036c6a6ae8b1bba6bed7ecbc3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:d23c4af5d88f5f753bf395b24bf1d168570e5f6036c6a6ae8b1bba6bed7ecbc3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:d23c4af5d88f5f753bf395b24bf1d168570e5f6036c6a6ae8b1bba6bed7ecbc3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-rhel9-operator@sha256%3Ad23c4af5d88f5f753bf395b24bf1d168570e5f6036c6a6ae8b1bba6bed7ecbc3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-service-ca-operator-container-v4.15.0-202510211321.p2.g19f312e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:a20f2c0440231d57eb8db827564604dad20c3656c39acdab469d15ae5ef37c8b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:a20f2c0440231d57eb8db827564604dad20c3656c39acdab469d15ae5ef37c8b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:a20f2c0440231d57eb8db827564604dad20c3656c39acdab469d15ae5ef37c8b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel8@sha256%3Aa20f2c0440231d57eb8db827564604dad20c3656c39acdab469d15ae5ef37c8b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-tools-container-v4.15.0-202510280124.p2.g8231637.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:5a28ee6abd396c5d957fa863a15cdc834c72a792d895a28415900cafa85c173a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:5a28ee6abd396c5d957fa863a15cdc834c72a792d895a28415900cafa85c173a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:5a28ee6abd396c5d957fa863a15cdc834c72a792d895a28415900cafa85c173a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vmware-vsphere-csi-driver-rhel9@sha256%3A5a28ee6abd396c5d957fa863a15cdc834c72a792d895a28415900cafa85c173a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-vmware-vsphere-csi-driver-container-v4.15.0-202510281322.p2.g4b15e93.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:5a28ee6abd396c5d957fa863a15cdc834c72a792d895a28415900cafa85c173a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:5a28ee6abd396c5d957fa863a15cdc834c72a792d895a28415900cafa85c173a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:5a28ee6abd396c5d957fa863a15cdc834c72a792d895a28415900cafa85c173a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-csi-driver-rhel9@sha256%3A5a28ee6abd396c5d957fa863a15cdc834c72a792d895a28415900cafa85c173a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-vmware-vsphere-csi-driver-container-v4.15.0-202510281322.p2.g4b15e93.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:8c60dbf477a0e750d0e4895ae8eda21a7ca74b6ea06e8b428d6eb0e3acccf63a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:8c60dbf477a0e750d0e4895ae8eda21a7ca74b6ea06e8b428d6eb0e3acccf63a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:8c60dbf477a0e750d0e4895ae8eda21a7ca74b6ea06e8b428d6eb0e3acccf63a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256%3A8c60dbf477a0e750d0e4895ae8eda21a7ca74b6ea06e8b428d6eb0e3acccf63a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202510221322.p2.ge0d4657.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:8c60dbf477a0e750d0e4895ae8eda21a7ca74b6ea06e8b428d6eb0e3acccf63a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:8c60dbf477a0e750d0e4895ae8eda21a7ca74b6ea06e8b428d6eb0e3acccf63a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:8c60dbf477a0e750d0e4895ae8eda21a7ca74b6ea06e8b428d6eb0e3acccf63a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-csi-driver-operator-rhel8@sha256%3A8c60dbf477a0e750d0e4895ae8eda21a7ca74b6ea06e8b428d6eb0e3acccf63a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202510221322.p2.ge0d4657.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:435629696ca8750b352c890af863b85ecc6680b8749006fbb56cfc8957db0a25_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:435629696ca8750b352c890af863b85ecc6680b8749006fbb56cfc8957db0a25_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:435629696ca8750b352c890af863b85ecc6680b8749006fbb56cfc8957db0a25_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-cloud-controller-manager-rhel9@sha256%3A435629696ca8750b352c890af863b85ecc6680b8749006fbb56cfc8957db0a25?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-vsphere-cloud-controller-manager-container-v4.15.0-202510211321.p2.g81ad52a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:328a0954887176f2dce3b350f54ae0c0c51f937cfef1bba9b986659343b2eac9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:328a0954887176f2dce3b350f54ae0c0c51f937cfef1bba9b986659343b2eac9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:328a0954887176f2dce3b350f54ae0c0c51f937cfef1bba9b986659343b2eac9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-cluster-api-controllers-rhel9@sha256%3A328a0954887176f2dce3b350f54ae0c0c51f937cfef1bba9b986659343b2eac9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-vsphere-cluster-api-controllers-container-v4.15.0-202510211321.p2.gbb5a771.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:326ec4eb64e1da8db46c9bdfa4e0ae03732a863eafad17e4ebf0dc63698acfae_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:326ec4eb64e1da8db46c9bdfa4e0ae03732a863eafad17e4ebf0dc63698acfae_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:326ec4eb64e1da8db46c9bdfa4e0ae03732a863eafad17e4ebf0dc63698acfae_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256%3A326ec4eb64e1da8db46c9bdfa4e0ae03732a863eafad17e4ebf0dc63698acfae?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ovn-kubernetes-microshift-container-v4.15.0-202510221322.p2.g8fbb563.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:e41eb9ea6d0e646c40f43923678913904a2fc8f5f4fa1e9e458c807632e82c9a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:e41eb9ea6d0e646c40f43923678913904a2fc8f5f4fa1e9e458c807632e82c9a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:e41eb9ea6d0e646c40f43923678913904a2fc8f5f4fa1e9e458c807632e82c9a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy@sha256%3Ae41eb9ea6d0e646c40f43923678913904a2fc8f5f4fa1e9e458c807632e82c9a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prom-label-proxy-container-v4.15.0-202510221322.p2.gf3f1f5d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e6a298a5a4b32e8908f2ea8207f673d1c7f63d654ebd18a7c3dc03bec7019240_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e6a298a5a4b32e8908f2ea8207f673d1c7f63d654ebd18a7c3dc03bec7019240_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e6a298a5a4b32e8908f2ea8207f673d1c7f63d654ebd18a7c3dc03bec7019240_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader-rhel9@sha256%3Ae6a298a5a4b32e8908f2ea8207f673d1c7f63d654ebd18a7c3dc03bec7019240?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prometheus-config-reloader-container-v4.15.0-202510211321.p2.g902436a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:c04c13d41b67bf5462d1ac2bbed4b95a53a2b2bbd293b32e7478b5cdd8ec5d5f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:c04c13d41b67bf5462d1ac2bbed4b95a53a2b2bbd293b32e7478b5cdd8ec5d5f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:c04c13d41b67bf5462d1ac2bbed4b95a53a2b2bbd293b32e7478b5cdd8ec5d5f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9-operator@sha256%3Ac04c13d41b67bf5462d1ac2bbed4b95a53a2b2bbd293b32e7478b5cdd8ec5d5f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prometheus-operator-container-v4.15.0-202510211321.p2.g902436a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b937da6f29b34bba141df41775d61d33df4c81c41a488c0f717d7b05cc85c453_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b937da6f29b34bba141df41775d61d33df4c81c41a488c0f717d7b05cc85c453_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b937da6f29b34bba141df41775d61d33df4c81c41a488c0f717d7b05cc85c453_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel9@sha256%3Ab937da6f29b34bba141df41775d61d33df4c81c41a488c0f717d7b05cc85c453?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202510211321.p2.g902436a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:0c49b379e40a6fe3a09a21dac8005fd64c3d09c985dc728e1c7f4e57afc464c2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:0c49b379e40a6fe3a09a21dac8005fd64c3d09c985dc728e1c7f4e57afc464c2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:0c49b379e40a6fe3a09a21dac8005fd64c3d09c985dc728e1c7f4e57afc464c2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter-rhel9@sha256%3A0c49b379e40a6fe3a09a21dac8005fd64c3d09c985dc728e1c7f4e57afc464c2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=telemeter-container-v4.15.0-202510211321.p2.g14489f7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:95b856a7497da1ae18ce5789262957edc94bc4cd87a6913e6d16d1cf9154e1de_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:95b856a7497da1ae18ce5789262957edc94bc4cd87a6913e6d16d1cf9154e1de_amd64",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:95b856a7497da1ae18ce5789262957edc94bc4cd87a6913e6d16d1cf9154e1de_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel8@sha256%3A95b856a7497da1ae18ce5789262957edc94bc4cd87a6913e6d16d1cf9154e1de?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-thanos-container-v4.15.0-202510221322.p2.g66161ad.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:25f55cdb3eb8a59fc5d2f5726a71748bf2d8005307025d16646889342829c8ec_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:25f55cdb3eb8a59fc5d2f5726a71748bf2d8005307025d16646889342829c8ec_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:25f55cdb3eb8a59fc5d2f5726a71748bf2d8005307025d16646889342829c8ec_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-csi-driver-syncer-rhel9@sha256%3A25f55cdb3eb8a59fc5d2f5726a71748bf2d8005307025d16646889342829c8ec?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=vmware-vsphere-syncer-container-v4.15.0-202510211321.p2.g4b15e93.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:98cdda546009cda7d6a4539bac65d2ac6b365efa697d4e040556ae758235e9c2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:98cdda546009cda7d6a4539bac65d2ac6b365efa697d4e040556ae758235e9c2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:98cdda546009cda7d6a4539bac65d2ac6b365efa697d4e040556ae758235e9c2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-problem-detector-rhel9@sha256%3A98cdda546009cda7d6a4539bac65d2ac6b365efa697d4e040556ae758235e9c2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-vsphere-problem-detector-container-v4.15.0-202510211321.p2.g15ed0ae.assembly.stream.el9"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:dd8dc49c8955041adc7c38a6023339cb928b3f944c144efe467ccc8da12c4c78_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:dd8dc49c8955041adc7c38a6023339cb928b3f944c144efe467ccc8da12c4c78_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:dd8dc49c8955041adc7c38a6023339cb928b3f944c144efe467ccc8da12c4c78_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager@sha256%3Add8dc49c8955041adc7c38a6023339cb928b3f944c144efe467ccc8da12c4c78?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202510221322.p2.g870ade5.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:b264bb9685a03d54117aa33f11853039d903cbd6d71dcdf63fa512e9f9d826c3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:b264bb9685a03d54117aa33f11853039d903cbd6d71dcdf63fa512e9f9d826c3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:b264bb9685a03d54117aa33f11853039d903cbd6d71dcdf63fa512e9f9d826c3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-node-exporter@sha256%3Ab264bb9685a03d54117aa33f11853039d903cbd6d71dcdf63fa512e9f9d826c3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202510221322.p2.gaed837c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus@sha256:4622bb035bf6a546e3de1164b347ec79844538d290bca3100622fee0986a51a8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus@sha256:4622bb035bf6a546e3de1164b347ec79844538d290bca3100622fee0986a51a8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus@sha256:4622bb035bf6a546e3de1164b347ec79844538d290bca3100622fee0986a51a8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus@sha256%3A4622bb035bf6a546e3de1164b347ec79844538d290bca3100622fee0986a51a8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=golang-github-prometheus-prometheus-container-v4.15.0-202510221322.p2.g79fa623.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:00085499aba957ce0074d5f821884de04c511d20153293c39e85fb4af913c679_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:00085499aba957ce0074d5f821884de04c511d20153293c39e85fb4af913c679_arm64",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:00085499aba957ce0074d5f821884de04c511d20153293c39e85fb4af913c679_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel9@sha256%3A00085499aba957ce0074d5f821884de04c511d20153293c39e85fb4af913c679?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-hypershift-container-v4.15.0-202510211321.p2.g4c5aa5e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:a180fe7b396945b5a18274c742f6c01d726ba6177ff6721896f0235d943fd578_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:a180fe7b396945b5a18274c742f6c01d726ba6177ff6721896f0235d943fd578_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:a180fe7b396945b5a18274c742f6c01d726ba6177ff6721896f0235d943fd578_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-rhel9@sha256%3Aa180fe7b396945b5a18274c742f6c01d726ba6177ff6721896f0235d943fd578?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-container-v4.15.0-202510211321.p2.g3bf0111.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:b92d8c3640522615577328179dec1c851becd7e42b7282d3a50f7af290c4037b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:b92d8c3640522615577328179dec1c851becd7e42b7282d3a50f7af290c4037b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:b92d8c3640522615577328179dec1c851becd7e42b7282d3a50f7af290c4037b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-agent-rhel9@sha256%3Ab92d8c3640522615577328179dec1c851becd7e42b7282d3a50f7af290c4037b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-agent-container-v4.15.0-202510172044.p2.gd339f3f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:8728d2c64b36f2c3fb9a52a1bf7ae98c5b113dc06ed7cca49c7b3e9f1789bcfe_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:8728d2c64b36f2c3fb9a52a1bf7ae98c5b113dc06ed7cca49c7b3e9f1789bcfe_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:8728d2c64b36f2c3fb9a52a1bf7ae98c5b113dc06ed7cca49c7b3e9f1789bcfe_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-machine-os-downloader-rhel9@sha256%3A8728d2c64b36f2c3fb9a52a1bf7ae98c5b113dc06ed7cca49c7b3e9f1789bcfe?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-rhcos-downloader-container-v4.15.0-202510280124.p2.gbcbcd95.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b8e224d4897a0a99e182e966a61817a0fe93de3bd1ed78f68ee077239d65a908_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b8e224d4897a0a99e182e966a61817a0fe93de3bd1ed78f68ee077239d65a908_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b8e224d4897a0a99e182e966a61817a0fe93de3bd1ed78f68ee077239d65a908_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-static-ip-manager-rhel9@sha256%3Ab8e224d4897a0a99e182e966a61817a0fe93de3bd1ed78f68ee077239d65a908?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-static-ip-manager-container-v4.15.0-202510211321.p2.g989bcb4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:45eb78529c0122f43a9443d06679db427ec2a389f7612ebd36000ff9f5ed48a0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:45eb78529c0122f43a9443d06679db427ec2a389f7612ebd36000ff9f5ed48a0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:45eb78529c0122f43a9443d06679db427ec2a389f7612ebd36000ff9f5ed48a0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy-rhel9@sha256%3A45eb78529c0122f43a9443d06679db427ec2a389f7612ebd36000ff9f5ed48a0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-proxy-container-v4.15.0-202510211321.p2.g53680a5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:38c1beb577ebc5dc35ce3e31316346f21d7d9d6c297254570d6c6f8b8af4268d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:38c1beb577ebc5dc35ce3e31316346f21d7d9d6c297254570d6c6f8b8af4268d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:38c1beb577ebc5dc35ce3e31316346f21d7d9d6c297254570d6c6f8b8af4268d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy@sha256%3A38c1beb577ebc5dc35ce3e31316346f21d7d9d6c297254570d6c6f8b8af4268d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-rbac-proxy-container-v4.15.0-202510221322.p2.g9308e7f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7f8d1c497000e0ae2985e9ea5a6b97f0c24d64e92440358687c8a5fa76bc778c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7f8d1c497000e0ae2985e9ea5a6b97f0c24d64e92440358687c8a5fa76bc778c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7f8d1c497000e0ae2985e9ea5a6b97f0c24d64e92440358687c8a5fa76bc778c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics-rhel9@sha256%3A7f8d1c497000e0ae2985e9ea5a6b97f0c24d64e92440358687c8a5fa76bc778c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-state-metrics-container-v4.15.0-202510211321.p2.g037b59c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:be8dd7342bf7b1bcc1bc0f873ceeda8e81bf686259ee4cb5f377f397f43349e3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:be8dd7342bf7b1bcc1bc0f873ceeda8e81bf686259ee4cb5f377f397f43349e3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:be8dd7342bf7b1bcc1bc0f873ceeda8e81bf686259ee4cb5f377f397f43349e3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace-rhel9@sha256%3Abe8dd7342bf7b1bcc1bc0f873ceeda8e81bf686259ee4cb5f377f397f43349e3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=marketplace-operator-container-v4.15.0-202510211321.p2.g47c104b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:a5fe2690e857872fc80ddd0a8e72a92508fe8bde271da5d9697cd6b88ea4f08a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:a5fe2690e857872fc80ddd0a8e72a92508fe8bde271da5d9697cd6b88ea4f08a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:a5fe2690e857872fc80ddd0a8e72a92508fe8bde271da5d9697cd6b88ea4f08a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel8@sha256%3Aa5fe2690e857872fc80ddd0a8e72a92508fe8bde271da5d9697cd6b88ea4f08a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=monitoring-plugin-container-v4.15.0-202510221322.p2.g1217bc1.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni@sha256:8b11535627b9908e957068a9183280ac57dba63c90150662b14cf728238c8568_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni@sha256:8b11535627b9908e957068a9183280ac57dba63c90150662b14cf728238c8568_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni@sha256:8b11535627b9908e957068a9183280ac57dba63c90150662b14cf728238c8568_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni@sha256%3A8b11535627b9908e957068a9183280ac57dba63c90150662b14cf728238c8568?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=multus-cni-container-v4.15.0-202510281322.p2.g05497ad.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:5a3d3051df9f589ab8f3c326621f654b49ad33c715fcc8babd4ec35f473e8e24_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:5a3d3051df9f589ab8f3c326621f654b49ad33c715fcc8babd4ec35f473e8e24_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:5a3d3051df9f589ab8f3c326621f654b49ad33c715fcc8babd4ec35f473e8e24_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9@sha256%3A5a3d3051df9f589ab8f3c326621f654b49ad33c715fcc8babd4ec35f473e8e24?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=atomic-openshift-cluster-autoscaler-container-v4.15.0-202510211321.p2.g8914989.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:857360f334810f937fd1be07343b3a4fa20f48f9ef2f47d24bf07787683d9f81_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:857360f334810f937fd1be07343b3a4fa20f48f9ef2f47d24bf07787683d9f81_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:857360f334810f937fd1be07343b3a4fa20f48f9ef2f47d24bf07787683d9f81_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-rhel9@sha256%3A857360f334810f937fd1be07343b3a4fa20f48f9ef2f47d24bf07787683d9f81?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-file-csi-driver-container-v4.15.0-202510281322.p2.g491c4df.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:8665625082320a37f6cab1a564adfe6a8d044cbb04c6ea948f15f093862358ea_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:8665625082320a37f6cab1a564adfe6a8d044cbb04c6ea948f15f093862358ea_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:8665625082320a37f6cab1a564adfe6a8d044cbb04c6ea948f15f093862358ea_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-operator-rhel8@sha256%3A8665625082320a37f6cab1a564adfe6a8d044cbb04c6ea948f15f093862358ea?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-file-csi-driver-operator-container-v4.15.0-202510221322.p2.ge1a7a2e.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:1b2723e537e9ca906f3d1a6ef70a5d0c95b59623fbfd5f0c5bb6de49e6effd40_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:1b2723e537e9ca906f3d1a6ef70a5d0c95b59623fbfd5f0c5bb6de49e6effd40_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:1b2723e537e9ca906f3d1a6ef70a5d0c95b59623fbfd5f0c5bb6de49e6effd40_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel9@sha256%3A1b2723e537e9ca906f3d1a6ef70a5d0c95b59623fbfd5f0c5bb6de49e6effd40?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-networkpolicy-container-v4.15.0-202510211321.p2.gb377b4b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:841d8a1a5cc97465078e19834734ac726341509d5e3fc5aa7d02e9418f7826ee_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:841d8a1a5cc97465078e19834734ac726341509d5e3fc5aa7d02e9418f7826ee_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:841d8a1a5cc97465078e19834734ac726341509d5e3fc5aa7d02e9418f7826ee_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel9@sha256%3A841d8a1a5cc97465078e19834734ac726341509d5e3fc5aa7d02e9418f7826ee?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=oauth-server-container-v4.15.0-202510211321.p2.gc055dbb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2f4ef4c232f199d5ac24750eca7388b57a44f976a782e48e0dc514c128801d35_arm64",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2f4ef4c232f199d5ac24750eca7388b57a44f976a782e48e0dc514c128801d35_arm64",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2f4ef4c232f199d5ac24750eca7388b57a44f976a782e48e0dc514c128801d35_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oc-mirror-plugin-rhel9@sha256%3A2f4ef4c232f199d5ac24750eca7388b57a44f976a782e48e0dc514c128801d35?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=oc-mirror-plugin-container-v4.15.0-202510211321.p2.g5536816.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder@sha256:9a6743d451c6a6223891fc13ca4e1f84328f5cbbe5be9c6f4a5505e47d894651_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder@sha256:9a6743d451c6a6223891fc13ca4e1f84328f5cbbe5be9c6f4a5505e47d894651_arm64",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder@sha256:9a6743d451c6a6223891fc13ca4e1f84328f5cbbe5be9c6f4a5505e47d894651_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder@sha256%3A9a6743d451c6a6223891fc13ca4e1f84328f5cbbe5be9c6f4a5505e47d894651?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-builder-container-v4.15.0-202510221322.p2.g5df9af7.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli@sha256:d14d63c929e558c5397dcf01dc9f48fd0d17cfa1125673177aa58ec64208deb3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli@sha256:d14d63c929e558c5397dcf01dc9f48fd0d17cfa1125673177aa58ec64208deb3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cli@sha256:d14d63c929e558c5397dcf01dc9f48fd0d17cfa1125673177aa58ec64208deb3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli@sha256%3Ad14d63c929e558c5397dcf01dc9f48fd0d17cfa1125673177aa58ec64208deb3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-cli-container-v4.15.0-202510221322.p2.g8231637.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console@sha256:71b555c5e31fb0c3ad0c512f937027a14b1dfcdd4598438bda3252a8a2100c1c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console@sha256:71b555c5e31fb0c3ad0c512f937027a14b1dfcdd4598438bda3252a8a2100c1c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-console@sha256:71b555c5e31fb0c3ad0c512f937027a14b1dfcdd4598438bda3252a8a2100c1c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console@sha256%3A71b555c5e31fb0c3ad0c512f937027a14b1dfcdd4598438bda3252a8a2100c1c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-console-container-v4.15.0-202510281322.p2.g57d3637.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:88999cdfcf7d367056945f5fbeb558c6ad8a9c3e068e67724d12090341341bb8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:88999cdfcf7d367056945f5fbeb558c6ad8a9c3e068e67724d12090341341bb8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:88999cdfcf7d367056945f5fbeb558c6ad8a9c3e068e67724d12090341341bb8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9-operator@sha256%3A88999cdfcf7d367056945f5fbeb558c6ad8a9c3e068e67724d12090341341bb8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202510211321.p2.g91f5c97.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer@sha256:fac2397c70e1a2d1457e45554f962daffec82ff643df596e3e0d47e2cd4a5727_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer@sha256:fac2397c70e1a2d1457e45554f962daffec82ff643df596e3e0d47e2cd4a5727_arm64",
"product_id": "registry.redhat.io/openshift4/ose-deployer@sha256:fac2397c70e1a2d1457e45554f962daffec82ff643df596e3e0d47e2cd4a5727_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer@sha256%3Afac2397c70e1a2d1457e45554f962daffec82ff643df596e3e0d47e2cd4a5727?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-deployer-container-v4.15.0-202510221322.p2.g8231637.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:0f1a47dcc7b5e8d5d82076325fa73ec6bb18d6a7124bce44da452848859c03fd_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:0f1a47dcc7b5e8d5d82076325fa73ec6bb18d6a7124bce44da452848859c03fd_arm64",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:0f1a47dcc7b5e8d5d82076325fa73ec6bb18d6a7124bce44da452848859c03fd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router@sha256%3A0f1a47dcc7b5e8d5d82076325fa73ec6bb18d6a7124bce44da452848859c03fd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-haproxy-router-container-v4.15.0-202510221322.p2.gdc38fbd.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:39575d20a0b0aaf4e66e34c26cd0ab61fdb672d13cacd4b8a46a05355ad98808_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:39575d20a0b0aaf4e66e34c26cd0ab61fdb672d13cacd4b8a46a05355ad98808_arm64",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:39575d20a0b0aaf4e66e34c26cd0ab61fdb672d13cacd4b8a46a05355ad98808_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube-rhel9@sha256%3A39575d20a0b0aaf4e66e34c26cd0ab61fdb672d13cacd4b8a46a05355ad98808?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-hyperkube-container-v4.15.0-202510211321.p2.gd227d65.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:406b265de3e2cc470fb4d86ebad014965e31b95fcd255a81b7561c5e8fa0e56c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:406b265de3e2cc470fb4d86ebad014965e31b95fcd255a81b7561c5e8fa0e56c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:406b265de3e2cc470fb4d86ebad014965e31b95fcd255a81b7561c5e8fa0e56c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers-rhel9@sha256%3A406b265de3e2cc470fb4d86ebad014965e31b95fcd255a81b7561c5e8fa0e56c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=baremetal-machine-controller-container-v4.15.0-202510211321.p2.gec95372.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:370d9cf25a6331bc61f15927dbb752c9baa6696cb69f65a582c82de24c8ad7e4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:370d9cf25a6331bc61f15927dbb752c9baa6696cb69f65a582c82de24c8ad7e4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:370d9cf25a6331bc61f15927dbb752c9baa6696cb69f65a582c82de24c8ad7e4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel9@sha256%3A370d9cf25a6331bc61f15927dbb752c9baa6696cb69f65a582c82de24c8ad7e4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-runtimecfg-container-v4.15.0-202510281322.p2.g1fbb2c0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:6d89ed9ee8ac602fb6749bdf73bf0660df060810f805dbb807a903ed2dabc69f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:6d89ed9ee8ac602fb6749bdf73bf0660df060810f805dbb807a903ed2dabc69f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:6d89ed9ee8ac602fb6749bdf73bf0660df060810f805dbb807a903ed2dabc69f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel9-operator@sha256%3A6d89ed9ee8ac602fb6749bdf73bf0660df060810f805dbb807a903ed2dabc69f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-etcd-operator-container-v4.15.0-202510211321.p2.g4ed9036.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:672d284b3ef447aaea1bcc0a14c677c309116218340929ad59eaee178e9e5cb9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:672d284b3ef447aaea1bcc0a14c677c309116218340929ad59eaee178e9e5cb9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:672d284b3ef447aaea1bcc0a14c677c309116218340929ad59eaee178e9e5cb9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-rhel9-operator@sha256%3A672d284b3ef447aaea1bcc0a14c677c309116218340929ad59eaee178e9e5cb9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-monitoring-operator-container-v4.15.0-202510211321.p2.g0496cad.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:157d40ffe95e88526691e06daed0064ca15bbfe1aed547f3a3b968b9c36bee0f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:157d40ffe95e88526691e06daed0064ca15bbfe1aed547f3a3b968b9c36bee0f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:157d40ffe95e88526691e06daed0064ca15bbfe1aed547f3a3b968b9c36bee0f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-rhel9-operator@sha256%3A157d40ffe95e88526691e06daed0064ca15bbfe1aed547f3a3b968b9c36bee0f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-network-operator-container-v4.15.0-202510211321.p2.gfa9184f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f89289e63a584031efda082e7f77bd0ef4a28c815b3590061f8a397ee8e5a697_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f89289e63a584031efda082e7f77bd0ef4a28c815b3590061f8a397ee8e5a697_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f89289e63a584031efda082e7f77bd0ef4a28c815b3590061f8a397ee8e5a697_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256%3Af89289e63a584031efda082e7f77bd0ef4a28c815b3590061f8a397ee8e5a697?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-node-tuning-operator-container-v4.15.0-202510290123.p2.ge828bd9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c4efa347b4b2a9c938ad8bb772d1161a4a2b8b1e54455b0569a92c2f29cab2cd_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c4efa347b4b2a9c938ad8bb772d1161a4a2b8b1e54455b0569a92c2f29cab2cd_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c4efa347b4b2a9c938ad8bb772d1161a4a2b8b1e54455b0569a92c2f29cab2cd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel9@sha256%3Ac4efa347b4b2a9c938ad8bb772d1161a4a2b8b1e54455b0569a92c2f29cab2cd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-policy-controller-container-v4.15.0-202510211321.p2.gcc48f31.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:aa426170166116c40f3ad7a70d05d197188ccae8023e802755aaecb2decac985_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:aa426170166116c40f3ad7a70d05d197188ccae8023e802755aaecb2decac985_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:aa426170166116c40f3ad7a70d05d197188ccae8023e802755aaecb2decac985_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-rhel9-operator@sha256%3Aaa426170166116c40f3ad7a70d05d197188ccae8023e802755aaecb2decac985?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-storage-operator-container-v4.15.0-202510211321.p2.g4c2b89d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:d35056c3c4ee809fbfc2674c9085b16f5e5d943bf7ad710c6aa4e5713bcb095c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:d35056c3c4ee809fbfc2674c9085b16f5e5d943bf7ad710c6aa4e5713bcb095c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:d35056c3c4ee809fbfc2674c9085b16f5e5d943bf7ad710c6aa4e5713bcb095c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-keepalived-ipfailover-rhel9@sha256%3Ad35056c3c4ee809fbfc2674c9085b16f5e5d943bf7ad710c6aa4e5713bcb095c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202510211321.p2.g87c23b5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:284f8b74d3e69b69759f45116d07782376cda8554979535ecb4bf9aa8886af56_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:284f8b74d3e69b69759f45116d07782376cda8554979535ecb4bf9aa8886af56_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:284f8b74d3e69b69759f45116d07782376cda8554979535ecb4bf9aa8886af56_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-rhel9-operator@sha256%3A284f8b74d3e69b69759f45116d07782376cda8554979535ecb4bf9aa8886af56?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-version-operator-container-v4.15.0-202510211321.p2.g2cb8ce9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c2a8a8f577ed98972d273ded3df429d0651608c8d46354584a2fd85782407b2e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c2a8a8f577ed98972d273ded3df429d0651608c8d46354584a2fd85782407b2e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c2a8a8f577ed98972d273ded3df429d0651608c8d46354584a2fd85782407b2e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader-rhel9@sha256%3Ac2a8a8f577ed98972d273ded3df429d0651608c8d46354584a2fd85782407b2e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=configmap-reload-container-v4.15.0-202510211321.p2.g617398f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a840761823769c68291cefa9028e0a6f87b6625588b1850d148b2f8ea580d8ce_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a840761823769c68291cefa9028e0a6f87b6625588b1850d148b2f8ea580d8ce_arm64",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a840761823769c68291cefa9028e0a6f87b6625588b1850d148b2f8ea580d8ce_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns-rhel9@sha256%3Aa840761823769c68291cefa9028e0a6f87b6625588b1850d148b2f8ea580d8ce?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=coredns-container-v4.15.0-202510211321.p2.g1326282.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:8fdc9fb2e35d486efdac44adca6152aeb6bed9fd88c183d80aa31da96e5b8c6f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:8fdc9fb2e35d486efdac44adca6152aeb6bed9fd88c183d80aa31da96e5b8c6f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:8fdc9fb2e35d486efdac44adca6152aeb6bed9fd88c183d80aa31da96e5b8c6f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel9@sha256%3A8fdc9fb2e35d486efdac44adca6152aeb6bed9fd88c183d80aa31da96e5b8c6f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-attacher-container-v4.15.0-202510211321.p2.gf806f26.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:dcff01fb6c0c0477daca085f3ad54d39b6480f139ed59cd1fd4eea9077068889_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:dcff01fb6c0c0477daca085f3ad54d39b6480f139ed59cd1fd4eea9077068889_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:dcff01fb6c0c0477daca085f3ad54d39b6480f139ed59cd1fd4eea9077068889_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe@sha256%3Adcff01fb6c0c0477daca085f3ad54d39b6480f139ed59cd1fd4eea9077068889?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-livenessprobe-container-v4.15.0-202510221322.p2.g240bb8c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:dcff01fb6c0c0477daca085f3ad54d39b6480f139ed59cd1fd4eea9077068889_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:dcff01fb6c0c0477daca085f3ad54d39b6480f139ed59cd1fd4eea9077068889_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:dcff01fb6c0c0477daca085f3ad54d39b6480f139ed59cd1fd4eea9077068889_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel8@sha256%3Adcff01fb6c0c0477daca085f3ad54d39b6480f139ed59cd1fd4eea9077068889?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-livenessprobe-container-v4.15.0-202510221322.p2.g240bb8c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:5d7e619ddcc71a0244aecad37870bbe6a9bc993db053b68f57984c84751244f7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:5d7e619ddcc71a0244aecad37870bbe6a9bc993db053b68f57984c84751244f7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:5d7e619ddcc71a0244aecad37870bbe6a9bc993db053b68f57984c84751244f7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar@sha256%3A5d7e619ddcc71a0244aecad37870bbe6a9bc993db053b68f57984c84751244f7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-node-driver-registrar-container-v4.15.0-202510221322.p2.g9005584.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:5d7e619ddcc71a0244aecad37870bbe6a9bc993db053b68f57984c84751244f7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:5d7e619ddcc71a0244aecad37870bbe6a9bc993db053b68f57984c84751244f7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:5d7e619ddcc71a0244aecad37870bbe6a9bc993db053b68f57984c84751244f7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel8@sha256%3A5d7e619ddcc71a0244aecad37870bbe6a9bc993db053b68f57984c84751244f7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-node-driver-registrar-container-v4.15.0-202510221322.p2.g9005584.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:8921a94912d602af5cb9636b2880c1ec7d8eff795473f4865f4354ea2079d428_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:8921a94912d602af5cb9636b2880c1ec7d8eff795473f4865f4354ea2079d428_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:8921a94912d602af5cb9636b2880c1ec7d8eff795473f4865f4354ea2079d428_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner@sha256%3A8921a94912d602af5cb9636b2880c1ec7d8eff795473f4865f4354ea2079d428?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-provisioner-container-v4.15.0-202510221322.p2.gce5a1a3.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:8921a94912d602af5cb9636b2880c1ec7d8eff795473f4865f4354ea2079d428_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:8921a94912d602af5cb9636b2880c1ec7d8eff795473f4865f4354ea2079d428_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:8921a94912d602af5cb9636b2880c1ec7d8eff795473f4865f4354ea2079d428_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel8@sha256%3A8921a94912d602af5cb9636b2880c1ec7d8eff795473f4865f4354ea2079d428?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-provisioner-container-v4.15.0-202510221322.p2.gce5a1a3.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:34f5458a8d22a1b295a6cf6be82bffbb427aa6421c19609d37fbdb0de53afd48_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:34f5458a8d22a1b295a6cf6be82bffbb427aa6421c19609d37fbdb0de53afd48_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:34f5458a8d22a1b295a6cf6be82bffbb427aa6421c19609d37fbdb0de53afd48_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-validation-webhook-rhel9@sha256%3A34f5458a8d22a1b295a6cf6be82bffbb427aa6421c19609d37fbdb0de53afd48?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-snapshot-validation-webhook-container-v4.15.0-202510211321.p2.g4f2955c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5a3757def8e6a4fd616bb999d34903ddc9f7d8aa96dcd865f749dded52e92165_arm64",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5a3757def8e6a4fd616bb999d34903ddc9f7d8aa96dcd865f749dded52e92165_arm64",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5a3757def8e6a4fd616bb999d34903ddc9f7d8aa96dcd865f749dded52e92165_arm64",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256%3A5a3757def8e6a4fd616bb999d34903ddc9f7d8aa96dcd865f749dded52e92165?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=driver-toolkit-container-v4.15.0-202510280124.p2.g7a448c2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:17a517f94f4fb0429b6284d884570b95349f269ed187dbd94c4476f525dc54f3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:17a517f94f4fb0429b6284d884570b95349f269ed187dbd94c4476f525dc54f3_arm64",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:17a517f94f4fb0429b6284d884570b95349f269ed187dbd94c4476f525dc54f3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel8@sha256%3A17a517f94f4fb0429b6284d884570b95349f269ed187dbd94c4476f525dc54f3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-egress-router-cni-container-v4.15.0-202510221322.p2.gf8ec690.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:910dc87281b45ed6dd18d2fb7204765fe3f3332d325e7c0cb061ad93fea7bb06_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:910dc87281b45ed6dd18d2fb7204765fe3f3332d325e7c0cb061ad93fea7bb06_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:910dc87281b45ed6dd18d2fb7204765fe3f3332d325e7c0cb061ad93fea7bb06_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy-rhel9@sha256%3A910dc87281b45ed6dd18d2fb7204765fe3f3332d325e7c0cb061ad93fea7bb06?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=golang-github-openshift-oauth-proxy-container-v4.15.0-202510211321.p2.g2e0585d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:955772451d73b6ae56069b6e706629f6e726595f27bdd0d9a920d217e7456cc7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:955772451d73b6ae56069b6e706629f6e726595f27bdd0d9a920d217e7456cc7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:955772451d73b6ae56069b6e706629f6e726595f27bdd0d9a920d217e7456cc7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod-rhel9@sha256%3A955772451d73b6ae56069b6e706629f6e726595f27bdd0d9a920d217e7456cc7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-pod-container-v4.15.0-202510211321.p2.gd227d65.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:91eace031f4e244ba7c82194f0d9e4c42e1b3f83b4cea8281fbcff70a02855b6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:91eace031f4e244ba7c82194f0d9e4c42e1b3f83b4cea8281fbcff70a02855b6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:91eace031f4e244ba7c82194f0d9e4c42e1b3f83b4cea8281fbcff70a02855b6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry-rhel9@sha256%3A91eace031f4e244ba7c82194f0d9e4c42e1b3f83b4cea8281fbcff70a02855b6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-registry-container-v4.15.0-202510211321.p2.g89c03ea.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests@sha256:783d90fdb1b46848f2e9c4f313517e219216385667304593cfc71c2e54579b1c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests@sha256:783d90fdb1b46848f2e9c4f313517e219216385667304593cfc71c2e54579b1c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-tests@sha256:783d90fdb1b46848f2e9c4f313517e219216385667304593cfc71c2e54579b1c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests@sha256%3A783d90fdb1b46848f2e9c4f313517e219216385667304593cfc71c2e54579b1c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-tests-container-v4.15.0-202510221322.p2.gc09e6f1.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:163154e33a4744ee5a451384d824443fe2f2a9e8bc961b121b1c317246ada9c3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:163154e33a4744ee5a451384d824443fe2f2a9e8bc961b121b1c317246ada9c3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:163154e33a4744ee5a451384d824443fe2f2a9e8bc961b121b1c317246ada9c3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel9@sha256%3A163154e33a4744ee5a451384d824443fe2f2a9e8bc961b121b1c317246ada9c3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-state-metrics-container-v4.15.0-202510211321.p2.g1915f64.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:02698e7f9c59596fbe039b031515a319067d79c6696a5fd9fa5a95d5acd4026e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:02698e7f9c59596fbe039b031515a319067d79c6696a5fd9fa5a95d5acd4026e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:02698e7f9c59596fbe039b031515a319067d79c6696a5fd9fa5a95d5acd4026e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cluster-api-controllers-rhel8@sha256%3A02698e7f9c59596fbe039b031515a319067d79c6696a5fd9fa5a95d5acd4026e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openstack-cluster-api-controllers-container-v4.15.0-202510221322.p2.g232472e.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:bc74fed608f8d45c463f68e581418b4ca5f3ef05467621bd6199edd149f3c7d1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:bc74fed608f8d45c463f68e581418b4ca5f3ef05467621bd6199edd149f3c7d1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:bc74fed608f8d45c463f68e581418b4ca5f3ef05467621bd6199edd149f3c7d1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager-rhel9@sha256%3Abc74fed608f8d45c463f68e581418b4ca5f3ef05467621bd6199edd149f3c7d1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=operator-lifecycle-manager-container-v4.15.0-202510211321.p2.g38fcbe4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c182f19eb5bef9530482e666cbfbcf2649c1cccd95309850f93b82daf8d42a90_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c182f19eb5bef9530482e666cbfbcf2649c1cccd95309850f93b82daf8d42a90_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c182f19eb5bef9530482e666cbfbcf2649c1cccd95309850f93b82daf8d42a90_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry-rhel9@sha256%3Ac182f19eb5bef9530482e666cbfbcf2649c1cccd95309850f93b82daf8d42a90?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=operator-registry-container-v4.15.0-202510211321.p2.g38fcbe4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:152028b94c20a76e62793c63a4186a96b0958b2804979ead7dd47f33b273a846_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:152028b94c20a76e62793c63a4186a96b0958b2804979ead7dd47f33b273a846_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:152028b94c20a76e62793c63a4186a96b0958b2804979ead7dd47f33b273a846_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel8@sha256%3A152028b94c20a76e62793c63a4186a96b0958b2804979ead7dd47f33b273a846?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-api-server-container-v4.15.0-202510221322.p2.gb7cfbf8.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7a772d3d45015ec702f5e1ab054be240ed673591517ad99ef973898d1e535c69_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7a772d3d45015ec702f5e1ab054be240ed673591517ad99ef973898d1e535c69_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7a772d3d45015ec702f5e1ab054be240ed673591517ad99ef973898d1e535c69_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel8@sha256%3A7a772d3d45015ec702f5e1ab054be240ed673591517ad99ef973898d1e535c69?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-csr-approver-container-v4.15.0-202510221322.p2.gf0b1275.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ade325055aefd73a89a3e5d35d84c94b26c897986b77f7c887b3a435ee6e297a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ade325055aefd73a89a3e5d35d84c94b26c897986b77f7c887b3a435ee6e297a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ade325055aefd73a89a3e5d35d84c94b26c897986b77f7c887b3a435ee6e297a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256%3Aade325055aefd73a89a3e5d35d84c94b26c897986b77f7c887b3a435ee6e297a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-node-agent-container-v4.15.0-202510281322.p2.g051696d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:4c06d16fe27f05724900f1df1db6d12b951c86c916800007a51de53aae260d64_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:4c06d16fe27f05724900f1df1db6d12b951c86c916800007a51de53aae260d64_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:4c06d16fe27f05724900f1df1db6d12b951c86c916800007a51de53aae260d64_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel8@sha256%3A4c06d16fe27f05724900f1df1db6d12b951c86c916800007a51de53aae260d64?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-orchestrator-container-v4.15.0-202510221322.p2.gf0b1275.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:6a39ad22c40ec6dfbe75e3c01f7bfa7bd8d1d7dbfe880d011c58362f15520d0d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:6a39ad22c40ec6dfbe75e3c01f7bfa7bd8d1d7dbfe880d011c58362f15520d0d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:6a39ad22c40ec6dfbe75e3c01f7bfa7bd8d1d7dbfe880d011c58362f15520d0d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-utils-rhel9@sha256%3A6a39ad22c40ec6dfbe75e3c01f7bfa7bd8d1d7dbfe880d011c58362f15520d0d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-utils-container-v4.15.0-202510211321.p2.g33b7d85.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:d08e59156c0c66dcd4b495a4d58fe8757445adf500fe4440b5f1e91779098384_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:d08e59156c0c66dcd4b495a4d58fe8757445adf500fe4440b5f1e91779098384_arm64",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:d08e59156c0c66dcd4b495a4d58fe8757445adf500fe4440b5f1e91779098384_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel9@sha256%3Ad08e59156c0c66dcd4b495a4d58fe8757445adf500fe4440b5f1e91779098384?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-apiserver-network-proxy-container-v4.15.0-202510211321.p2.gadccbd5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:a6d3d9b39379a76781f2894af08bad00632afbc1a6633cce43bba5c69a2c33ea_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:a6d3d9b39379a76781f2894af08bad00632afbc1a6633cce43bba5c69a2c33ea_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:a6d3d9b39379a76781f2894af08bad00632afbc1a6633cce43bba5c69a2c33ea_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cloud-controller-manager-rhel9@sha256%3Aa6d3d9b39379a76781f2894af08bad00632afbc1a6633cce43bba5c69a2c33ea?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-cloud-controller-manager-container-v4.15.0-202510211321.p2.gfd77d92.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:c89f326a201d6b89af2d549a8bf35ef22ff4a82b5f1387a1aeaf4c691bc2b332_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:c89f326a201d6b89af2d549a8bf35ef22ff4a82b5f1387a1aeaf4c691bc2b332_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:c89f326a201d6b89af2d549a8bf35ef22ff4a82b5f1387a1aeaf4c691bc2b332_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cluster-api-controllers-rhel9@sha256%3Ac89f326a201d6b89af2d549a8bf35ef22ff4a82b5f1387a1aeaf4c691bc2b332?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-cluster-api-controllers-container-v4.15.0-202510211321.p2.gee896d4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:acaca7b68e729672aacec5b83f5349dee6eb0cc360e5f600aa9103e9026e8501_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:acaca7b68e729672aacec5b83f5349dee6eb0cc360e5f600aa9103e9026e8501_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:acaca7b68e729672aacec5b83f5349dee6eb0cc360e5f600aa9103e9026e8501_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel9@sha256%3Aacaca7b68e729672aacec5b83f5349dee6eb0cc360e5f600aa9103e9026e8501?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-ebs-csi-driver-container-v4.15.0-202510211321.p2.g7043c1c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:40b70676d066ed2a7a1c78322ab1b96ff1c84a5f9cde846174a0b9d084cd0d2a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:40b70676d066ed2a7a1c78322ab1b96ff1c84a5f9cde846174a0b9d084cd0d2a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:40b70676d066ed2a7a1c78322ab1b96ff1c84a5f9cde846174a0b9d084cd0d2a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel9-operator@sha256%3A40b70676d066ed2a7a1c78322ab1b96ff1c84a5f9cde846174a0b9d084cd0d2a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-ebs-csi-driver-operator-container-v4.15.0-202510211321.p2.g2a2b9dd.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:e55d509c2b8028d64a64936fc665c013768e05a3f7019d372a2d7f5738e5db16_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:e55d509c2b8028d64a64936fc665c013768e05a3f7019d372a2d7f5738e5db16_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:e55d509c2b8028d64a64936fc665c013768e05a3f7019d372a2d7f5738e5db16_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-pod-identity-webhook-rhel9@sha256%3Ae55d509c2b8028d64a64936fc665c013768e05a3f7019d372a2d7f5738e5db16?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-pod-identity-webhook-container-v4.15.0-202510211321.p2.g1338503.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:0d0463da3daa13d5047641085ea55f0ff09debab78b8a0552f2d2faf3f44c6d4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:0d0463da3daa13d5047641085ea55f0ff09debab78b8a0552f2d2faf3f44c6d4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:0d0463da3daa13d5047641085ea55f0ff09debab78b8a0552f2d2faf3f44c6d4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-controller-manager-rhel9@sha256%3A0d0463da3daa13d5047641085ea55f0ff09debab78b8a0552f2d2faf3f44c6d4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-cloud-controller-manager-container-v4.15.0-202510211321.p2.g0d799a2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7dae4561dbbf68fbb3c3e6190ddd8211b0d481f3457f13a4ea6ace475361a7bd_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7dae4561dbbf68fbb3c3e6190ddd8211b0d481f3457f13a4ea6ace475361a7bd_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7dae4561dbbf68fbb3c3e6190ddd8211b0d481f3457f13a4ea6ace475361a7bd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-node-manager-rhel9@sha256%3A7dae4561dbbf68fbb3c3e6190ddd8211b0d481f3457f13a4ea6ace475361a7bd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-cloud-node-manager-container-v4.15.0-202510211321.p2.g0d799a2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:447feb4c7d6d68716de5415cbcdb9f44aa594fb32c06480cf678b06788cd98fd_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:447feb4c7d6d68716de5415cbcdb9f44aa594fb32c06480cf678b06788cd98fd_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:447feb4c7d6d68716de5415cbcdb9f44aa594fb32c06480cf678b06788cd98fd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cluster-api-controllers-rhel9@sha256%3A447feb4c7d6d68716de5415cbcdb9f44aa594fb32c06480cf678b06788cd98fd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-cluster-api-controllers-container-v4.15.0-202510211321.p2.g44832d2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:db23b81652e9c7cf4fa25ba4a96ffafb07b0f5b2d923019658e50a07e31e019a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:db23b81652e9c7cf4fa25ba4a96ffafb07b0f5b2d923019658e50a07e31e019a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:db23b81652e9c7cf4fa25ba4a96ffafb07b0f5b2d923019658e50a07e31e019a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel9@sha256%3Adb23b81652e9c7cf4fa25ba4a96ffafb07b0f5b2d923019658e50a07e31e019a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-disk-csi-driver-container-v4.15.0-202510281322.p2.gdcb7e1c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:dd10f8f08a1d5b063354f44376a68ee07218288077b78ab46e8e8ae75b747caa_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:dd10f8f08a1d5b063354f44376a68ee07218288077b78ab46e8e8ae75b747caa_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:dd10f8f08a1d5b063354f44376a68ee07218288077b78ab46e8e8ae75b747caa_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel8-operator@sha256%3Add10f8f08a1d5b063354f44376a68ee07218288077b78ab46e8e8ae75b747caa?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-disk-csi-driver-operator-container-v4.15.0-202510221322.p2.g160cf62.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:01c0e71209c724866d3dd9aa76163ce0d4282d284d148f70d993b23b74ce1998_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:01c0e71209c724866d3dd9aa76163ce0d4282d284d148f70d993b23b74ce1998_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:01c0e71209c724866d3dd9aa76163ce0d4282d284d148f70d993b23b74ce1998_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-workload-identity-webhook-rhel8@sha256%3A01c0e71209c724866d3dd9aa76163ce0d4282d284d148f70d993b23b74ce1998?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-workload-identity-webhook-container-v4.15.0-202510221322.p2.g5db478a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:c58cc326fa3ccc29ccc1376869983ba77f555e88a5102e5439bc2c0d61605484_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:c58cc326fa3ccc29ccc1376869983ba77f555e88a5102e5439bc2c0d61605484_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:c58cc326fa3ccc29ccc1376869983ba77f555e88a5102e5439bc2c0d61605484_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel8@sha256%3Ac58cc326fa3ccc29ccc1376869983ba77f555e88a5102e5439bc2c0d61605484?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-installer-container-v4.15.0-202510221322.p2.ga5edf2f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9b04f7201f99279c028c528620ad50d94fe5cc2d74ee03b542b73fffdea494b4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9b04f7201f99279c028c528620ad50d94fe5cc2d74ee03b542b73fffdea494b4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9b04f7201f99279c028c528620ad50d94fe5cc2d74ee03b542b73fffdea494b4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel9-operator@sha256%3A9b04f7201f99279c028c528620ad50d94fe5cc2d74ee03b542b73fffdea494b4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-operator-container-v4.15.0-202510211321.p2.g880ee05.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:ca54639add5ce3ab35219dd58e1bfc9f6fa38130b0ab7486c4aa9c563fde87a6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:ca54639add5ce3ab35219dd58e1bfc9f6fa38130b0ab7486c4aa9c563fde87a6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:ca54639add5ce3ab35219dd58e1bfc9f6fa38130b0ab7486c4aa9c563fde87a6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts@sha256%3Aca54639add5ce3ab35219dd58e1bfc9f6fa38130b0ab7486c4aa9c563fde87a6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cli-artifacts-container-v4.15.0-202510221322.p2.g8231637.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:6214236f85ba29ebb5331829fd59c2e6758256d32e12dfaed7d8218db03f23bd_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:6214236f85ba29ebb5331829fd59c2e6758256d32e12dfaed7d8218db03f23bd_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:6214236f85ba29ebb5331829fd59c2e6758256d32e12dfaed7d8218db03f23bd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-operator@sha256%3A6214236f85ba29ebb5331829fd59c2e6758256d32e12dfaed7d8218db03f23bd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cloud-credential-operator-container-v4.15.0-202510221322.p2.gcffd425.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:719d802cdc007d64eab521dbc648d7efbac8b04713093b774bdce1da422e3ecd_arm64",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:719d802cdc007d64eab521dbc648d7efbac8b04713093b774bdce1da422e3ecd_arm64",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:719d802cdc007d64eab521dbc648d7efbac8b04713093b774bdce1da422e3ecd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel8@sha256%3A719d802cdc007d64eab521dbc648d7efbac8b04713093b774bdce1da422e3ecd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cloud-network-config-controller-container-v4.15.0-202510221322.p2.g6864da0.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:05c44b7f417db2ad8c1a23bc01e62becac3946102369bb26770309285c377951_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:05c44b7f417db2ad8c1a23bc01e62becac3946102369bb26770309285c377951_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:05c44b7f417db2ad8c1a23bc01e62becac3946102369bb26770309285c377951_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel9@sha256%3A05c44b7f417db2ad8c1a23bc01e62becac3946102369bb26770309285c377951?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-api-container-v4.15.0-202510211321.p2.g2053e13.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f914abc670168e625021a71fa9546c2d28b4df490f21ba4f226a3c8387d4dab4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f914abc670168e625021a71fa9546c2d28b4df490f21ba4f226a3c8387d4dab4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f914abc670168e625021a71fa9546c2d28b4df490f21ba4f226a3c8387d4dab4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-rhel9-operator@sha256%3Af914abc670168e625021a71fa9546c2d28b4df490f21ba4f226a3c8387d4dab4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-authentication-operator-container-v4.15.0-202510211321.p2.g7aaa40e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:246fbd712d6b7ef83cd83029c8998ac1b29d1454ccd636f8f6dc8b47bb5b6b56_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:246fbd712d6b7ef83cd83029c8998ac1b29d1454ccd636f8f6dc8b47bb5b6b56_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:246fbd712d6b7ef83cd83029c8998ac1b29d1454ccd636f8f6dc8b47bb5b6b56_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9-operator@sha256%3A246fbd712d6b7ef83cd83029c8998ac1b29d1454ccd636f8f6dc8b47bb5b6b56?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-autoscaler-operator-container-v4.15.0-202510211321.p2.g8425d88.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:f842a1e9256475b3a5a6dae87b6b5c2d72cecfebce08ea44db5449f7854794d1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:f842a1e9256475b3a5a6dae87b6b5c2d72cecfebce08ea44db5449f7854794d1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:f842a1e9256475b3a5a6dae87b6b5c2d72cecfebce08ea44db5449f7854794d1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel9@sha256%3Af842a1e9256475b3a5a6dae87b6b5c2d72cecfebce08ea44db5449f7854794d1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-baremetal-operator-container-v4.15.0-202510211321.p2.g6e850ee.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7cb9bd477e9f0f711eabeffee9f25f39c7985e7a27bdc46411b6bf4db31f8d53_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7cb9bd477e9f0f711eabeffee9f25f39c7985e7a27bdc46411b6bf4db31f8d53_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7cb9bd477e9f0f711eabeffee9f25f39c7985e7a27bdc46411b6bf4db31f8d53_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap-rhel9@sha256%3A7cb9bd477e9f0f711eabeffee9f25f39c7985e7a27bdc46411b6bf4db31f8d53?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-bootstrap-container-v4.15.0-202510211321.p2.g0849c46.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:b5f1e96b420a872b91d1d22766e9ce8fcb38c443c23a4f4baaac6892b3c6b4f7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:b5f1e96b420a872b91d1d22766e9ce8fcb38c443c23a4f4baaac6892b3c6b4f7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:b5f1e96b420a872b91d1d22766e9ce8fcb38c443c23a4f4baaac6892b3c6b4f7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel9-operator@sha256%3Ab5f1e96b420a872b91d1d22766e9ce8fcb38c443c23a4f4baaac6892b3c6b4f7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-capi-operator-container-v4.15.0-202510211321.p2.g203435e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:38370fdd1910afe69d0b9e6ca55873e2db83b50f2182cef88ed7b12697ffcdd6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:38370fdd1910afe69d0b9e6ca55873e2db83b50f2182cef88ed7b12697ffcdd6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:38370fdd1910afe69d0b9e6ca55873e2db83b50f2182cef88ed7b12697ffcdd6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3A38370fdd1910afe69d0b9e6ca55873e2db83b50f2182cef88ed7b12697ffcdd6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202510211321.p2.g5618113.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:974265ec3898a056decb3965f7c793a2852545e5dcf35e9f7e4bdec328c15c5b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:974265ec3898a056decb3965f7c793a2852545e5dcf35e9f7e4bdec328c15c5b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:974265ec3898a056decb3965f7c793a2852545e5dcf35e9f7e4bdec328c15c5b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-api-rhel9@sha256%3A974265ec3898a056decb3965f7c793a2852545e5dcf35e9f7e4bdec328c15c5b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-config-api-container-v4.15.0-202510211321.p2.g0a58f8c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:b7623d88ae5520b0ec76fb743d9c788511fa99b0ab0f6180de42d017dddc6cd9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:b7623d88ae5520b0ec76fb743d9c788511fa99b0ab0f6180de42d017dddc6cd9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:b7623d88ae5520b0ec76fb743d9c788511fa99b0ab0f6180de42d017dddc6cd9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-rhel9-operator@sha256%3Ab7623d88ae5520b0ec76fb743d9c788511fa99b0ab0f6180de42d017dddc6cd9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-config-operator-container-v4.15.0-202510211321.p2.g0b4c69f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:8014a45236ce64d0e0f3e35c6978442fd4f9ee21fc3f95e51f20dbf12e50359c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:8014a45236ce64d0e0f3e35c6978442fd4f9ee21fc3f95e51f20dbf12e50359c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:8014a45236ce64d0e0f3e35c6978442fd4f9ee21fc3f95e51f20dbf12e50359c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3A8014a45236ce64d0e0f3e35c6978442fd4f9ee21fc3f95e51f20dbf12e50359c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202510211321.p2.ge1b692b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:54e4d8b1282351915f2f22fa4843d5b4d19645dd890c4675f35749e2415d476d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:54e4d8b1282351915f2f22fa4843d5b4d19645dd890c4675f35749e2415d476d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:54e4d8b1282351915f2f22fa4843d5b4d19645dd890c4675f35749e2415d476d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3A54e4d8b1282351915f2f22fa4843d5b4d19645dd890c4675f35749e2415d476d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202510211321.p2.g65dbb12.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:f3ec661872a5234517e8761e30e4e15cf2c7015760870d8dadb0c3f07007c4a3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:f3ec661872a5234517e8761e30e4e15cf2c7015760870d8dadb0c3f07007c4a3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:f3ec661872a5234517e8761e30e4e15cf2c7015760870d8dadb0c3f07007c4a3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-rhel9-operator@sha256%3Af3ec661872a5234517e8761e30e4e15cf2c7015760870d8dadb0c3f07007c4a3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-dns-operator-container-v4.15.0-202510211321.p2.g73aa60d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:50e4d73d1ae6212010a58a15d5192ba8e60829e0e140a6d0bc849691c5c2d78c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:50e4d73d1ae6212010a58a15d5192ba8e60829e0e140a6d0bc849691c5c2d78c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:50e4d73d1ae6212010a58a15d5192ba8e60829e0e140a6d0bc849691c5c2d78c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-rhel9-operator@sha256%3A50e4d73d1ae6212010a58a15d5192ba8e60829e0e140a6d0bc849691c5c2d78c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-image-registry-operator-container-v4.15.0-202510211321.p2.g3a8a3ce.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:02417ed67f618617fcca2270744e0dd3cd81a62d7f5f5da6e73221a7dee07649_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:02417ed67f618617fcca2270744e0dd3cd81a62d7f5f5da6e73221a7dee07649_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:02417ed67f618617fcca2270744e0dd3cd81a62d7f5f5da6e73221a7dee07649_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-rhel9-operator@sha256%3A02417ed67f618617fcca2270744e0dd3cd81a62d7f5f5da6e73221a7dee07649?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-ingress-operator-container-v4.15.0-202510211321.p2.g815632b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:6f737b4318a8f2e96c34c1f1e97ec23530533bdb33acbf9cba8982f8405f5aca_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:6f737b4318a8f2e96c34c1f1e97ec23530533bdb33acbf9cba8982f8405f5aca_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:6f737b4318a8f2e96c34c1f1e97ec23530533bdb33acbf9cba8982f8405f5aca_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-rhel9-operator@sha256%3A6f737b4318a8f2e96c34c1f1e97ec23530533bdb33acbf9cba8982f8405f5aca?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-kube-apiserver-operator-container-v4.15.0-202510211321.p2.gb5b212e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:517c74dcfbaff35ef2ba329a74a70402a228c77da442d263e5d3080ff7193965_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:517c74dcfbaff35ef2ba329a74a70402a228c77da442d263e5d3080ff7193965_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:517c74dcfbaff35ef2ba329a74a70402a228c77da442d263e5d3080ff7193965_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3A517c74dcfbaff35ef2ba329a74a70402a228c77da442d263e5d3080ff7193965?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202510211321.p2.g128d8e0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:28da5447837549fc35380edc0dc366bd59216852c59cfa2b3d512cf8eebc679a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:28da5447837549fc35380edc0dc366bd59216852c59cfa2b3d512cf8eebc679a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:28da5447837549fc35380edc0dc366bd59216852c59cfa2b3d512cf8eebc679a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3A28da5447837549fc35380edc0dc366bd59216852c59cfa2b3d512cf8eebc679a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202510211321.p2.gee8cf52.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:11aebf8d07597c63ae5cac4cbc04e38d49ae1a4f8824ab22128e0b5c39e805cd_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:11aebf8d07597c63ae5cac4cbc04e38d49ae1a4f8824ab22128e0b5c39e805cd_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:11aebf8d07597c63ae5cac4cbc04e38d49ae1a4f8824ab22128e0b5c39e805cd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-rhel9-operator@sha256%3A11aebf8d07597c63ae5cac4cbc04e38d49ae1a4f8824ab22128e0b5c39e805cd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-kube-scheduler-operator-container-v4.15.0-202510211321.p2.gf054dfa.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4c02ec12d1f3762f4b2e735cd1600a00fd1bbc62130e005fd9842bd3f7ff7f6b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4c02ec12d1f3762f4b2e735cd1600a00fd1bbc62130e005fd9842bd3f7ff7f6b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4c02ec12d1f3762f4b2e735cd1600a00fd1bbc62130e005fd9842bd3f7ff7f6b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3A4c02ec12d1f3762f4b2e735cd1600a00fd1bbc62130e005fd9842bd3f7ff7f6b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202510211321.p2.ge76cea5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:451233d80bc028a63b160526e07b233807d872f9d4e14da6ad4be96f64f29491_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:451233d80bc028a63b160526e07b233807d872f9d4e14da6ad4be96f64f29491_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:451233d80bc028a63b160526e07b233807d872f9d4e14da6ad4be96f64f29491_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver-rhel9@sha256%3A451233d80bc028a63b160526e07b233807d872f9d4e14da6ad4be96f64f29491?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-machine-approver-container-v4.15.0-202510211321.p2.g863813e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:01eb7dbdb11a50a229196f82930e647e2080f53224bb41ca2a0fe6349c5d8d03_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:01eb7dbdb11a50a229196f82930e647e2080f53224bb41ca2a0fe6349c5d8d03_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:01eb7dbdb11a50a229196f82930e647e2080f53224bb41ca2a0fe6349c5d8d03_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-olm-operator-rhel8@sha256%3A01eb7dbdb11a50a229196f82930e647e2080f53224bb41ca2a0fe6349c5d8d03?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-olm-operator-container-v4.15.0-202510221322.p2.ga7ba898.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:edf6a8244ae0bfd588371101aced93b5ee8f5073309daa7ef6e407b4521928e1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:edf6a8244ae0bfd588371101aced93b5ee8f5073309daa7ef6e407b4521928e1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:edf6a8244ae0bfd588371101aced93b5ee8f5073309daa7ef6e407b4521928e1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3Aedf6a8244ae0bfd588371101aced93b5ee8f5073309daa7ef6e407b4521928e1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202510211321.p2.g078c81f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2c0c232df35e9d03ef13aaa8b44b12b6c9ca2127f0a5e827d46b6beee55d856a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2c0c232df35e9d03ef13aaa8b44b12b6c9ca2127f0a5e827d46b6beee55d856a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2c0c232df35e9d03ef13aaa8b44b12b6c9ca2127f0a5e827d46b6beee55d856a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3A2c0c232df35e9d03ef13aaa8b44b12b6c9ca2127f0a5e827d46b6beee55d856a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202510211321.p2.g1ae0ba7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:47f3054cb4a6bd160fd59d591b30910bcbb7123fe44fbb6f057d9d3176858e5b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:47f3054cb4a6bd160fd59d591b30910bcbb7123fe44fbb6f057d9d3176858e5b_arm64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:47f3054cb4a6bd160fd59d591b30910bcbb7123fe44fbb6f057d9d3176858e5b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel8-operator@sha256%3A47f3054cb4a6bd160fd59d591b30910bcbb7123fe44fbb6f057d9d3176858e5b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-ovirt-csi-operator-container-v4.15.0-202510221322.p2.ge9b0fa2.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:7d168d6a6f797e925777d01d55bca9e2cd7f6b30e52a76607475935a7c87bf2d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:7d168d6a6f797e925777d01d55bca9e2cd7f6b30e52a76607475935a7c87bf2d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:7d168d6a6f797e925777d01d55bca9e2cd7f6b30e52a76607475935a7c87bf2d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-platform-operators-manager-rhel9@sha256%3A7d168d6a6f797e925777d01d55bca9e2cd7f6b30e52a76607475935a7c87bf2d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202510211321.p2.g37a0a91.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a98ff558a980eac6d39c3e2d8275d0db333679521d54b919fd6b2c11a739f387_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a98ff558a980eac6d39c3e2d8275d0db333679521d54b919fd6b2c11a739f387_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a98ff558a980eac6d39c3e2d8275d0db333679521d54b919fd6b2c11a739f387_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-rhel9-operator@sha256%3Aa98ff558a980eac6d39c3e2d8275d0db333679521d54b919fd6b2c11a739f387?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-samples-operator-container-v4.15.0-202510211321.p2.g88a3bc5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ca8df7b4917a2c1b7a22e8f753cb19c9e92b15487c121e94156961d5b5cb7681_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ca8df7b4917a2c1b7a22e8f753cb19c9e92b15487c121e94156961d5b5cb7681_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ca8df7b4917a2c1b7a22e8f753cb19c9e92b15487c121e94156961d5b5cb7681_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-update-keys-rhel9@sha256%3Aca8df7b4917a2c1b7a22e8f753cb19c9e92b15487c121e94156961d5b5cb7681?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-update-keys-container-v4.15.0-202510211321.p2.g802233d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:d878af0364938ce585214d77b78ed92b44c916113405f0649d1e727f9c010b3e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:d878af0364938ce585214d77b78ed92b44c916113405f0649d1e727f9c010b3e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:d878af0364938ce585214d77b78ed92b44c916113405f0649d1e727f9c010b3e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel8@sha256%3Ad878af0364938ce585214d77b78ed92b44c916113405f0649d1e727f9c010b3e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-containernetworking-plugins-container-v4.15.0-202510281322.p2.gbf16e4c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:7f43c6487ef0d6ee493fae02ef100abc813294f027b702722f38c619a5e8206c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:7f43c6487ef0d6ee493fae02ef100abc813294f027b702722f38c619a5e8206c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:7f43c6487ef0d6ee493fae02ef100abc813294f027b702722f38c619a5e8206c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-rhel9@sha256%3A7f43c6487ef0d6ee493fae02ef100abc813294f027b702722f38c619a5e8206c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-driver-shared-resource-container-v4.15.0-202510211321.p2.g260a085.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:ae2978f43a4b765fdcd8abe8e91956a0a1e267c0f76593d94e52780fadc68388_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:ae2978f43a4b765fdcd8abe8e91956a0a1e267c0f76593d94e52780fadc68388_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:ae2978f43a4b765fdcd8abe8e91956a0a1e267c0f76593d94e52780fadc68388_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-operator-rhel8@sha256%3Aae2978f43a4b765fdcd8abe8e91956a0a1e267c0f76593d94e52780fadc68388?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202510221322.p2.g8d017b7.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:1fde8ae44f15902a4a5dde0328cb037c74c40ab527db4963b5d703c35f2b2c6d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:1fde8ae44f15902a4a5dde0328cb037c74c40ab527db4963b5d703c35f2b2c6d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:1fde8ae44f15902a4a5dde0328cb037c74c40ab527db4963b5d703c35f2b2c6d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-webhook-rhel9@sha256%3A1fde8ae44f15902a4a5dde0328cb037c74c40ab527db4963b5d703c35f2b2c6d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202510211321.p2.g260a085.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:f5bdcc739dc1dc70a53c624c35d3e5e9574bbc67cf488919041e3ff0a11f009d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:f5bdcc739dc1dc70a53c624c35d3e5e9574bbc67cf488919041e3ff0a11f009d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:f5bdcc739dc1dc70a53c624c35d3e5e9574bbc67cf488919041e3ff0a11f009d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer@sha256%3Af5bdcc739dc1dc70a53c624c35d3e5e9574bbc67cf488919041e3ff0a11f009d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-resizer-container-v4.15.0-202510221322.p2.g3b4236d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:f5bdcc739dc1dc70a53c624c35d3e5e9574bbc67cf488919041e3ff0a11f009d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:f5bdcc739dc1dc70a53c624c35d3e5e9574bbc67cf488919041e3ff0a11f009d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:f5bdcc739dc1dc70a53c624c35d3e5e9574bbc67cf488919041e3ff0a11f009d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel8@sha256%3Af5bdcc739dc1dc70a53c624c35d3e5e9574bbc67cf488919041e3ff0a11f009d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-resizer-container-v4.15.0-202510221322.p2.g3b4236d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d87fda521517b9b5505780eb2d84212843145098e70032c9996b3250222fe604_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d87fda521517b9b5505780eb2d84212843145098e70032c9996b3250222fe604_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d87fda521517b9b5505780eb2d84212843145098e70032c9996b3250222fe604_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel9@sha256%3Ad87fda521517b9b5505780eb2d84212843145098e70032c9996b3250222fe604?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-snapshotter-container-v4.15.0-202510211321.p2.g4f2955c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ca587a8911043d96b60e967e4b2e33892254096414910174e6a7c395583e97b0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ca587a8911043d96b60e967e4b2e33892254096414910174e6a7c395583e97b0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ca587a8911043d96b60e967e4b2e33892254096414910174e6a7c395583e97b0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel9@sha256%3Aca587a8911043d96b60e967e4b2e33892254096414910174e6a7c395583e97b0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-snapshot-controller-container-v4.15.0-202510211321.p2.g4f2955c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:1fa5db1d68336e05f0559c44f107e2968f7e65842d878a25355f37ff487001d0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:1fa5db1d68336e05f0559c44f107e2968f7e65842d878a25355f37ff487001d0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:1fa5db1d68336e05f0559c44f107e2968f7e65842d878a25355f37ff487001d0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd-rhel9@sha256%3A1fa5db1d68336e05f0559c44f107e2968f7e65842d878a25355f37ff487001d0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-etcd-container-v4.15.0-202510211321.p2.ga7005ef.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:61ae2afb181d20ddc00f7f0f1a6a206221d15c887238ab048e10f838995c3d28_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:61ae2afb181d20ddc00f7f0f1a6a206221d15c887238ab048e10f838995c3d28_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:61ae2afb181d20ddc00f7f0f1a6a206221d15c887238ab048e10f838995c3d28_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cloud-controller-manager-rhel9@sha256%3A61ae2afb181d20ddc00f7f0f1a6a206221d15c887238ab048e10f838995c3d28?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-cloud-controller-manager-container-v4.15.0-202510211321.p2.gfc50272.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:a74af849f4f9b5eb17e812d798711ea57b234c311587a46fccf80b449e2ab091_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:a74af849f4f9b5eb17e812d798711ea57b234c311587a46fccf80b449e2ab091_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:a74af849f4f9b5eb17e812d798711ea57b234c311587a46fccf80b449e2ab091_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cluster-api-controllers-rhel9@sha256%3Aa74af849f4f9b5eb17e812d798711ea57b234c311587a46fccf80b449e2ab091?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-cluster-api-controllers-container-v4.15.0-202510211321.p2.gbad5403.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:fa22ce356479e36e38b28420a89c51826e52e4ed29599f8d81b33a4c9f17742f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:fa22ce356479e36e38b28420a89c51826e52e4ed29599f8d81b33a4c9f17742f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:fa22ce356479e36e38b28420a89c51826e52e4ed29599f8d81b33a4c9f17742f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-rhel9@sha256%3Afa22ce356479e36e38b28420a89c51826e52e4ed29599f8d81b33a4c9f17742f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-pd-csi-driver-container-v4.15.0-202510281322.p2.g856ee3e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:788f14d6d64cc43d2f137a2b5a2e13e80b6d7bd1c5db3aace5fc90b090cc1325_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:788f14d6d64cc43d2f137a2b5a2e13e80b6d7bd1c5db3aace5fc90b090cc1325_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:788f14d6d64cc43d2f137a2b5a2e13e80b6d7bd1c5db3aace5fc90b090cc1325_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-operator-rhel8@sha256%3A788f14d6d64cc43d2f137a2b5a2e13e80b6d7bd1c5db3aace5fc90b090cc1325?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-pd-csi-driver-operator-container-v4.15.0-202510221322.p2.g3b91ee3.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:017c35ad3581bc5d47691821501fad35bc737e5c8aff5b486fd85905d6f815ec_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:017c35ad3581bc5d47691821501fad35bc737e5c8aff5b486fd85905d6f815ec_arm64",
"product_id": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:017c35ad3581bc5d47691821501fad35bc737e5c8aff5b486fd85905d6f815ec_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-image-customization-controller-rhel8@sha256%3A017c35ad3581bc5d47691821501fad35bc737e5c8aff5b486fd85905d6f815ec?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-image-customization-controller-container-v4.15.0-202510281322.p2.g97d8765.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:2e903dd9147352077a4f775283942c3c66c21ec31fa80e1f65a048dacee8d227_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:2e903dd9147352077a4f775283942c3c66c21ec31fa80e1f65a048dacee8d227_arm64",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:2e903dd9147352077a4f775283942c3c66c21ec31fa80e1f65a048dacee8d227_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel9-operator@sha256%3A2e903dd9147352077a4f775283942c3c66c21ec31fa80e1f65a048dacee8d227?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-insights-operator-container-v4.15.0-202510211321.p2.g975bba9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer@sha256:d3f327e2a5f4745ad2cb946a2228e42bcf51be9715b23732eb1d0b877b6d3ba3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer@sha256:d3f327e2a5f4745ad2cb946a2228e42bcf51be9715b23732eb1d0b877b6d3ba3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-installer@sha256:d3f327e2a5f4745ad2cb946a2228e42bcf51be9715b23732eb1d0b877b6d3ba3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer@sha256%3Ad3f327e2a5f4745ad2cb946a2228e42bcf51be9715b23732eb1d0b877b6d3ba3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-container-v4.15.0-202510221322.p2.ga5edf2f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:5dd4a63ccc8ff694f3d0b4d38290cfa647c8c6effeceabcd86383af0657c1e38_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:5dd4a63ccc8ff694f3d0b4d38290cfa647c8c6effeceabcd86383af0657c1e38_arm64",
"product_id": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:5dd4a63ccc8ff694f3d0b4d38290cfa647c8c6effeceabcd86383af0657c1e38_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-altinfra-rhel8@sha256%3A5dd4a63ccc8ff694f3d0b4d38290cfa647c8c6effeceabcd86383af0657c1e38?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-altinfra-container-v4.15.0-202510221322.p2.ga5edf2f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:ce8fa76166c3f37ae6e855b75e43aa462b0571d2720dd15ec7b9e282d522a13c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:ce8fa76166c3f37ae6e855b75e43aa462b0571d2720dd15ec7b9e282d522a13c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:ce8fa76166c3f37ae6e855b75e43aa462b0571d2720dd15ec7b9e282d522a13c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts@sha256%3Ace8fa76166c3f37ae6e855b75e43aa462b0571d2720dd15ec7b9e282d522a13c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-artifacts-container-v4.15.0-202510221322.p2.ga5edf2f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:47c1a53900ad4c677b45d0dabd3f08a2f77f164fed64f53cc5f3d1f53a9fcc2a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:47c1a53900ad4c677b45d0dabd3f08a2f77f164fed64f53cc5f3d1f53a9fcc2a_arm64",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:47c1a53900ad4c677b45d0dabd3f08a2f77f164fed64f53cc5f3d1f53a9fcc2a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kube-metrics-server-rhel8@sha256%3A47c1a53900ad4c677b45d0dabd3f08a2f77f164fed64f53cc5f3d1f53a9fcc2a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kube-metrics-server-container-v4.15.0-202510221322.p2.gbcbf241.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:7985455eba0bb60e7b1067f759f3e30ae73f9be78068f953e060786530253025_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:7985455eba0bb60e7b1067f759f3e30ae73f9be78068f953e060786530253025_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:7985455eba0bb60e7b1067f759f3e30ae73f9be78068f953e060786530253025_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel9@sha256%3A7985455eba0bb60e7b1067f759f3e30ae73f9be78068f953e060786530253025?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kube-storage-version-migrator-container-v4.15.0-202510211321.p2.ga6a9ab1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:12e6b0853b26b6504bd578914183118e2c74bbaa0e934a07ffb99acf3e19efec_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:12e6b0853b26b6504bd578914183118e2c74bbaa0e934a07ffb99acf3e19efec_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:12e6b0853b26b6504bd578914183118e2c74bbaa0e934a07ffb99acf3e19efec_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3A12e6b0853b26b6504bd578914183118e2c74bbaa0e934a07ffb99acf3e19efec?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202510211321.p2.gdbaf9ea.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:f5f6edef66e7059ef66d2a2bdb52240c48279709048cda1b9b96bb11b9449e63_arm64",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:f5f6edef66e7059ef66d2a2bdb52240c48279709048cda1b9b96bb11b9449e63_arm64",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:f5f6edef66e7059ef66d2a2bdb52240c48279709048cda1b9b96bb11b9449e63_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-csi-driver-rhel8@sha256%3Af5f6edef66e7059ef66d2a2bdb52240c48279709048cda1b9b96bb11b9449e63?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kubevirt-csi-driver-container-v4.15.0-202510221322.p2.g23b66bf.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:2d6d0eb401d3529cc09163cd67fb8af3d9629ec14890e3536904669e409c2262_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:2d6d0eb401d3529cc09163cd67fb8af3d9629ec14890e3536904669e409c2262_arm64",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:2d6d0eb401d3529cc09163cd67fb8af3d9629ec14890e3536904669e409c2262_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers-rhel9@sha256%3A2d6d0eb401d3529cc09163cd67fb8af3d9629ec14890e3536904669e409c2262?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-libvirt-machine-controllers-container-v4.15.0-202510211321.p2.g7dab744.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:31d45f4b5897554f9e459bf8822cd945a0307b515f8c2247e968aa3251bd9dee_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:31d45f4b5897554f9e459bf8822cd945a0307b515f8c2247e968aa3251bd9dee_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:31d45f4b5897554f9e459bf8822cd945a0307b515f8c2247e968aa3251bd9dee_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-rhel9-operator@sha256%3A31d45f4b5897554f9e459bf8822cd945a0307b515f8c2247e968aa3251bd9dee?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-operator-container-v4.15.0-202510211321.p2.g166c46a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:02033087b0776681f186aa48725fd0e2297ba2e22bd554269ace3d51b3f6da5d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:02033087b0776681f186aa48725fd0e2297ba2e22bd554269ace3d51b3f6da5d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:02033087b0776681f186aa48725fd0e2297ba2e22bd554269ace3d51b3f6da5d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-aws-rhel9@sha256%3A02033087b0776681f186aa48725fd0e2297ba2e22bd554269ace3d51b3f6da5d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-aws-container-v4.15.0-202510280124.p2.gfb9a59a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:80d2d5f45ef286fb8ae44b74ec245a68b21300e7d1deb60f01c527586e036db0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:80d2d5f45ef286fb8ae44b74ec245a68b21300e7d1deb60f01c527586e036db0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:80d2d5f45ef286fb8ae44b74ec245a68b21300e7d1deb60f01c527586e036db0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-azure-rhel9@sha256%3A80d2d5f45ef286fb8ae44b74ec245a68b21300e7d1deb60f01c527586e036db0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-azure-container-v4.15.0-202510211321.p2.g9f1015e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:089f5b6a5d58e7dfe1cb8fc7a552a7a3a525208e0cfc86f88362eacd3b11b8b7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:089f5b6a5d58e7dfe1cb8fc7a552a7a3a525208e0cfc86f88362eacd3b11b8b7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:089f5b6a5d58e7dfe1cb8fc7a552a7a3a525208e0cfc86f88362eacd3b11b8b7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-gcp-rhel9@sha256%3A089f5b6a5d58e7dfe1cb8fc7a552a7a3a525208e0cfc86f88362eacd3b11b8b7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-gcp-container-v4.15.0-202510211321.p2.g0af06c0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a74dfebf03b4e0c686a285f0b71653d37f945c6c8e4fa5e750cd3fccdda1ead4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a74dfebf03b4e0c686a285f0b71653d37f945c6c8e4fa5e750cd3fccdda1ead4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a74dfebf03b4e0c686a285f0b71653d37f945c6c8e4fa5e750cd3fccdda1ead4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel9@sha256%3Aa74dfebf03b4e0c686a285f0b71653d37f945c6c8e4fa5e750cd3fccdda1ead4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-openstack-container-v4.15.0-202510211321.p2.g396a09f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:9c2d1fbec1fde2e3a0490bb630ef4de043fac05c915f6db43904feacfe15541d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:9c2d1fbec1fde2e3a0490bb630ef4de043fac05c915f6db43904feacfe15541d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:9c2d1fbec1fde2e3a0490bb630ef4de043fac05c915f6db43904feacfe15541d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-operator@sha256%3A9c2d1fbec1fde2e3a0490bb630ef4de043fac05c915f6db43904feacfe15541d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-config-operator-container-v4.15.0-202510221322.p2.g78cd089.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:805c04faa83fd96fb2510deef9c180846028dff7c8de992474c00b34bdaf29e0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:805c04faa83fd96fb2510deef9c180846028dff7c8de992474c00b34bdaf29e0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:805c04faa83fd96fb2510deef9c180846028dff7c8de992474c00b34bdaf29e0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel8@sha256%3A805c04faa83fd96fb2510deef9c180846028dff7c8de992474c00b34bdaf29e0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-os-images-container-v4.15.0-202510221322.p2.gb7f83c7.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:72ca1c3f1ce6ebd678469ad94416f27db9a6e9ffc5e22a6c0636f4f26872fa53_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:72ca1c3f1ce6ebd678469ad94416f27db9a6e9ffc5e22a6c0636f4f26872fa53_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:72ca1c3f1ce6ebd678469ad94416f27db9a6e9ffc5e22a6c0636f4f26872fa53_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller-rhel9@sha256%3A72ca1c3f1ce6ebd678469ad94416f27db9a6e9ffc5e22a6c0636f4f26872fa53?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-admission-controller-container-v4.15.0-202510211321.p2.ga2e3c6e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:761eefac8ce5fb75389e8e452f927143acc1aca266602d6fca8c007c30d7eeea_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:761eefac8ce5fb75389e8e452f927143acc1aca266602d6fca8c007c30d7eeea_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:761eefac8ce5fb75389e8e452f927143acc1aca266602d6fca8c007c30d7eeea_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel8@sha256%3A761eefac8ce5fb75389e8e452f927143acc1aca266602d6fca8c007c30d7eeea?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-route-override-cni-container-v4.15.0-202510221322.p2.g1ccafc3.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:b31ac2f80176d24f71e4e1fb8bf8f153cab65e069add24cb891a021a06c0195e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:b31ac2f80176d24f71e4e1fb8bf8f153cab65e069add24cb891a021a06c0195e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:b31ac2f80176d24f71e4e1fb8bf8f153cab65e069add24cb891a021a06c0195e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel8@sha256%3Ab31ac2f80176d24f71e4e1fb8bf8f153cab65e069add24cb891a021a06c0195e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-whereabouts-ipam-cni-container-v4.15.0-202510221322.p2.gcfa4f97.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather@sha256:594299d23d3fbb349d6fb9c4e059320829e7d2d643d890298b2a94c4314d92e7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather@sha256:594299d23d3fbb349d6fb9c4e059320829e7d2d643d890298b2a94c4314d92e7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-must-gather@sha256:594299d23d3fbb349d6fb9c4e059320829e7d2d643d890298b2a94c4314d92e7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather@sha256%3A594299d23d3fbb349d6fb9c4e059320829e7d2d643d890298b2a94c4314d92e7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-must-gather-container-v4.15.0-202510281322.p2.g0f70f31.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:9f06792d0d1831f9a557c15967cbcf117365305b612f3a23f793863615285ba9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:9f06792d0d1831f9a557c15967cbcf117365305b612f3a23f793863615285ba9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:9f06792d0d1831f9a557c15967cbcf117365305b612f3a23f793863615285ba9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel8@sha256%3A9f06792d0d1831f9a557c15967cbcf117365305b612f3a23f793863615285ba9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-interface-bond-cni-container-v4.15.0-202510221322.p2.gf91deca.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:08f3e89b2984d8563a822dde8feb96231e9cae0e74cc7a64b9871d53f4a9990c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:08f3e89b2984d8563a822dde8feb96231e9cae0e74cc7a64b9871d53f4a9990c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:08f3e89b2984d8563a822dde8feb96231e9cae0e74cc7a64b9871d53f4a9990c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel9@sha256%3A08f3e89b2984d8563a822dde8feb96231e9cae0e74cc7a64b9871d53f4a9990c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-metrics-daemon-container-v4.15.0-202510211321.p2.g1b188fa.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:0e018e0ea1a45558fdebe89d04617b2b703ba93c7d58f2b92ceaea07d2498458_arm64",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:0e018e0ea1a45558fdebe89d04617b2b703ba93c7d58f2b92ceaea07d2498458_arm64",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:0e018e0ea1a45558fdebe89d04617b2b703ba93c7d58f2b92ceaea07d2498458_arm64",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel8@sha256%3A0e018e0ea1a45558fdebe89d04617b2b703ba93c7d58f2b92ceaea07d2498458?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-tools-container-v4.15.0-202510221322.p2.g17536c8.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:2bfd19c9c46179264bd0d7c37f8f7b9edda077f3210f168f010af88317904d70_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:2bfd19c9c46179264bd0d7c37f8f7b9edda077f3210f168f010af88317904d70_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:2bfd19c9c46179264bd0d7c37f8f7b9edda077f3210f168f010af88317904d70_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel9@sha256%3A2bfd19c9c46179264bd0d7c37f8f7b9edda077f3210f168f010af88317904d70?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-oauth-apiserver-container-v4.15.0-202510211321.p2.g0e15844.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:5f1fee6ff56a72baabb5f8c908feb2c4a67426fd0ed4bf8e55cc4daf552fc4cf_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:5f1fee6ff56a72baabb5f8c908feb2c4a67426fd0ed4bf8e55cc4daf552fc4cf_arm64",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:5f1fee6ff56a72baabb5f8c908feb2c4a67426fd0ed4bf8e55cc4daf552fc4cf_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-catalogd-rhel8@sha256%3A5f1fee6ff56a72baabb5f8c908feb2c4a67426fd0ed4bf8e55cc4daf552fc4cf?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-catalogd-container-v4.15.0-202510221322.p2.g035d383.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:6533b9840e66c882af6ea984d451821cfaf72000c1d2d8e1ffa46b95abfd0c52_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:6533b9840e66c882af6ea984d451821cfaf72000c1d2d8e1ffa46b95abfd0c52_arm64",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:6533b9840e66c882af6ea984d451821cfaf72000c1d2d8e1ffa46b95abfd0c52_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-operator-controller-rhel8@sha256%3A6533b9840e66c882af6ea984d451821cfaf72000c1d2d8e1ffa46b95abfd0c52?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-operator-controller-container-v4.15.0-202510221322.p2.g303b954.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:4cedef9af9f34258060b059ad2d0f44ba329dc72e64942a8adcd1c14400a02ff_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:4cedef9af9f34258060b059ad2d0f44ba329dc72e64942a8adcd1c14400a02ff_arm64",
"product_id": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:4cedef9af9f34258060b059ad2d0f44ba329dc72e64942a8adcd1c14400a02ff_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-rukpak-rhel8@sha256%3A4cedef9af9f34258060b059ad2d0f44ba329dc72e64942a8adcd1c14400a02ff?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-rukpak-container-v4.15.0-202510221322.p2.g5b09cd4.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6406a77819214fbcf753c72e1add20455ce1c71db634a10ed36cf4fdf857d892_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6406a77819214fbcf753c72e1add20455ce1c71db634a10ed36cf4fdf857d892_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6406a77819214fbcf753c72e1add20455ce1c71db634a10ed36cf4fdf857d892_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel9@sha256%3A6406a77819214fbcf753c72e1add20455ce1c71db634a10ed36cf4fdf857d892?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openshift-apiserver-container-v4.15.0-202510211321.p2.g65ff3cd.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b84e75d4eeb59ff0804fc3b501156bfc562a52c0cd554783d8d7e7c0714d6f85_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b84e75d4eeb59ff0804fc3b501156bfc562a52c0cd554783d8d7e7c0714d6f85_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b84e75d4eeb59ff0804fc3b501156bfc562a52c0cd554783d8d7e7c0714d6f85_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel9@sha256%3Ab84e75d4eeb59ff0804fc3b501156bfc562a52c0cd554783d8d7e7c0714d6f85?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openshift-controller-manager-container-v4.15.0-202510211321.p2.g110a10a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:b71416e2ac3c46366da3abd72b0762b74759587afdfdc8a8c6a47a52b1d1d77d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:b71416e2ac3c46366da3abd72b0762b74759587afdfdc8a8c6a47a52b1d1d77d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:b71416e2ac3c46366da3abd72b0762b74759587afdfdc8a8c6a47a52b1d1d77d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9@sha256%3Ab71416e2ac3c46366da3abd72b0762b74759587afdfdc8a8c6a47a52b1d1d77d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openstack-cinder-csi-driver-container-v4.15.0-202510211321.p2.g3d9f6f8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:def060ba5ad7ccecf1d1cb0ff3360dba500838c087d701015415e1a2ab08b4bf_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:def060ba5ad7ccecf1d1cb0ff3360dba500838c087d701015415e1a2ab08b4bf_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:def060ba5ad7ccecf1d1cb0ff3360dba500838c087d701015415e1a2ab08b4bf_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8-operator@sha256%3Adef060ba5ad7ccecf1d1cb0ff3360dba500838c087d701015415e1a2ab08b4bf?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202510221322.p2.gd0c2407.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:72c97ea299920a43dd391500e1f70b27cfbedf1e9a32ec9275171929b8fde7d2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:72c97ea299920a43dd391500e1f70b27cfbedf1e9a32ec9275171929b8fde7d2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:72c97ea299920a43dd391500e1f70b27cfbedf1e9a32ec9275171929b8fde7d2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel9@sha256%3A72c97ea299920a43dd391500e1f70b27cfbedf1e9a32ec9275171929b8fde7d2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202510211321.p2.g3d9f6f8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:66b2e131a3be79803c75bc96b69c3e7be34faf2f00f6d4fa53c82704627f8a96_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:66b2e131a3be79803c75bc96b69c3e7be34faf2f00f6d4fa53c82704627f8a96_arm64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:66b2e131a3be79803c75bc96b69c3e7be34faf2f00f6d4fa53c82704627f8a96_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9@sha256%3A66b2e131a3be79803c75bc96b69c3e7be34faf2f00f6d4fa53c82704627f8a96?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovirt-csi-driver-container-v4.15.0-202510211321.p2.gb8d25ad.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8fd890e0ed4d9101a895b34c0f42293b280d06245de6e45b113bbd5665ea488e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8fd890e0ed4d9101a895b34c0f42293b280d06245de6e45b113bbd5665ea488e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8fd890e0ed4d9101a895b34c0f42293b280d06245de6e45b113bbd5665ea488e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256%3A8fd890e0ed4d9101a895b34c0f42293b280d06245de6e45b113bbd5665ea488e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovn-kubernetes-container-v4.15.0-202510221322.p2.g8fbb563.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:d5f38f5666ed4b7f7e7da03732367e1a5d67f7f7d35c0c4bc232b5aab7f2f2d4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:d5f38f5666ed4b7f7e7da03732367e1a5d67f7f7d35c0c4bc232b5aab7f2f2d4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:d5f38f5666ed4b7f7e7da03732367e1a5d67f7f7d35c0c4bc232b5aab7f2f2d4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-k8s-prometheus-adapter-rhel9@sha256%3Ad5f38f5666ed4b7f7e7da03732367e1a5d67f7f7d35c0c4bc232b5aab7f2f2d4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-prometheus-adapter-container-v4.15.0-202510211321.p2.g34e2019.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:00143215db73c4d765605e892829f7c7e4537fefe11251cb3d279afd98d5830b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:00143215db73c4d765605e892829f7c7e4537fefe11251cb3d279afd98d5830b_arm64",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:00143215db73c4d765605e892829f7c7e4537fefe11251cb3d279afd98d5830b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel8@sha256%3A00143215db73c4d765605e892829f7c7e4537fefe11251cb3d279afd98d5830b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-route-controller-manager-container-v4.15.0-202510221322.p2.gc5cc7a7.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:8eb91dcd0e34b5cf2520af44bcbef1d953892b1a39d117c579c8a2876bf8ab05_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:8eb91dcd0e34b5cf2520af44bcbef1d953892b1a39d117c579c8a2876bf8ab05_arm64",
"product_id": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:8eb91dcd0e34b5cf2520af44bcbef1d953892b1a39d117c579c8a2876bf8ab05_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-sdn-rhel9@sha256%3A8eb91dcd0e34b5cf2520af44bcbef1d953892b1a39d117c579c8a2876bf8ab05?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-node-container-v4.15.0-202510211321.p2.g53680a5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:6b65341e8a72cb548d68d8c2dd567eedaee6d00d198295437514524442471c01_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:6b65341e8a72cb548d68d8c2dd567eedaee6d00d198295437514524442471c01_arm64",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:6b65341e8a72cb548d68d8c2dd567eedaee6d00d198295437514524442471c01_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-rhel9-operator@sha256%3A6b65341e8a72cb548d68d8c2dd567eedaee6d00d198295437514524442471c01?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-service-ca-operator-container-v4.15.0-202510211321.p2.g19f312e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:40b76bc1b9e5ca0e664371020999da9c619546692a52e50544a84ada1193e0c2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:40b76bc1b9e5ca0e664371020999da9c619546692a52e50544a84ada1193e0c2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:40b76bc1b9e5ca0e664371020999da9c619546692a52e50544a84ada1193e0c2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel8@sha256%3A40b76bc1b9e5ca0e664371020999da9c619546692a52e50544a84ada1193e0c2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-tools-container-v4.15.0-202510280124.p2.g8231637.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c493bb938f211c8018e014c922287ffd9db30a9d8e6818f2dc9cf42efd6b6da8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c493bb938f211c8018e014c922287ffd9db30a9d8e6818f2dc9cf42efd6b6da8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c493bb938f211c8018e014c922287ffd9db30a9d8e6818f2dc9cf42efd6b6da8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256%3Ac493bb938f211c8018e014c922287ffd9db30a9d8e6818f2dc9cf42efd6b6da8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ovn-kubernetes-microshift-container-v4.15.0-202510221322.p2.g8fbb563.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:7e9b110c44bc04a2349b037104cd836c0dba7fc90bee7c0a3fa0a7bf380664df_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:7e9b110c44bc04a2349b037104cd836c0dba7fc90bee7c0a3fa0a7bf380664df_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:7e9b110c44bc04a2349b037104cd836c0dba7fc90bee7c0a3fa0a7bf380664df_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy@sha256%3A7e9b110c44bc04a2349b037104cd836c0dba7fc90bee7c0a3fa0a7bf380664df?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prom-label-proxy-container-v4.15.0-202510221322.p2.gf3f1f5d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e892bc22d6a070e147ee0648d834798cae5f2e8941805a6bb7a0a4b1a292fb82_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e892bc22d6a070e147ee0648d834798cae5f2e8941805a6bb7a0a4b1a292fb82_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e892bc22d6a070e147ee0648d834798cae5f2e8941805a6bb7a0a4b1a292fb82_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader-rhel9@sha256%3Ae892bc22d6a070e147ee0648d834798cae5f2e8941805a6bb7a0a4b1a292fb82?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prometheus-config-reloader-container-v4.15.0-202510211321.p2.g902436a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:940220625073d9178c2efc540fb418df676e44dcd35c5a7ad01d1031ce779bd1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:940220625073d9178c2efc540fb418df676e44dcd35c5a7ad01d1031ce779bd1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:940220625073d9178c2efc540fb418df676e44dcd35c5a7ad01d1031ce779bd1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9-operator@sha256%3A940220625073d9178c2efc540fb418df676e44dcd35c5a7ad01d1031ce779bd1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prometheus-operator-container-v4.15.0-202510211321.p2.g902436a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9301a4880095595d6ee0667a7da2ac7e75f5a028a1f70bf71ec1227310d5e170_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9301a4880095595d6ee0667a7da2ac7e75f5a028a1f70bf71ec1227310d5e170_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9301a4880095595d6ee0667a7da2ac7e75f5a028a1f70bf71ec1227310d5e170_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel9@sha256%3A9301a4880095595d6ee0667a7da2ac7e75f5a028a1f70bf71ec1227310d5e170?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.15.0-202510211321.p2.g902436a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:87929d27a7e7d6538a5cdb3ad1d58f531c681ec5db4824498248ffd5dfcbedb2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:87929d27a7e7d6538a5cdb3ad1d58f531c681ec5db4824498248ffd5dfcbedb2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:87929d27a7e7d6538a5cdb3ad1d58f531c681ec5db4824498248ffd5dfcbedb2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter-rhel9@sha256%3A87929d27a7e7d6538a5cdb3ad1d58f531c681ec5db4824498248ffd5dfcbedb2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=telemeter-container-v4.15.0-202510211321.p2.g14489f7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:9868a70523d322153d4870f205323629f8230505c883b79bc64c6b8440472633_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:9868a70523d322153d4870f205323629f8230505c883b79bc64c6b8440472633_arm64",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:9868a70523d322153d4870f205323629f8230505c883b79bc64c6b8440472633_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel8@sha256%3A9868a70523d322153d4870f205323629f8230505c883b79bc64c6b8440472633?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-thanos-container-v4.15.0-202510221322.p2.g66161ad.assembly.stream.el8"
}
}
}
],
"category": "architecture",
"name": "arm64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:719d802cdc007d64eab521dbc648d7efbac8b04713093b774bdce1da422e3ecd_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:719d802cdc007d64eab521dbc648d7efbac8b04713093b774bdce1da422e3ecd_arm64"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:719d802cdc007d64eab521dbc648d7efbac8b04713093b774bdce1da422e3ecd_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:ed014578e5710249c89391fdb17423ffa5e6137de2308facd20d4c45981b4adb_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:ed014578e5710249c89391fdb17423ffa5e6137de2308facd20d4c45981b4adb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:ed014578e5710249c89391fdb17423ffa5e6137de2308facd20d4c45981b4adb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:f42c255c1923e63843b1c7622861a65851aaa086fbb2668e0867e28893ba9c7b_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:f42c255c1923e63843b1c7622861a65851aaa086fbb2668e0867e28893ba9c7b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:f42c255c1923e63843b1c7622861a65851aaa086fbb2668e0867e28893ba9c7b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:f9eb32fe20a46c5b0ccc3e7dd9f7f8d3c591cf64ee7800137ccdf6c4cb1726ea_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:f9eb32fe20a46c5b0ccc3e7dd9f7f8d3c591cf64ee7800137ccdf6c4cb1726ea_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:f9eb32fe20a46c5b0ccc3e7dd9f7f8d3c591cf64ee7800137ccdf6c4cb1726ea_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4a69fac5425de41d1bb0b2ebcbb99012b520002235e578b8a8ff0039079a3972_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4a69fac5425de41d1bb0b2ebcbb99012b520002235e578b8a8ff0039079a3972_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4a69fac5425de41d1bb0b2ebcbb99012b520002235e578b8a8ff0039079a3972_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5a3757def8e6a4fd616bb999d34903ddc9f7d8aa96dcd865f749dded52e92165_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5a3757def8e6a4fd616bb999d34903ddc9f7d8aa96dcd865f749dded52e92165_arm64"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5a3757def8e6a4fd616bb999d34903ddc9f7d8aa96dcd865f749dded52e92165_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:63b6550720f82b5a98783901d776f3866075896b661958cff3d8ddff44dec214_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:63b6550720f82b5a98783901d776f3866075896b661958cff3d8ddff44dec214_amd64"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:63b6550720f82b5a98783901d776f3866075896b661958cff3d8ddff44dec214_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:679852a44689f3a73197e047661821c910e35d50edbd788170b8b0cfd9304166_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:679852a44689f3a73197e047661821c910e35d50edbd788170b8b0cfd9304166_s390x"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:679852a44689f3a73197e047661821c910e35d50edbd788170b8b0cfd9304166_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:037c72c52db1039c57f1008617136cf9e94c8b3da14ea36c3a0595e6182c0042_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:037c72c52db1039c57f1008617136cf9e94c8b3da14ea36c3a0595e6182c0042_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:037c72c52db1039c57f1008617136cf9e94c8b3da14ea36c3a0595e6182c0042_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:17a517f94f4fb0429b6284d884570b95349f269ed187dbd94c4476f525dc54f3_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:17a517f94f4fb0429b6284d884570b95349f269ed187dbd94c4476f525dc54f3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:17a517f94f4fb0429b6284d884570b95349f269ed187dbd94c4476f525dc54f3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:6e0a2c775267d2f07817788a3ecbdccadbe6377e4d18a0d9dd9c0f0d40c77eaa_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:6e0a2c775267d2f07817788a3ecbdccadbe6377e4d18a0d9dd9c0f0d40c77eaa_amd64"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:6e0a2c775267d2f07817788a3ecbdccadbe6377e4d18a0d9dd9c0f0d40c77eaa_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:adf596175de3c3004fce49a68cbe58e7ba15b3b0b315349ddee89d5dca8109f1_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:adf596175de3c3004fce49a68cbe58e7ba15b3b0b315349ddee89d5dca8109f1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:adf596175de3c3004fce49a68cbe58e7ba15b3b0b315349ddee89d5dca8109f1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:47c1a53900ad4c677b45d0dabd3f08a2f77f164fed64f53cc5f3d1f53a9fcc2a_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:47c1a53900ad4c677b45d0dabd3f08a2f77f164fed64f53cc5f3d1f53a9fcc2a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:47c1a53900ad4c677b45d0dabd3f08a2f77f164fed64f53cc5f3d1f53a9fcc2a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:7cbc7f3c9d0912d4e1d0a1341a3db13fa59bdd0a2e3a81e161e4e23eb43f1278_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:7cbc7f3c9d0912d4e1d0a1341a3db13fa59bdd0a2e3a81e161e4e23eb43f1278_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:7cbc7f3c9d0912d4e1d0a1341a3db13fa59bdd0a2e3a81e161e4e23eb43f1278_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:a3c239970ebc8ba8b547dec72f2f6aeddc12cd19c18d75c493abc85285da48fd_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:a3c239970ebc8ba8b547dec72f2f6aeddc12cd19c18d75c493abc85285da48fd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:a3c239970ebc8ba8b547dec72f2f6aeddc12cd19c18d75c493abc85285da48fd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:cfbf84917a9cebdd238a83d06f3145716b84b883dc78e81deb3738d2a92a4293_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:cfbf84917a9cebdd238a83d06f3145716b84b883dc78e81deb3738d2a92a4293_s390x"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:cfbf84917a9cebdd238a83d06f3145716b84b883dc78e81deb3738d2a92a4293_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:2be87034234cd07b0305ba546001dbd90403b8e758c83d557814d9b6ddddacc8_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:2be87034234cd07b0305ba546001dbd90403b8e758c83d557814d9b6ddddacc8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:2be87034234cd07b0305ba546001dbd90403b8e758c83d557814d9b6ddddacc8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:31b6d68104fe1044f063ba297e9d9e69c1e55b95b26f1e33f93a2573d66814bd_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:31b6d68104fe1044f063ba297e9d9e69c1e55b95b26f1e33f93a2573d66814bd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:31b6d68104fe1044f063ba297e9d9e69c1e55b95b26f1e33f93a2573d66814bd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:3dc697a49932c84227d323499a2a174900bd91215314697b8c9c41f7dca957c9_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:3dc697a49932c84227d323499a2a174900bd91215314697b8c9c41f7dca957c9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:3dc697a49932c84227d323499a2a174900bd91215314697b8c9c41f7dca957c9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:f5f6edef66e7059ef66d2a2bdb52240c48279709048cda1b9b96bb11b9449e63_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:f5f6edef66e7059ef66d2a2bdb52240c48279709048cda1b9b96bb11b9449e63_arm64"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:f5f6edef66e7059ef66d2a2bdb52240c48279709048cda1b9b96bb11b9449e63_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:0e018e0ea1a45558fdebe89d04617b2b703ba93c7d58f2b92ceaea07d2498458_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:0e018e0ea1a45558fdebe89d04617b2b703ba93c7d58f2b92ceaea07d2498458_arm64"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:0e018e0ea1a45558fdebe89d04617b2b703ba93c7d58f2b92ceaea07d2498458_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:32a45843d97384b62b8865de40d5c642dfede6904c05d15da08fde3642c6b8af_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:32a45843d97384b62b8865de40d5c642dfede6904c05d15da08fde3642c6b8af_s390x"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:32a45843d97384b62b8865de40d5c642dfede6904c05d15da08fde3642c6b8af_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:e109e2c17a3686bad9121716df7ffc7d6ec82419f28b24fad531f96f86df0f32_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:e109e2c17a3686bad9121716df7ffc7d6ec82419f28b24fad531f96f86df0f32_amd64"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:e109e2c17a3686bad9121716df7ffc7d6ec82419f28b24fad531f96f86df0f32_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:f8f64b2c9168897706e6cc3ed967a390abbe83894e7758d08d1b790f451b1268_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:f8f64b2c9168897706e6cc3ed967a390abbe83894e7758d08d1b790f451b1268_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel8@sha256:f8f64b2c9168897706e6cc3ed967a390abbe83894e7758d08d1b790f451b1268_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:0e033237871e3e7ce2f0c11741dd6ffade3419f95b6b8600f7cb0a024bc89e0d_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:0e033237871e3e7ce2f0c11741dd6ffade3419f95b6b8600f7cb0a024bc89e0d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:0e033237871e3e7ce2f0c11741dd6ffade3419f95b6b8600f7cb0a024bc89e0d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2f4ef4c232f199d5ac24750eca7388b57a44f976a782e48e0dc514c128801d35_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2f4ef4c232f199d5ac24750eca7388b57a44f976a782e48e0dc514c128801d35_arm64"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2f4ef4c232f199d5ac24750eca7388b57a44f976a782e48e0dc514c128801d35_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:468133aa3a5695bc314d8f2112e4a62388035c0b272abf4914ddcb485bfce137_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:468133aa3a5695bc314d8f2112e4a62388035c0b272abf4914ddcb485bfce137_s390x"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:468133aa3a5695bc314d8f2112e4a62388035c0b272abf4914ddcb485bfce137_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:601bcab3234fcecec33a89b6e6727bf6d9d3682b0e0a0eb98d6b84cc0db7458d_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:601bcab3234fcecec33a89b6e6727bf6d9d3682b0e0a0eb98d6b84cc0db7458d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:601bcab3234fcecec33a89b6e6727bf6d9d3682b0e0a0eb98d6b84cc0db7458d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:00143215db73c4d765605e892829f7c7e4537fefe11251cb3d279afd98d5830b_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:00143215db73c4d765605e892829f7c7e4537fefe11251cb3d279afd98d5830b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:00143215db73c4d765605e892829f7c7e4537fefe11251cb3d279afd98d5830b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:1e22e06efdd0d73b88ec841815eb6ab7c0f1324b98ea6d3c92910c2e9a592c5b_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:1e22e06efdd0d73b88ec841815eb6ab7c0f1324b98ea6d3c92910c2e9a592c5b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:1e22e06efdd0d73b88ec841815eb6ab7c0f1324b98ea6d3c92910c2e9a592c5b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:5f2f9a2119899a4f1502173947b20d04fd943da8b2c953591a35d6e25bb5d027_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:5f2f9a2119899a4f1502173947b20d04fd943da8b2c953591a35d6e25bb5d027_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:5f2f9a2119899a4f1502173947b20d04fd943da8b2c953591a35d6e25bb5d027_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:f2143001d856a68c4cd933242fbd15d950512e445183f85a872f5aee4e2e503e_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:f2143001d856a68c4cd933242fbd15d950512e445183f85a872f5aee4e2e503e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:f2143001d856a68c4cd933242fbd15d950512e445183f85a872f5aee4e2e503e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:152028b94c20a76e62793c63a4186a96b0958b2804979ead7dd47f33b273a846_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:152028b94c20a76e62793c63a4186a96b0958b2804979ead7dd47f33b273a846_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:152028b94c20a76e62793c63a4186a96b0958b2804979ead7dd47f33b273a846_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:583ba099e05b1c82e7c6dfa6d9a9be5face39683e39ca9d251b8a1562c0d6d42_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:583ba099e05b1c82e7c6dfa6d9a9be5face39683e39ca9d251b8a1562c0d6d42_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:583ba099e05b1c82e7c6dfa6d9a9be5face39683e39ca9d251b8a1562c0d6d42_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:9486a1646f0fcc699d0581ad5af993a73c46aeee65769bd8fb06bea1806f0a8b_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:9486a1646f0fcc699d0581ad5af993a73c46aeee65769bd8fb06bea1806f0a8b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:9486a1646f0fcc699d0581ad5af993a73c46aeee65769bd8fb06bea1806f0a8b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:a91563e22d10c6a7c77b092ab6f829e7f0436923038ea4a47de1403813c20471_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:a91563e22d10c6a7c77b092ab6f829e7f0436923038ea4a47de1403813c20471_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:a91563e22d10c6a7c77b092ab6f829e7f0436923038ea4a47de1403813c20471_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:2544e96601860e73dff52f6befb165f531bf7686137d5550837674aae6afd3a9_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:2544e96601860e73dff52f6befb165f531bf7686137d5550837674aae6afd3a9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:2544e96601860e73dff52f6befb165f531bf7686137d5550837674aae6afd3a9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7a772d3d45015ec702f5e1ab054be240ed673591517ad99ef973898d1e535c69_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7a772d3d45015ec702f5e1ab054be240ed673591517ad99ef973898d1e535c69_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7a772d3d45015ec702f5e1ab054be240ed673591517ad99ef973898d1e535c69_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:d23cdaa0fd2114c904ded232b6019e61f53b49b41014a16e9df9b7f864384688_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:d23cdaa0fd2114c904ded232b6019e61f53b49b41014a16e9df9b7f864384688_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:d23cdaa0fd2114c904ded232b6019e61f53b49b41014a16e9df9b7f864384688_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:dc2ee3af87ceaff29152f92bca0dcacc935c10bd83cf136a9d8dbb628addaf65_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:dc2ee3af87ceaff29152f92bca0dcacc935c10bd83cf136a9d8dbb628addaf65_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:dc2ee3af87ceaff29152f92bca0dcacc935c10bd83cf136a9d8dbb628addaf65_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:574c4e42ac84049cc168e68faebbadecc3610348ad101ac9d34c140558e60131_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:574c4e42ac84049cc168e68faebbadecc3610348ad101ac9d34c140558e60131_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:574c4e42ac84049cc168e68faebbadecc3610348ad101ac9d34c140558e60131_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6f44a8a62a65945363867dbc79a5c43965d5e136766fefd02527145d53756ed4_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6f44a8a62a65945363867dbc79a5c43965d5e136766fefd02527145d53756ed4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6f44a8a62a65945363867dbc79a5c43965d5e136766fefd02527145d53756ed4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ade325055aefd73a89a3e5d35d84c94b26c897986b77f7c887b3a435ee6e297a_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ade325055aefd73a89a3e5d35d84c94b26c897986b77f7c887b3a435ee6e297a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ade325055aefd73a89a3e5d35d84c94b26c897986b77f7c887b3a435ee6e297a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:f841a5218782e8b9a3c435de0221c73ac6d5b4be8182609a074b99f1cc9b1f6a_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:f841a5218782e8b9a3c435de0221c73ac6d5b4be8182609a074b99f1cc9b1f6a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:f841a5218782e8b9a3c435de0221c73ac6d5b4be8182609a074b99f1cc9b1f6a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:158858bb077286091d15b455154595158995981e1127e881694c686360d03d52_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:158858bb077286091d15b455154595158995981e1127e881694c686360d03d52_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:158858bb077286091d15b455154595158995981e1127e881694c686360d03d52_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:3a3b2fe2add4ab147f383874b55fb9d44c1067d915ab069c3649c321c0943d00_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:3a3b2fe2add4ab147f383874b55fb9d44c1067d915ab069c3649c321c0943d00_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:3a3b2fe2add4ab147f383874b55fb9d44c1067d915ab069c3649c321c0943d00_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:4947ab92f96cf1c2af5a7144e1787f90252ed0a9a0ae4729cc7fd61a4e671d9f_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:4947ab92f96cf1c2af5a7144e1787f90252ed0a9a0ae4729cc7fd61a4e671d9f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:4947ab92f96cf1c2af5a7144e1787f90252ed0a9a0ae4729cc7fd61a4e671d9f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:4c06d16fe27f05724900f1df1db6d12b951c86c916800007a51de53aae260d64_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:4c06d16fe27f05724900f1df1db6d12b951c86c916800007a51de53aae260d64_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:4c06d16fe27f05724900f1df1db6d12b951c86c916800007a51de53aae260d64_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:008744686fcf83e9d9d4abd55bf1622d0e9f886570613835d29ac3c8cf9ad648_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:008744686fcf83e9d9d4abd55bf1622d0e9f886570613835d29ac3c8cf9ad648_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:008744686fcf83e9d9d4abd55bf1622d0e9f886570613835d29ac3c8cf9ad648_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5e45fa3a09a9bdea3957a74fe0ddf70080a83e70e8f41e8f16a0957e8f8f3bfb_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5e45fa3a09a9bdea3957a74fe0ddf70080a83e70e8f41e8f16a0957e8f8f3bfb_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5e45fa3a09a9bdea3957a74fe0ddf70080a83e70e8f41e8f16a0957e8f8f3bfb_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:6a39ad22c40ec6dfbe75e3c01f7bfa7bd8d1d7dbfe880d011c58362f15520d0d_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:6a39ad22c40ec6dfbe75e3c01f7bfa7bd8d1d7dbfe880d011c58362f15520d0d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:6a39ad22c40ec6dfbe75e3c01f7bfa7bd8d1d7dbfe880d011c58362f15520d0d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:c6b4fa176ccc3af191fb7cb560b28bfdca4821b23d8296167b9919e0ffc26e1e_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:c6b4fa176ccc3af191fb7cb560b28bfdca4821b23d8296167b9919e0ffc26e1e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:c6b4fa176ccc3af191fb7cb560b28bfdca4821b23d8296167b9919e0ffc26e1e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:73fb4d147dd798f244e7c6512084a7643985ed73163c07160cfa2b03566de6ea_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:73fb4d147dd798f244e7c6512084a7643985ed73163c07160cfa2b03566de6ea_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:73fb4d147dd798f244e7c6512084a7643985ed73163c07160cfa2b03566de6ea_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel9@sha256:557527d76a00f3afdaf2f146bed0d0d28224d8a063b1c9f88431ebb40300be0c_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel9@sha256:557527d76a00f3afdaf2f146bed0d0d28224d8a063b1c9f88431ebb40300be0c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel9@sha256:557527d76a00f3afdaf2f146bed0d0d28224d8a063b1c9f88431ebb40300be0c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:6de7f07ca16a08f783899c687c355837fbe0cde28b8c5c25939524074f717665_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:6de7f07ca16a08f783899c687c355837fbe0cde28b8c5c25939524074f717665_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:6de7f07ca16a08f783899c687c355837fbe0cde28b8c5c25939524074f717665_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:d7db2153c58f0081db7446ed10fef94f0dce66b4dc909e65ba2c305161fe06b7_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:d7db2153c58f0081db7446ed10fef94f0dce66b4dc909e65ba2c305161fe06b7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:d7db2153c58f0081db7446ed10fef94f0dce66b4dc909e65ba2c305161fe06b7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:30ff8f03b8eeb4ab60a86f9d72e596712171f4dfbbe7f2f74e747b596c05e3fd_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:30ff8f03b8eeb4ab60a86f9d72e596712171f4dfbbe7f2f74e747b596c05e3fd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:30ff8f03b8eeb4ab60a86f9d72e596712171f4dfbbe7f2f74e747b596c05e3fd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4bafb9b1ccb421f617f7667e59fbc90d02a96f7955fcc76db9274a06562f47b7_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4bafb9b1ccb421f617f7667e59fbc90d02a96f7955fcc76db9274a06562f47b7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4bafb9b1ccb421f617f7667e59fbc90d02a96f7955fcc76db9274a06562f47b7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:633915104a44211fbb4ae16a128c60193cf266104345c664e8b28941cb051208_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:633915104a44211fbb4ae16a128c60193cf266104345c664e8b28941cb051208_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:633915104a44211fbb4ae16a128c60193cf266104345c664e8b28941cb051208_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:d08e59156c0c66dcd4b495a4d58fe8757445adf500fe4440b5f1e91779098384_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:d08e59156c0c66dcd4b495a4d58fe8757445adf500fe4440b5f1e91779098384_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:d08e59156c0c66dcd4b495a4d58fe8757445adf500fe4440b5f1e91779098384_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:680aeaabf1d04ec1242ae9ab0fc577ac095c170301a24cc07b2c20c06d119fb8_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:680aeaabf1d04ec1242ae9ab0fc577ac095c170301a24cc07b2c20c06d119fb8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:680aeaabf1d04ec1242ae9ab0fc577ac095c170301a24cc07b2c20c06d119fb8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:a6d3d9b39379a76781f2894af08bad00632afbc1a6633cce43bba5c69a2c33ea_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:a6d3d9b39379a76781f2894af08bad00632afbc1a6633cce43bba5c69a2c33ea_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:a6d3d9b39379a76781f2894af08bad00632afbc1a6633cce43bba5c69a2c33ea_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:205ad021b256f031ac14686f61a5affc7ac8cab6afc076855324b4d91557d4b8_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:205ad021b256f031ac14686f61a5affc7ac8cab6afc076855324b4d91557d4b8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:205ad021b256f031ac14686f61a5affc7ac8cab6afc076855324b4d91557d4b8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:c89f326a201d6b89af2d549a8bf35ef22ff4a82b5f1387a1aeaf4c691bc2b332_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:c89f326a201d6b89af2d549a8bf35ef22ff4a82b5f1387a1aeaf4c691bc2b332_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:c89f326a201d6b89af2d549a8bf35ef22ff4a82b5f1387a1aeaf4c691bc2b332_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:23fc1a55b530e3104c8674947f67e4e750b9b4fee1e71881148f5f532b558bbb_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:23fc1a55b530e3104c8674947f67e4e750b9b4fee1e71881148f5f532b558bbb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:23fc1a55b530e3104c8674947f67e4e750b9b4fee1e71881148f5f532b558bbb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:40b70676d066ed2a7a1c78322ab1b96ff1c84a5f9cde846174a0b9d084cd0d2a_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:40b70676d066ed2a7a1c78322ab1b96ff1c84a5f9cde846174a0b9d084cd0d2a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:40b70676d066ed2a7a1c78322ab1b96ff1c84a5f9cde846174a0b9d084cd0d2a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:6a8d392a88b7be09b2549e4cb5469a5ef748853072bb5354ac34d1c20a9690b0_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:6a8d392a88b7be09b2549e4cb5469a5ef748853072bb5354ac34d1c20a9690b0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:6a8d392a88b7be09b2549e4cb5469a5ef748853072bb5354ac34d1c20a9690b0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:acaca7b68e729672aacec5b83f5349dee6eb0cc360e5f600aa9103e9026e8501_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:acaca7b68e729672aacec5b83f5349dee6eb0cc360e5f600aa9103e9026e8501_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:acaca7b68e729672aacec5b83f5349dee6eb0cc360e5f600aa9103e9026e8501_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:809682a7f5db22c4632cde8ec3cd0af3eb3b4a64bbdf95b7330b51acfab69925_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:809682a7f5db22c4632cde8ec3cd0af3eb3b4a64bbdf95b7330b51acfab69925_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:809682a7f5db22c4632cde8ec3cd0af3eb3b4a64bbdf95b7330b51acfab69925_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:e55d509c2b8028d64a64936fc665c013768e05a3f7019d372a2d7f5738e5db16_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:e55d509c2b8028d64a64936fc665c013768e05a3f7019d372a2d7f5738e5db16_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:e55d509c2b8028d64a64936fc665c013768e05a3f7019d372a2d7f5738e5db16_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:0d0463da3daa13d5047641085ea55f0ff09debab78b8a0552f2d2faf3f44c6d4_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:0d0463da3daa13d5047641085ea55f0ff09debab78b8a0552f2d2faf3f44c6d4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:0d0463da3daa13d5047641085ea55f0ff09debab78b8a0552f2d2faf3f44c6d4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:a3728c574b252b0830bd1df8e3e92a48c3121276214870a95c76ac12c108aa6a_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:a3728c574b252b0830bd1df8e3e92a48c3121276214870a95c76ac12c108aa6a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:a3728c574b252b0830bd1df8e3e92a48c3121276214870a95c76ac12c108aa6a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:3ed7bf4ae76b1b3deacbfda0f18856b2c149a827c934c68fdb7348387c3148fb_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:3ed7bf4ae76b1b3deacbfda0f18856b2c149a827c934c68fdb7348387c3148fb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:3ed7bf4ae76b1b3deacbfda0f18856b2c149a827c934c68fdb7348387c3148fb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7dae4561dbbf68fbb3c3e6190ddd8211b0d481f3457f13a4ea6ace475361a7bd_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7dae4561dbbf68fbb3c3e6190ddd8211b0d481f3457f13a4ea6ace475361a7bd_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7dae4561dbbf68fbb3c3e6190ddd8211b0d481f3457f13a4ea6ace475361a7bd_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:447feb4c7d6d68716de5415cbcdb9f44aa594fb32c06480cf678b06788cd98fd_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:447feb4c7d6d68716de5415cbcdb9f44aa594fb32c06480cf678b06788cd98fd_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:447feb4c7d6d68716de5415cbcdb9f44aa594fb32c06480cf678b06788cd98fd_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:f528b1517558b6aefda5c2bf23022ec918207238a0f4b759bafd7d54d0691691_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:f528b1517558b6aefda5c2bf23022ec918207238a0f4b759bafd7d54d0691691_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:f528b1517558b6aefda5c2bf23022ec918207238a0f4b759bafd7d54d0691691_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:5971fce447489bb15c3cc4cd9996e321cd8baab37ee170ba335b6ace45bd14f1_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:5971fce447489bb15c3cc4cd9996e321cd8baab37ee170ba335b6ace45bd14f1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:5971fce447489bb15c3cc4cd9996e321cd8baab37ee170ba335b6ace45bd14f1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:dd10f8f08a1d5b063354f44376a68ee07218288077b78ab46e8e8ae75b747caa_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:dd10f8f08a1d5b063354f44376a68ee07218288077b78ab46e8e8ae75b747caa_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:dd10f8f08a1d5b063354f44376a68ee07218288077b78ab46e8e8ae75b747caa_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4899f0b1592431c277642bc16581a656d5e717067da2874bac7c00fa403c06d3_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4899f0b1592431c277642bc16581a656d5e717067da2874bac7c00fa403c06d3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4899f0b1592431c277642bc16581a656d5e717067da2874bac7c00fa403c06d3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:db23b81652e9c7cf4fa25ba4a96ffafb07b0f5b2d923019658e50a07e31e019a_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:db23b81652e9c7cf4fa25ba4a96ffafb07b0f5b2d923019658e50a07e31e019a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:db23b81652e9c7cf4fa25ba4a96ffafb07b0f5b2d923019658e50a07e31e019a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:1df9ed6540864562e105cbd7c275b0d066d028d4f2cf2362cf73a8ae5175fe18_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:1df9ed6540864562e105cbd7c275b0d066d028d4f2cf2362cf73a8ae5175fe18_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:1df9ed6540864562e105cbd7c275b0d066d028d4f2cf2362cf73a8ae5175fe18_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:8665625082320a37f6cab1a564adfe6a8d044cbb04c6ea948f15f093862358ea_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:8665625082320a37f6cab1a564adfe6a8d044cbb04c6ea948f15f093862358ea_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:8665625082320a37f6cab1a564adfe6a8d044cbb04c6ea948f15f093862358ea_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:625291292b2d99ab0374635a3190816c51e579dcbca6a0ff2e7ed8f686213cff_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:625291292b2d99ab0374635a3190816c51e579dcbca6a0ff2e7ed8f686213cff_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:625291292b2d99ab0374635a3190816c51e579dcbca6a0ff2e7ed8f686213cff_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:857360f334810f937fd1be07343b3a4fa20f48f9ef2f47d24bf07787683d9f81_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:857360f334810f937fd1be07343b3a4fa20f48f9ef2f47d24bf07787683d9f81_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:857360f334810f937fd1be07343b3a4fa20f48f9ef2f47d24bf07787683d9f81_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:01c0e71209c724866d3dd9aa76163ce0d4282d284d148f70d993b23b74ce1998_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:01c0e71209c724866d3dd9aa76163ce0d4282d284d148f70d993b23b74ce1998_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:01c0e71209c724866d3dd9aa76163ce0d4282d284d148f70d993b23b74ce1998_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:0c1811483c0b6923b5a03a43b3f38fef76bf8317fd2469d476546c2fc308d89f_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:0c1811483c0b6923b5a03a43b3f38fef76bf8317fd2469d476546c2fc308d89f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:0c1811483c0b6923b5a03a43b3f38fef76bf8317fd2469d476546c2fc308d89f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:18f92db1fcfa7a6e159cdffa6c207576fa38fe8e39542770b49c81ba7427a0e6_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:18f92db1fcfa7a6e159cdffa6c207576fa38fe8e39542770b49c81ba7427a0e6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:18f92db1fcfa7a6e159cdffa6c207576fa38fe8e39542770b49c81ba7427a0e6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:4fd3b89d351ab5e4f5cb3dd0c7eba8a693466754fa6335f5d8349908f4a653bb_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:4fd3b89d351ab5e4f5cb3dd0c7eba8a693466754fa6335f5d8349908f4a653bb_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:4fd3b89d351ab5e4f5cb3dd0c7eba8a693466754fa6335f5d8349908f4a653bb_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:c58cc326fa3ccc29ccc1376869983ba77f555e88a5102e5439bc2c0d61605484_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:c58cc326fa3ccc29ccc1376869983ba77f555e88a5102e5439bc2c0d61605484_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:c58cc326fa3ccc29ccc1376869983ba77f555e88a5102e5439bc2c0d61605484_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:c6fad737f5f0c071d899858498cab7e031d424ea9ff5967bdc57b64e0a85905a_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:c6fad737f5f0c071d899858498cab7e031d424ea9ff5967bdc57b64e0a85905a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:c6fad737f5f0c071d899858498cab7e031d424ea9ff5967bdc57b64e0a85905a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:191f7f1b1a766500f8365436c2cced514c795707e232187ef500b7cc4278b214_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:191f7f1b1a766500f8365436c2cced514c795707e232187ef500b7cc4278b214_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:191f7f1b1a766500f8365436c2cced514c795707e232187ef500b7cc4278b214_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:406b265de3e2cc470fb4d86ebad014965e31b95fcd255a81b7561c5e8fa0e56c_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:406b265de3e2cc470fb4d86ebad014965e31b95fcd255a81b7561c5e8fa0e56c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:406b265de3e2cc470fb4d86ebad014965e31b95fcd255a81b7561c5e8fa0e56c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:865724525f54668e194725de3701a548e253be9e4f1debc84dbde854564238b4_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:865724525f54668e194725de3701a548e253be9e4f1debc84dbde854564238b4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:865724525f54668e194725de3701a548e253be9e4f1debc84dbde854564238b4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9ae218f40503da16a9e065d8812c303a9e349d77be1f1daef1118bb0f0e1ef42_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9ae218f40503da16a9e065d8812c303a9e349d77be1f1daef1118bb0f0e1ef42_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9ae218f40503da16a9e065d8812c303a9e349d77be1f1daef1118bb0f0e1ef42_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4c797b6452d7bcaad38f37c65d0618f5dcc998ac5c27c20e9a11b155830599d9_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4c797b6452d7bcaad38f37c65d0618f5dcc998ac5c27c20e9a11b155830599d9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4c797b6452d7bcaad38f37c65d0618f5dcc998ac5c27c20e9a11b155830599d9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9b04f7201f99279c028c528620ad50d94fe5cc2d74ee03b542b73fffdea494b4_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9b04f7201f99279c028c528620ad50d94fe5cc2d74ee03b542b73fffdea494b4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9b04f7201f99279c028c528620ad50d94fe5cc2d74ee03b542b73fffdea494b4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:af3b7c16a22c617c4a08fe22aa57038e82abaf27978d99598fc89c2587e7cf53_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:af3b7c16a22c617c4a08fe22aa57038e82abaf27978d99598fc89c2587e7cf53_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:af3b7c16a22c617c4a08fe22aa57038e82abaf27978d99598fc89c2587e7cf53_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:cfc288c31c5c00d58db6e6ddbf2d2f373dfb8dc67ba7c6d55293cb6491c29b04_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:cfc288c31c5c00d58db6e6ddbf2d2f373dfb8dc67ba7c6d55293cb6491c29b04_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:cfc288c31c5c00d58db6e6ddbf2d2f373dfb8dc67ba7c6d55293cb6491c29b04_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:370d9cf25a6331bc61f15927dbb752c9baa6696cb69f65a582c82de24c8ad7e4_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:370d9cf25a6331bc61f15927dbb752c9baa6696cb69f65a582c82de24c8ad7e4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:370d9cf25a6331bc61f15927dbb752c9baa6696cb69f65a582c82de24c8ad7e4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b00ca84a415ab24ee61ff3fb7fdc5334ce045125a14b4b76030f46c3c4b910a3_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b00ca84a415ab24ee61ff3fb7fdc5334ce045125a14b4b76030f46c3c4b910a3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b00ca84a415ab24ee61ff3fb7fdc5334ce045125a14b4b76030f46c3c4b910a3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d223ef0499483832b4f1efec4e1128f8dca303de5fb3ef18a1e9f9817cd4d534_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d223ef0499483832b4f1efec4e1128f8dca303de5fb3ef18a1e9f9817cd4d534_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d223ef0499483832b4f1efec4e1128f8dca303de5fb3ef18a1e9f9817cd4d534_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fc42947a5994fd05142537f6fa8e7ec3d33c30f4cc5db5c83bcbc04d076b9312_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fc42947a5994fd05142537f6fa8e7ec3d33c30f4cc5db5c83bcbc04d076b9312_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fc42947a5994fd05142537f6fa8e7ec3d33c30f4cc5db5c83bcbc04d076b9312_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:8d5b7a2c9c54b30056336db174451e0504a6b70a3ff9376c1d6bb87788f90103_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:8d5b7a2c9c54b30056336db174451e0504a6b70a3ff9376c1d6bb87788f90103_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:8d5b7a2c9c54b30056336db174451e0504a6b70a3ff9376c1d6bb87788f90103_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:beb39083588eb33f97c9fa03683e74b1c51b76874ff8c1feda55cbbb27fe61d9_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:beb39083588eb33f97c9fa03683e74b1c51b76874ff8c1feda55cbbb27fe61d9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:beb39083588eb33f97c9fa03683e74b1c51b76874ff8c1feda55cbbb27fe61d9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:ca54639add5ce3ab35219dd58e1bfc9f6fa38130b0ab7486c4aa9c563fde87a6_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:ca54639add5ce3ab35219dd58e1bfc9f6fa38130b0ab7486c4aa9c563fde87a6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:ca54639add5ce3ab35219dd58e1bfc9f6fa38130b0ab7486c4aa9c563fde87a6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:de303accc9d9479b98214dda863ead61ef4ff07d24234b4a23ffd1e7e1c8b540_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:de303accc9d9479b98214dda863ead61ef4ff07d24234b4a23ffd1e7e1c8b540_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts@sha256:de303accc9d9479b98214dda863ead61ef4ff07d24234b4a23ffd1e7e1c8b540_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli@sha256:10c928e737116956e8b4972554eb7a7caf8ba82ef7988ff1bc55a20faf93a111_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:10c928e737116956e8b4972554eb7a7caf8ba82ef7988ff1bc55a20faf93a111_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli@sha256:10c928e737116956e8b4972554eb7a7caf8ba82ef7988ff1bc55a20faf93a111_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli@sha256:4e548be4269f413c54f23fa6e6be06c229f6929645d6dcf53b7b42613298e185_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:4e548be4269f413c54f23fa6e6be06c229f6929645d6dcf53b7b42613298e185_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli@sha256:4e548be4269f413c54f23fa6e6be06c229f6929645d6dcf53b7b42613298e185_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli@sha256:b982e659668e0b6d9feddc5664b34c92de8626965fb973af3fae7a7f3f1f0057_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:b982e659668e0b6d9feddc5664b34c92de8626965fb973af3fae7a7f3f1f0057_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli@sha256:b982e659668e0b6d9feddc5664b34c92de8626965fb973af3fae7a7f3f1f0057_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli@sha256:d14d63c929e558c5397dcf01dc9f48fd0d17cfa1125673177aa58ec64208deb3_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:d14d63c929e558c5397dcf01dc9f48fd0d17cfa1125673177aa58ec64208deb3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli@sha256:d14d63c929e558c5397dcf01dc9f48fd0d17cfa1125673177aa58ec64208deb3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:6214236f85ba29ebb5331829fd59c2e6758256d32e12dfaed7d8218db03f23bd_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:6214236f85ba29ebb5331829fd59c2e6758256d32e12dfaed7d8218db03f23bd_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:6214236f85ba29ebb5331829fd59c2e6758256d32e12dfaed7d8218db03f23bd_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:6aa15ed02b87d8748be79fc881707a0506bf616d8c71d2e3ff6bc6831f80ee72_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:6aa15ed02b87d8748be79fc881707a0506bf616d8c71d2e3ff6bc6831f80ee72_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:6aa15ed02b87d8748be79fc881707a0506bf616d8c71d2e3ff6bc6831f80ee72_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:f713cd7ad817a6f0062ad246873378f7c1cee829b5b83c72efcfd4a70ed644b3_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:f713cd7ad817a6f0062ad246873378f7c1cee829b5b83c72efcfd4a70ed644b3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:f713cd7ad817a6f0062ad246873378f7c1cee829b5b83c72efcfd4a70ed644b3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:f904fba09d99a7d6ab7583212174b78bb9ed5fd3bd1aa218d91dd18864541d12_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:f904fba09d99a7d6ab7583212174b78bb9ed5fd3bd1aa218d91dd18864541d12_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:f904fba09d99a7d6ab7583212174b78bb9ed5fd3bd1aa218d91dd18864541d12_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:05c44b7f417db2ad8c1a23bc01e62becac3946102369bb26770309285c377951_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:05c44b7f417db2ad8c1a23bc01e62becac3946102369bb26770309285c377951_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:05c44b7f417db2ad8c1a23bc01e62becac3946102369bb26770309285c377951_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0cb142098aca9137dacebf1790becca57f45e736d0ec049d6e900d6328ac28a1_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0cb142098aca9137dacebf1790becca57f45e736d0ec049d6e900d6328ac28a1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0cb142098aca9137dacebf1790becca57f45e736d0ec049d6e900d6328ac28a1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:8cdf51b679ab14cc5f9ed2d8265e7959b577d3ca1ccd0d698a6fabe5a11ab4d3_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:8cdf51b679ab14cc5f9ed2d8265e7959b577d3ca1ccd0d698a6fabe5a11ab4d3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:8cdf51b679ab14cc5f9ed2d8265e7959b577d3ca1ccd0d698a6fabe5a11ab4d3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:c5665d7410064c6b4dd06328dcd62fb619e844dabcd5b218dfb10c3632b896e9_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:c5665d7410064c6b4dd06328dcd62fb619e844dabcd5b218dfb10c3632b896e9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:c5665d7410064c6b4dd06328dcd62fb619e844dabcd5b218dfb10c3632b896e9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:325bd6adeb9eb27493b5f7d117fc82e3cf8a554c618f5dfa2448c3313b4943fa_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:325bd6adeb9eb27493b5f7d117fc82e3cf8a554c618f5dfa2448c3313b4943fa_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:325bd6adeb9eb27493b5f7d117fc82e3cf8a554c618f5dfa2448c3313b4943fa_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:4c4ec510e2eda60fef2a6ebf709c58da55a4dc6e584a060264854d9142ea6a0c_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:4c4ec510e2eda60fef2a6ebf709c58da55a4dc6e584a060264854d9142ea6a0c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:4c4ec510e2eda60fef2a6ebf709c58da55a4dc6e584a060264854d9142ea6a0c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6ed4590215d494f1d630556163a47ebfab26a0ea69971862c9864ab0bb370b08_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6ed4590215d494f1d630556163a47ebfab26a0ea69971862c9864ab0bb370b08_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6ed4590215d494f1d630556163a47ebfab26a0ea69971862c9864ab0bb370b08_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f914abc670168e625021a71fa9546c2d28b4df490f21ba4f226a3c8387d4dab4_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f914abc670168e625021a71fa9546c2d28b4df490f21ba4f226a3c8387d4dab4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f914abc670168e625021a71fa9546c2d28b4df490f21ba4f226a3c8387d4dab4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:1aa49c2586807e952cdf7b1d86c0b3d25a0c3a32df62dfe3a777fc8b6cdfb8ff_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:1aa49c2586807e952cdf7b1d86c0b3d25a0c3a32df62dfe3a777fc8b6cdfb8ff_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:1aa49c2586807e952cdf7b1d86c0b3d25a0c3a32df62dfe3a777fc8b6cdfb8ff_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:246fbd712d6b7ef83cd83029c8998ac1b29d1454ccd636f8f6dc8b47bb5b6b56_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:246fbd712d6b7ef83cd83029c8998ac1b29d1454ccd636f8f6dc8b47bb5b6b56_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:246fbd712d6b7ef83cd83029c8998ac1b29d1454ccd636f8f6dc8b47bb5b6b56_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:38d300d9926a4fcde7999191efc6d99d6154baed0baa00f3f80db8234ed1f7d2_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:38d300d9926a4fcde7999191efc6d99d6154baed0baa00f3f80db8234ed1f7d2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:38d300d9926a4fcde7999191efc6d99d6154baed0baa00f3f80db8234ed1f7d2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:3f44aeef785c94afe6707cf2457557fe8c6c9eaf72a000a2f1a3680a04d65411_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:3f44aeef785c94afe6707cf2457557fe8c6c9eaf72a000a2f1a3680a04d65411_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:3f44aeef785c94afe6707cf2457557fe8c6c9eaf72a000a2f1a3680a04d65411_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:5a3d3051df9f589ab8f3c326621f654b49ad33c715fcc8babd4ec35f473e8e24_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:5a3d3051df9f589ab8f3c326621f654b49ad33c715fcc8babd4ec35f473e8e24_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:5a3d3051df9f589ab8f3c326621f654b49ad33c715fcc8babd4ec35f473e8e24_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:77c228d758f0a2ca9da46be4c2df85757bc4ff9fe87aa6cda2ff2b1d50f86429_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:77c228d758f0a2ca9da46be4c2df85757bc4ff9fe87aa6cda2ff2b1d50f86429_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:77c228d758f0a2ca9da46be4c2df85757bc4ff9fe87aa6cda2ff2b1d50f86429_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8e1371a7bf53ef22fca75be240eafacc23fc6d119728f5d0d71a2bc149798de8_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8e1371a7bf53ef22fca75be240eafacc23fc6d119728f5d0d71a2bc149798de8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8e1371a7bf53ef22fca75be240eafacc23fc6d119728f5d0d71a2bc149798de8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:a05161338c6d7bffbb1b294f00dfe1d3a53cc2f7a97553cf4e050315021b75ba_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:a05161338c6d7bffbb1b294f00dfe1d3a53cc2f7a97553cf4e050315021b75ba_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:a05161338c6d7bffbb1b294f00dfe1d3a53cc2f7a97553cf4e050315021b75ba_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1c78469e53ccad316db280cbd0ff4f845a2db0c9986fd7ed101e08ac5c5b8db2_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1c78469e53ccad316db280cbd0ff4f845a2db0c9986fd7ed101e08ac5c5b8db2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1c78469e53ccad316db280cbd0ff4f845a2db0c9986fd7ed101e08ac5c5b8db2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:53c49af94fdd23d39cbcf433598c3f3a40139903631ccc5324b3aa49e4e5dfc6_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:53c49af94fdd23d39cbcf433598c3f3a40139903631ccc5324b3aa49e4e5dfc6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:53c49af94fdd23d39cbcf433598c3f3a40139903631ccc5324b3aa49e4e5dfc6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ebdbd79898c7462a90753afa2ab80a33fa6aceedea93e6cfa036a55f31bdd564_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ebdbd79898c7462a90753afa2ab80a33fa6aceedea93e6cfa036a55f31bdd564_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ebdbd79898c7462a90753afa2ab80a33fa6aceedea93e6cfa036a55f31bdd564_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:f842a1e9256475b3a5a6dae87b6b5c2d72cecfebce08ea44db5449f7854794d1_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:f842a1e9256475b3a5a6dae87b6b5c2d72cecfebce08ea44db5449f7854794d1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:f842a1e9256475b3a5a6dae87b6b5c2d72cecfebce08ea44db5449f7854794d1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:74ffdaffe00b754bdad913e6699b44aa293f880e3803c00708d853202c20f745_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:74ffdaffe00b754bdad913e6699b44aa293f880e3803c00708d853202c20f745_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:74ffdaffe00b754bdad913e6699b44aa293f880e3803c00708d853202c20f745_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7cb9bd477e9f0f711eabeffee9f25f39c7985e7a27bdc46411b6bf4db31f8d53_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7cb9bd477e9f0f711eabeffee9f25f39c7985e7a27bdc46411b6bf4db31f8d53_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7cb9bd477e9f0f711eabeffee9f25f39c7985e7a27bdc46411b6bf4db31f8d53_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c0f06a3d5702010cbd5187f1b34b42eda35e2cfb5431aef3186037a385b57233_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c0f06a3d5702010cbd5187f1b34b42eda35e2cfb5431aef3186037a385b57233_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c0f06a3d5702010cbd5187f1b34b42eda35e2cfb5431aef3186037a385b57233_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c8be479b9223b21c389fde445e2e5d1541a7e60267fe07bfb53d64b6afb00999_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c8be479b9223b21c389fde445e2e5d1541a7e60267fe07bfb53d64b6afb00999_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c8be479b9223b21c389fde445e2e5d1541a7e60267fe07bfb53d64b6afb00999_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1ec6339dab77c900022ffcae585ff86041ebbe1d6cb8639d6167ad9b97156f45_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1ec6339dab77c900022ffcae585ff86041ebbe1d6cb8639d6167ad9b97156f45_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1ec6339dab77c900022ffcae585ff86041ebbe1d6cb8639d6167ad9b97156f45_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:b5f1e96b420a872b91d1d22766e9ce8fcb38c443c23a4f4baaac6892b3c6b4f7_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:b5f1e96b420a872b91d1d22766e9ce8fcb38c443c23a4f4baaac6892b3c6b4f7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:b5f1e96b420a872b91d1d22766e9ce8fcb38c443c23a4f4baaac6892b3c6b4f7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:cbed4b61ebdcecfb4c459c7ccfed58a1db918bff994222f639bf2aba73def0d6_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:cbed4b61ebdcecfb4c459c7ccfed58a1db918bff994222f639bf2aba73def0d6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:cbed4b61ebdcecfb4c459c7ccfed58a1db918bff994222f639bf2aba73def0d6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:f73ad509fa3ace02e50c9b1a3eb6850a819c706e93bdf88b0a700dfdad02047c_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:f73ad509fa3ace02e50c9b1a3eb6850a819c706e93bdf88b0a700dfdad02047c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:f73ad509fa3ace02e50c9b1a3eb6850a819c706e93bdf88b0a700dfdad02047c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:38370fdd1910afe69d0b9e6ca55873e2db83b50f2182cef88ed7b12697ffcdd6_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:38370fdd1910afe69d0b9e6ca55873e2db83b50f2182cef88ed7b12697ffcdd6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:38370fdd1910afe69d0b9e6ca55873e2db83b50f2182cef88ed7b12697ffcdd6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6cf68975471ddee2804b4de20e932a1e1a1ea2ede27c614ebdf5ada4ea690e05_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6cf68975471ddee2804b4de20e932a1e1a1ea2ede27c614ebdf5ada4ea690e05_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6cf68975471ddee2804b4de20e932a1e1a1ea2ede27c614ebdf5ada4ea690e05_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:7f03465e59f1584ad52fed99f2ba8bbad123d1ab885a467fd69bac0ccb9a0923_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:7f03465e59f1584ad52fed99f2ba8bbad123d1ab885a467fd69bac0ccb9a0923_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:7f03465e59f1584ad52fed99f2ba8bbad123d1ab885a467fd69bac0ccb9a0923_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:96f38213da8a879118599dba97472b9a88587a1f15022648358360f368b6c744_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:96f38213da8a879118599dba97472b9a88587a1f15022648358360f368b6c744_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:96f38213da8a879118599dba97472b9a88587a1f15022648358360f368b6c744_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:68ed9daf7a0d82e2759096246c1b9eb07f97353c3f34a613fbf6893ca0d3470e_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:68ed9daf7a0d82e2759096246c1b9eb07f97353c3f34a613fbf6893ca0d3470e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:68ed9daf7a0d82e2759096246c1b9eb07f97353c3f34a613fbf6893ca0d3470e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:974265ec3898a056decb3965f7c793a2852545e5dcf35e9f7e4bdec328c15c5b_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:974265ec3898a056decb3965f7c793a2852545e5dcf35e9f7e4bdec328c15c5b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:974265ec3898a056decb3965f7c793a2852545e5dcf35e9f7e4bdec328c15c5b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:aafb8f5731b597fc079f76e4bac04da231e0e4fae464b83b7c7890b5f8ca91dc_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:aafb8f5731b597fc079f76e4bac04da231e0e4fae464b83b7c7890b5f8ca91dc_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:aafb8f5731b597fc079f76e4bac04da231e0e4fae464b83b7c7890b5f8ca91dc_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ed5146205b69538fd31b42b0114cf60015a47f872743a73077ef971d64d64c58_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ed5146205b69538fd31b42b0114cf60015a47f872743a73077ef971d64d64c58_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ed5146205b69538fd31b42b0114cf60015a47f872743a73077ef971d64d64c58_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:4aa00ab509205843236296fabd03a2c49e021eb135a91da0590c67b79694cd94_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:4aa00ab509205843236296fabd03a2c49e021eb135a91da0590c67b79694cd94_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:4aa00ab509205843236296fabd03a2c49e021eb135a91da0590c67b79694cd94_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:7bf12c94e1bc56b593af9b44bdfc3387ddda30c4a4ba762e8b89ceb714f3df65_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:7bf12c94e1bc56b593af9b44bdfc3387ddda30c4a4ba762e8b89ceb714f3df65_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:7bf12c94e1bc56b593af9b44bdfc3387ddda30c4a4ba762e8b89ceb714f3df65_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:7efbf4df1e8e17ca25087634b7387d0763590e00a33532f86f48b266199423eb_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:7efbf4df1e8e17ca25087634b7387d0763590e00a33532f86f48b266199423eb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:7efbf4df1e8e17ca25087634b7387d0763590e00a33532f86f48b266199423eb_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:b7623d88ae5520b0ec76fb743d9c788511fa99b0ab0f6180de42d017dddc6cd9_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:b7623d88ae5520b0ec76fb743d9c788511fa99b0ab0f6180de42d017dddc6cd9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:b7623d88ae5520b0ec76fb743d9c788511fa99b0ab0f6180de42d017dddc6cd9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:41dec92ab759c44ceebe8eb15859b2ff29986dd5791ccab79f91cc1786a0b601_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:41dec92ab759c44ceebe8eb15859b2ff29986dd5791ccab79f91cc1786a0b601_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:41dec92ab759c44ceebe8eb15859b2ff29986dd5791ccab79f91cc1786a0b601_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:8014a45236ce64d0e0f3e35c6978442fd4f9ee21fc3f95e51f20dbf12e50359c_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:8014a45236ce64d0e0f3e35c6978442fd4f9ee21fc3f95e51f20dbf12e50359c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:8014a45236ce64d0e0f3e35c6978442fd4f9ee21fc3f95e51f20dbf12e50359c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:94eff267e214468250b201f0af1de5bee5aab3e689d1f8bbe42d66f0c2adbdca_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:94eff267e214468250b201f0af1de5bee5aab3e689d1f8bbe42d66f0c2adbdca_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:94eff267e214468250b201f0af1de5bee5aab3e689d1f8bbe42d66f0c2adbdca_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:bc3e093b2d1a5e3962b9f02707aaff0d7e0de545a4b7a1887e79538aa2155fc8_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:bc3e093b2d1a5e3962b9f02707aaff0d7e0de545a4b7a1887e79538aa2155fc8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:bc3e093b2d1a5e3962b9f02707aaff0d7e0de545a4b7a1887e79538aa2155fc8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:54e4d8b1282351915f2f22fa4843d5b4d19645dd890c4675f35749e2415d476d_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:54e4d8b1282351915f2f22fa4843d5b4d19645dd890c4675f35749e2415d476d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:54e4d8b1282351915f2f22fa4843d5b4d19645dd890c4675f35749e2415d476d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6251627dcc972c58a39485c410c8a264d140b876f8b47765687a310ee4d28524_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6251627dcc972c58a39485c410c8a264d140b876f8b47765687a310ee4d28524_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6251627dcc972c58a39485c410c8a264d140b876f8b47765687a310ee4d28524_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:85c974e095e262ec405d402ff2a2c4419824edfb9859352c35fc0c8d1bc64c8a_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:85c974e095e262ec405d402ff2a2c4419824edfb9859352c35fc0c8d1bc64c8a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:85c974e095e262ec405d402ff2a2c4419824edfb9859352c35fc0c8d1bc64c8a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a40c7d9de59a25a7212b6f43f281647ee45e21e948d718b43a780f741b0dbbab_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a40c7d9de59a25a7212b6f43f281647ee45e21e948d718b43a780f741b0dbbab_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a40c7d9de59a25a7212b6f43f281647ee45e21e948d718b43a780f741b0dbbab_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:a47be1e76eb39ed50efd59b57dd26a780674d022ec9d07d0b4954bcb309e39c3_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:a47be1e76eb39ed50efd59b57dd26a780674d022ec9d07d0b4954bcb309e39c3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:a47be1e76eb39ed50efd59b57dd26a780674d022ec9d07d0b4954bcb309e39c3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:af65a9f612d1e28e2b43f0917dcd06cec30dcb20366aed6a40908b74c07d05ef_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:af65a9f612d1e28e2b43f0917dcd06cec30dcb20366aed6a40908b74c07d05ef_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:af65a9f612d1e28e2b43f0917dcd06cec30dcb20366aed6a40908b74c07d05ef_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d182a13e89c363a605f2e6fc6a3e554fbaf27b9dd405ed84fccd8ed41bd8d8c3_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d182a13e89c363a605f2e6fc6a3e554fbaf27b9dd405ed84fccd8ed41bd8d8c3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d182a13e89c363a605f2e6fc6a3e554fbaf27b9dd405ed84fccd8ed41bd8d8c3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:f3ec661872a5234517e8761e30e4e15cf2c7015760870d8dadb0c3f07007c4a3_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:f3ec661872a5234517e8761e30e4e15cf2c7015760870d8dadb0c3f07007c4a3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:f3ec661872a5234517e8761e30e4e15cf2c7015760870d8dadb0c3f07007c4a3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:2186bb9adcba18266df62a838c9e79c6ee2b3181a97f6169513fe5202c0a75eb_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:2186bb9adcba18266df62a838c9e79c6ee2b3181a97f6169513fe5202c0a75eb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:2186bb9adcba18266df62a838c9e79c6ee2b3181a97f6169513fe5202c0a75eb_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:6d89ed9ee8ac602fb6749bdf73bf0660df060810f805dbb807a903ed2dabc69f_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:6d89ed9ee8ac602fb6749bdf73bf0660df060810f805dbb807a903ed2dabc69f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:6d89ed9ee8ac602fb6749bdf73bf0660df060810f805dbb807a903ed2dabc69f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:77a2aabcbd55ec7fc076d5c23ed8aece5424def3995e624291ca4f2139e6a82d_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:77a2aabcbd55ec7fc076d5c23ed8aece5424def3995e624291ca4f2139e6a82d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:77a2aabcbd55ec7fc076d5c23ed8aece5424def3995e624291ca4f2139e6a82d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b0b0ffaab41c61cfad9ecd127f6f4e312ac45d548d77694cb470170b7bc540de_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b0b0ffaab41c61cfad9ecd127f6f4e312ac45d548d77694cb470170b7bc540de_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b0b0ffaab41c61cfad9ecd127f6f4e312ac45d548d77694cb470170b7bc540de_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:50e4d73d1ae6212010a58a15d5192ba8e60829e0e140a6d0bc849691c5c2d78c_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:50e4d73d1ae6212010a58a15d5192ba8e60829e0e140a6d0bc849691c5c2d78c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:50e4d73d1ae6212010a58a15d5192ba8e60829e0e140a6d0bc849691c5c2d78c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7f0237ff4599cbe5aecd287913b9600a0bb36f2fd334a2a5691736cc6c5a8ff2_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7f0237ff4599cbe5aecd287913b9600a0bb36f2fd334a2a5691736cc6c5a8ff2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7f0237ff4599cbe5aecd287913b9600a0bb36f2fd334a2a5691736cc6c5a8ff2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:862b9097cf6e1635d30fc1cd94f00f4656bd8170fcaf908bd058455298c46ac4_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:862b9097cf6e1635d30fc1cd94f00f4656bd8170fcaf908bd058455298c46ac4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:862b9097cf6e1635d30fc1cd94f00f4656bd8170fcaf908bd058455298c46ac4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:984dcda6b5ea285c8a07461ff2279685000f35bcf3acc71e3b12231c782442de_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:984dcda6b5ea285c8a07461ff2279685000f35bcf3acc71e3b12231c782442de_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:984dcda6b5ea285c8a07461ff2279685000f35bcf3acc71e3b12231c782442de_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:02417ed67f618617fcca2270744e0dd3cd81a62d7f5f5da6e73221a7dee07649_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:02417ed67f618617fcca2270744e0dd3cd81a62d7f5f5da6e73221a7dee07649_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:02417ed67f618617fcca2270744e0dd3cd81a62d7f5f5da6e73221a7dee07649_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:b3b52c01b3d3351317eac2e4cb1e2b76bb4eb0b4698990b8468a9c26f42ad820_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:b3b52c01b3d3351317eac2e4cb1e2b76bb4eb0b4698990b8468a9c26f42ad820_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:b3b52c01b3d3351317eac2e4cb1e2b76bb4eb0b4698990b8468a9c26f42ad820_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:d94be231705a6d833b988b01a2aa5c6c8b918fbc38bf2ec8420bf133ccda55c9_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:d94be231705a6d833b988b01a2aa5c6c8b918fbc38bf2ec8420bf133ccda55c9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:d94be231705a6d833b988b01a2aa5c6c8b918fbc38bf2ec8420bf133ccda55c9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f258283c5c32b7a28dc6c33a761eb7722a782773745325fbcd7bbb78349eb2e1_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f258283c5c32b7a28dc6c33a761eb7722a782773745325fbcd7bbb78349eb2e1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f258283c5c32b7a28dc6c33a761eb7722a782773745325fbcd7bbb78349eb2e1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:3d64a1e4f48ea11056d02d8fb29b5c5e17ba298f0a603e964ab1e448033fc66d_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:3d64a1e4f48ea11056d02d8fb29b5c5e17ba298f0a603e964ab1e448033fc66d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:3d64a1e4f48ea11056d02d8fb29b5c5e17ba298f0a603e964ab1e448033fc66d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:6f737b4318a8f2e96c34c1f1e97ec23530533bdb33acbf9cba8982f8405f5aca_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:6f737b4318a8f2e96c34c1f1e97ec23530533bdb33acbf9cba8982f8405f5aca_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:6f737b4318a8f2e96c34c1f1e97ec23530533bdb33acbf9cba8982f8405f5aca_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d41416b2ae6fa0a882bd778f8628cb1258326ce3f212a1d956ba726b74248c60_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d41416b2ae6fa0a882bd778f8628cb1258326ce3f212a1d956ba726b74248c60_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d41416b2ae6fa0a882bd778f8628cb1258326ce3f212a1d956ba726b74248c60_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ee83baea9ff008d502c891af974c6ba419746967997f11c13266d7b02f7e8296_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ee83baea9ff008d502c891af974c6ba419746967997f11c13266d7b02f7e8296_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ee83baea9ff008d502c891af974c6ba419746967997f11c13266d7b02f7e8296_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:1d2c5714949f40e168358c505c0de750f5e2dc7dd0b2e99d31fe3af4cf1e864f_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:1d2c5714949f40e168358c505c0de750f5e2dc7dd0b2e99d31fe3af4cf1e864f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:1d2c5714949f40e168358c505c0de750f5e2dc7dd0b2e99d31fe3af4cf1e864f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:517c74dcfbaff35ef2ba329a74a70402a228c77da442d263e5d3080ff7193965_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:517c74dcfbaff35ef2ba329a74a70402a228c77da442d263e5d3080ff7193965_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:517c74dcfbaff35ef2ba329a74a70402a228c77da442d263e5d3080ff7193965_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:9cf2219dfc08fc0ecb0f93c2e87ae9f8a7cad90b221742787a0cef6cfc62f007_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:9cf2219dfc08fc0ecb0f93c2e87ae9f8a7cad90b221742787a0cef6cfc62f007_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:9cf2219dfc08fc0ecb0f93c2e87ae9f8a7cad90b221742787a0cef6cfc62f007_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:aa18a0e963b906f041d4bf64c304ddef470fe78475378e11cb3565e5016beb06_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:aa18a0e963b906f041d4bf64c304ddef470fe78475378e11cb3565e5016beb06_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:aa18a0e963b906f041d4bf64c304ddef470fe78475378e11cb3565e5016beb06_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:1bbed360cd870566238b6c800e8522f04f02d16712c303eecc361af33fff436e_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:1bbed360cd870566238b6c800e8522f04f02d16712c303eecc361af33fff436e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:1bbed360cd870566238b6c800e8522f04f02d16712c303eecc361af33fff436e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:28da5447837549fc35380edc0dc366bd59216852c59cfa2b3d512cf8eebc679a_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:28da5447837549fc35380edc0dc366bd59216852c59cfa2b3d512cf8eebc679a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:28da5447837549fc35380edc0dc366bd59216852c59cfa2b3d512cf8eebc679a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:2bd88bbbe823623f5774a9813c7e43606ebdb6cd87b2db7fd78b7fe0c18f842d_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:2bd88bbbe823623f5774a9813c7e43606ebdb6cd87b2db7fd78b7fe0c18f842d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:2bd88bbbe823623f5774a9813c7e43606ebdb6cd87b2db7fd78b7fe0c18f842d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c4b67e9207ea19d96108ed0117181a716c10d933c89ac036e49e952953cc3a2f_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c4b67e9207ea19d96108ed0117181a716c10d933c89ac036e49e952953cc3a2f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c4b67e9207ea19d96108ed0117181a716c10d933c89ac036e49e952953cc3a2f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:11aebf8d07597c63ae5cac4cbc04e38d49ae1a4f8824ab22128e0b5c39e805cd_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:11aebf8d07597c63ae5cac4cbc04e38d49ae1a4f8824ab22128e0b5c39e805cd_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:11aebf8d07597c63ae5cac4cbc04e38d49ae1a4f8824ab22128e0b5c39e805cd_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:357f6ef38223cb776249a04fb6ec29d61fbd24f7b31a5730544e449c1a5d9d6e_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:357f6ef38223cb776249a04fb6ec29d61fbd24f7b31a5730544e449c1a5d9d6e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:357f6ef38223cb776249a04fb6ec29d61fbd24f7b31a5730544e449c1a5d9d6e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:83121be160c1fff1d16e17aea4daedde7e231b83ccb00349841494e7f87a8d1f_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:83121be160c1fff1d16e17aea4daedde7e231b83ccb00349841494e7f87a8d1f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:83121be160c1fff1d16e17aea4daedde7e231b83ccb00349841494e7f87a8d1f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f2c98b4bc7bcbb9ade56ab4cfe5d44c32bc140b52a7ee9c5b9cf5957b7ada1ad_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f2c98b4bc7bcbb9ade56ab4cfe5d44c32bc140b52a7ee9c5b9cf5957b7ada1ad_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f2c98b4bc7bcbb9ade56ab4cfe5d44c32bc140b52a7ee9c5b9cf5957b7ada1ad_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:0dbaeba61694470f09eb05534c1dad038e310311f75009af32a0a1f43d469677_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:0dbaeba61694470f09eb05534c1dad038e310311f75009af32a0a1f43d469677_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:0dbaeba61694470f09eb05534c1dad038e310311f75009af32a0a1f43d469677_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4896946bdba46feed18276c4f29fe059ede4f60138c966fe9113aa93bbeadee4_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4896946bdba46feed18276c4f29fe059ede4f60138c966fe9113aa93bbeadee4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4896946bdba46feed18276c4f29fe059ede4f60138c966fe9113aa93bbeadee4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4b81f38f15622b32498dbd192503ed2c54462959485ae48e47cfd67239181003_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4b81f38f15622b32498dbd192503ed2c54462959485ae48e47cfd67239181003_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4b81f38f15622b32498dbd192503ed2c54462959485ae48e47cfd67239181003_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4c02ec12d1f3762f4b2e735cd1600a00fd1bbc62130e005fd9842bd3f7ff7f6b_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4c02ec12d1f3762f4b2e735cd1600a00fd1bbc62130e005fd9842bd3f7ff7f6b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4c02ec12d1f3762f4b2e735cd1600a00fd1bbc62130e005fd9842bd3f7ff7f6b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:18899c6aff68b24c792281604e3356f6bbb48d3f09db95f8b37f99ad7f8c914b_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:18899c6aff68b24c792281604e3356f6bbb48d3f09db95f8b37f99ad7f8c914b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:18899c6aff68b24c792281604e3356f6bbb48d3f09db95f8b37f99ad7f8c914b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2316808c7649cb351257c6c2ee6aefbe0c0d561b822e3eeb18e85dbaf04491f3_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2316808c7649cb351257c6c2ee6aefbe0c0d561b822e3eeb18e85dbaf04491f3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2316808c7649cb351257c6c2ee6aefbe0c0d561b822e3eeb18e85dbaf04491f3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:451233d80bc028a63b160526e07b233807d872f9d4e14da6ad4be96f64f29491_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:451233d80bc028a63b160526e07b233807d872f9d4e14da6ad4be96f64f29491_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:451233d80bc028a63b160526e07b233807d872f9d4e14da6ad4be96f64f29491_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:74fb3a4932ce350cd4da33d57a4fab1269bdb5e446fe8f93fada1b304a622ce6_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:74fb3a4932ce350cd4da33d57a4fab1269bdb5e446fe8f93fada1b304a622ce6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:74fb3a4932ce350cd4da33d57a4fab1269bdb5e446fe8f93fada1b304a622ce6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0c7b57c158314b2f956181a8b28a9f8d7f83aedd8c87bb9bbbeed76a8fd7ea88_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0c7b57c158314b2f956181a8b28a9f8d7f83aedd8c87bb9bbbeed76a8fd7ea88_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0c7b57c158314b2f956181a8b28a9f8d7f83aedd8c87bb9bbbeed76a8fd7ea88_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5b88f0644f5b8237cf8b3aa0f6ee1d8a3899a912ce6499d1bee0aa902b2f8f80_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5b88f0644f5b8237cf8b3aa0f6ee1d8a3899a912ce6499d1bee0aa902b2f8f80_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5b88f0644f5b8237cf8b3aa0f6ee1d8a3899a912ce6499d1bee0aa902b2f8f80_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:672d284b3ef447aaea1bcc0a14c677c309116218340929ad59eaee178e9e5cb9_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:672d284b3ef447aaea1bcc0a14c677c309116218340929ad59eaee178e9e5cb9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:672d284b3ef447aaea1bcc0a14c677c309116218340929ad59eaee178e9e5cb9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dbce5221138c15a4aef2f65c3db8bab5ef127c48f3a446ae085a203d8591730c_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dbce5221138c15a4aef2f65c3db8bab5ef127c48f3a446ae085a203d8591730c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dbce5221138c15a4aef2f65c3db8bab5ef127c48f3a446ae085a203d8591730c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:157d40ffe95e88526691e06daed0064ca15bbfe1aed547f3a3b968b9c36bee0f_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:157d40ffe95e88526691e06daed0064ca15bbfe1aed547f3a3b968b9c36bee0f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:157d40ffe95e88526691e06daed0064ca15bbfe1aed547f3a3b968b9c36bee0f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:3885a8026a64c7f497aaa90c50ca93cf1479bfa83ad0d28c4f49cfd3c5220f66_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:3885a8026a64c7f497aaa90c50ca93cf1479bfa83ad0d28c4f49cfd3c5220f66_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:3885a8026a64c7f497aaa90c50ca93cf1479bfa83ad0d28c4f49cfd3c5220f66_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:457d21495a1f47cd6837f6263fa30652abc7a215c01962507a1e1bd6f4968a09_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:457d21495a1f47cd6837f6263fa30652abc7a215c01962507a1e1bd6f4968a09_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:457d21495a1f47cd6837f6263fa30652abc7a215c01962507a1e1bd6f4968a09_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9dec3a959d916331f6d2a59ef1e222ae4ef3d170cb344e2add3937966cf1c829_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9dec3a959d916331f6d2a59ef1e222ae4ef3d170cb344e2add3937966cf1c829_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9dec3a959d916331f6d2a59ef1e222ae4ef3d170cb344e2add3937966cf1c829_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:644f19b57dde50e4588f5cf1c4d72ac8d49dfb396b7c04d59dcdf6e27bb12017_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:644f19b57dde50e4588f5cf1c4d72ac8d49dfb396b7c04d59dcdf6e27bb12017_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:644f19b57dde50e4588f5cf1c4d72ac8d49dfb396b7c04d59dcdf6e27bb12017_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d5374c58882769f9d40f47d7aa8f20b1676842c8f0cd8b55a01d6fb587ecbfc3_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d5374c58882769f9d40f47d7aa8f20b1676842c8f0cd8b55a01d6fb587ecbfc3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d5374c58882769f9d40f47d7aa8f20b1676842c8f0cd8b55a01d6fb587ecbfc3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e9424fe4b804674ac06d8902eacaa8bef0c09f2c7441460621e587c10c079826_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e9424fe4b804674ac06d8902eacaa8bef0c09f2c7441460621e587c10c079826_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e9424fe4b804674ac06d8902eacaa8bef0c09f2c7441460621e587c10c079826_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f89289e63a584031efda082e7f77bd0ef4a28c815b3590061f8a397ee8e5a697_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f89289e63a584031efda082e7f77bd0ef4a28c815b3590061f8a397ee8e5a697_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f89289e63a584031efda082e7f77bd0ef4a28c815b3590061f8a397ee8e5a697_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:01eb7dbdb11a50a229196f82930e647e2080f53224bb41ca2a0fe6349c5d8d03_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:01eb7dbdb11a50a229196f82930e647e2080f53224bb41ca2a0fe6349c5d8d03_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:01eb7dbdb11a50a229196f82930e647e2080f53224bb41ca2a0fe6349c5d8d03_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:1e7712eee6328cbfaafef32ebe96031705ca193298de005ce69f63dd39eca9b4_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:1e7712eee6328cbfaafef32ebe96031705ca193298de005ce69f63dd39eca9b4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:1e7712eee6328cbfaafef32ebe96031705ca193298de005ce69f63dd39eca9b4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:25eb621a41d2e7127f114416778c571112fcfe768281edf5e0bb25cd77235351_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:25eb621a41d2e7127f114416778c571112fcfe768281edf5e0bb25cd77235351_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:25eb621a41d2e7127f114416778c571112fcfe768281edf5e0bb25cd77235351_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:ad58b2585ef510c8f4c8b074085bb6dd3e17ed3248d7b86ad3185c76ec33b899_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:ad58b2585ef510c8f4c8b074085bb6dd3e17ed3248d7b86ad3185c76ec33b899_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:ad58b2585ef510c8f4c8b074085bb6dd3e17ed3248d7b86ad3185c76ec33b899_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:0f04929095116509edbbb1bf2a5c4a9ed725acf2a43307fff7cb5e4d225e553a_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:0f04929095116509edbbb1bf2a5c4a9ed725acf2a43307fff7cb5e4d225e553a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:0f04929095116509edbbb1bf2a5c4a9ed725acf2a43307fff7cb5e4d225e553a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:2b9f99a6f44b8f7f39c4a78ed1f17726c933677102fa6953003ad1898f15ea94_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:2b9f99a6f44b8f7f39c4a78ed1f17726c933677102fa6953003ad1898f15ea94_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:2b9f99a6f44b8f7f39c4a78ed1f17726c933677102fa6953003ad1898f15ea94_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:edf6a8244ae0bfd588371101aced93b5ee8f5073309daa7ef6e407b4521928e1_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:edf6a8244ae0bfd588371101aced93b5ee8f5073309daa7ef6e407b4521928e1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:edf6a8244ae0bfd588371101aced93b5ee8f5073309daa7ef6e407b4521928e1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:fcd4846ca63a5c2941046c19d96de0bb06ad4205c4f980c844dbd0d98df00d86_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:fcd4846ca63a5c2941046c19d96de0bb06ad4205c4f980c844dbd0d98df00d86_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:fcd4846ca63a5c2941046c19d96de0bb06ad4205c4f980c844dbd0d98df00d86_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:053cf21c2a3b09e2ba911c181d3585cc24390ba0ae4c130b9751a499c53a3196_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:053cf21c2a3b09e2ba911c181d3585cc24390ba0ae4c130b9751a499c53a3196_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:053cf21c2a3b09e2ba911c181d3585cc24390ba0ae4c130b9751a499c53a3196_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:154bd45ca42951efb3bcca14a5fa0bf055fe8c27d2a58e593e11d24abe2f98bd_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:154bd45ca42951efb3bcca14a5fa0bf055fe8c27d2a58e593e11d24abe2f98bd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:154bd45ca42951efb3bcca14a5fa0bf055fe8c27d2a58e593e11d24abe2f98bd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2c0c232df35e9d03ef13aaa8b44b12b6c9ca2127f0a5e827d46b6beee55d856a_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2c0c232df35e9d03ef13aaa8b44b12b6c9ca2127f0a5e827d46b6beee55d856a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2c0c232df35e9d03ef13aaa8b44b12b6c9ca2127f0a5e827d46b6beee55d856a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2d55f19aae3c983335bbcef443680455dc9e7b0ad49a8779e42165f505d19b5c_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2d55f19aae3c983335bbcef443680455dc9e7b0ad49a8779e42165f505d19b5c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2d55f19aae3c983335bbcef443680455dc9e7b0ad49a8779e42165f505d19b5c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:01a8046396354cb5bb0c950d4511a3494b9e0ebc56b3624a48b41b60e0b8a30a_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:01a8046396354cb5bb0c950d4511a3494b9e0ebc56b3624a48b41b60e0b8a30a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:01a8046396354cb5bb0c950d4511a3494b9e0ebc56b3624a48b41b60e0b8a30a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:0965f3fd7423e085d7682717f97901bc43da7a6f8aaf1f30ead9adeadf0ca649_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:0965f3fd7423e085d7682717f97901bc43da7a6f8aaf1f30ead9adeadf0ca649_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:0965f3fd7423e085d7682717f97901bc43da7a6f8aaf1f30ead9adeadf0ca649_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:33eac7aa9a8fc302b48f4541dbbef960aed461f73e42e413c5eeb25691a73905_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:33eac7aa9a8fc302b48f4541dbbef960aed461f73e42e413c5eeb25691a73905_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:33eac7aa9a8fc302b48f4541dbbef960aed461f73e42e413c5eeb25691a73905_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:7d168d6a6f797e925777d01d55bca9e2cd7f6b30e52a76607475935a7c87bf2d_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:7d168d6a6f797e925777d01d55bca9e2cd7f6b30e52a76607475935a7c87bf2d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:7d168d6a6f797e925777d01d55bca9e2cd7f6b30e52a76607475935a7c87bf2d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:669d559563c8ce25ab835bfbb6d05b7df7fca88a0ea9374d50bf8373265a8bb2_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:669d559563c8ce25ab835bfbb6d05b7df7fca88a0ea9374d50bf8373265a8bb2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:669d559563c8ce25ab835bfbb6d05b7df7fca88a0ea9374d50bf8373265a8bb2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:802a812b969112861ccc9a78880d0764af5c89c15198a594e7f8c1d6c2acfe0f_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:802a812b969112861ccc9a78880d0764af5c89c15198a594e7f8c1d6c2acfe0f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:802a812b969112861ccc9a78880d0764af5c89c15198a594e7f8c1d6c2acfe0f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:bd2a533eade7e9a0589c83a3dc428d594b174da8c4eaf612d676d342dd1e7dd7_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:bd2a533eade7e9a0589c83a3dc428d594b174da8c4eaf612d676d342dd1e7dd7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:bd2a533eade7e9a0589c83a3dc428d594b174da8c4eaf612d676d342dd1e7dd7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c4efa347b4b2a9c938ad8bb772d1161a4a2b8b1e54455b0569a92c2f29cab2cd_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c4efa347b4b2a9c938ad8bb772d1161a4a2b8b1e54455b0569a92c2f29cab2cd_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c4efa347b4b2a9c938ad8bb772d1161a4a2b8b1e54455b0569a92c2f29cab2cd_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:07ce41298f16b4f99d8cfaef9fe2a113855c4181c3b211d6c1f9e4fbdceb7d05_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:07ce41298f16b4f99d8cfaef9fe2a113855c4181c3b211d6c1f9e4fbdceb7d05_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:07ce41298f16b4f99d8cfaef9fe2a113855c4181c3b211d6c1f9e4fbdceb7d05_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:1945fc30c009a2abd77ec710cdae70cd18c726f633af7d9d8248fb56d5329638_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:1945fc30c009a2abd77ec710cdae70cd18c726f633af7d9d8248fb56d5329638_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:1945fc30c009a2abd77ec710cdae70cd18c726f633af7d9d8248fb56d5329638_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:566214654a337f7b2f76cba30abaef7b5abd496d0aa6dcf710aaa1dcbf740863_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:566214654a337f7b2f76cba30abaef7b5abd496d0aa6dcf710aaa1dcbf740863_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:566214654a337f7b2f76cba30abaef7b5abd496d0aa6dcf710aaa1dcbf740863_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a98ff558a980eac6d39c3e2d8275d0db333679521d54b919fd6b2c11a739f387_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a98ff558a980eac6d39c3e2d8275d0db333679521d54b919fd6b2c11a739f387_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a98ff558a980eac6d39c3e2d8275d0db333679521d54b919fd6b2c11a739f387_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:8b09b7ddb7949a9db7af4e4d1d8f15083cca65cd704b707d93a7d21a9c9e3c13_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:8b09b7ddb7949a9db7af4e4d1d8f15083cca65cd704b707d93a7d21a9c9e3c13_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:8b09b7ddb7949a9db7af4e4d1d8f15083cca65cd704b707d93a7d21a9c9e3c13_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:aa426170166116c40f3ad7a70d05d197188ccae8023e802755aaecb2decac985_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:aa426170166116c40f3ad7a70d05d197188ccae8023e802755aaecb2decac985_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:aa426170166116c40f3ad7a70d05d197188ccae8023e802755aaecb2decac985_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d4704096bb00b1d854cde90f964aa319d2898d407794944ec0025b386264f2bd_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d4704096bb00b1d854cde90f964aa319d2898d407794944ec0025b386264f2bd_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d4704096bb00b1d854cde90f964aa319d2898d407794944ec0025b386264f2bd_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:ffea3b9a771b27a8d8db70ef73a5089c7e343a26f5ca93698d490d2ebe67d206_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:ffea3b9a771b27a8d8db70ef73a5089c7e343a26f5ca93698d490d2ebe67d206_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:ffea3b9a771b27a8d8db70ef73a5089c7e343a26f5ca93698d490d2ebe67d206_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:26506524326c64baf2e77da8073ce297d72a583d6ae194516bcb6a32a273059a_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:26506524326c64baf2e77da8073ce297d72a583d6ae194516bcb6a32a273059a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:26506524326c64baf2e77da8073ce297d72a583d6ae194516bcb6a32a273059a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ca8df7b4917a2c1b7a22e8f753cb19c9e92b15487c121e94156961d5b5cb7681_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ca8df7b4917a2c1b7a22e8f753cb19c9e92b15487c121e94156961d5b5cb7681_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ca8df7b4917a2c1b7a22e8f753cb19c9e92b15487c121e94156961d5b5cb7681_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:d2b5095502841f6654d21fddffc781f20990b586480eb4b56fc6414ed291d7eb_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:d2b5095502841f6654d21fddffc781f20990b586480eb4b56fc6414ed291d7eb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:d2b5095502841f6654d21fddffc781f20990b586480eb4b56fc6414ed291d7eb_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e86eb8681972ee463d5dbce6a583dd035f2c38aecb09c3a6059ad99c3aeb8d31_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e86eb8681972ee463d5dbce6a583dd035f2c38aecb09c3a6059ad99c3aeb8d31_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e86eb8681972ee463d5dbce6a583dd035f2c38aecb09c3a6059ad99c3aeb8d31_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2003bfefc53e825002c66cd6aa5035d13db264ff9f4fd8c99e18683c1c808f39_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2003bfefc53e825002c66cd6aa5035d13db264ff9f4fd8c99e18683c1c808f39_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2003bfefc53e825002c66cd6aa5035d13db264ff9f4fd8c99e18683c1c808f39_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:284f8b74d3e69b69759f45116d07782376cda8554979535ecb4bf9aa8886af56_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:284f8b74d3e69b69759f45116d07782376cda8554979535ecb4bf9aa8886af56_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:284f8b74d3e69b69759f45116d07782376cda8554979535ecb4bf9aa8886af56_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:546822ec9a3b2688b4c31830872381cb22db5b476e89462c0e5e448ba96cfb77_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:546822ec9a3b2688b4c31830872381cb22db5b476e89462c0e5e448ba96cfb77_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:546822ec9a3b2688b4c31830872381cb22db5b476e89462c0e5e448ba96cfb77_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:65d9d9df5aa55831a1627b179412760f114bdde969040ba73c585c6449d19e36_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:65d9d9df5aa55831a1627b179412760f114bdde969040ba73c585c6449d19e36_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:65d9d9df5aa55831a1627b179412760f114bdde969040ba73c585c6449d19e36_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1a30ca1498e2cd83d64956812ec1facb07f796fb8db50977f3ff561ceb0da7fe_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1a30ca1498e2cd83d64956812ec1facb07f796fb8db50977f3ff561ceb0da7fe_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1a30ca1498e2cd83d64956812ec1facb07f796fb8db50977f3ff561ceb0da7fe_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:32700244d0578c423c636b0ef01254d823d0432125e1ca929d0ff1e115a446c1_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:32700244d0578c423c636b0ef01254d823d0432125e1ca929d0ff1e115a446c1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:32700244d0578c423c636b0ef01254d823d0432125e1ca929d0ff1e115a446c1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b562637dc56ed32a75a444ab2f31d75e7741ccea5b8a3c004df4a42ab1270d6e_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b562637dc56ed32a75a444ab2f31d75e7741ccea5b8a3c004df4a42ab1270d6e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b562637dc56ed32a75a444ab2f31d75e7741ccea5b8a3c004df4a42ab1270d6e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c2a8a8f577ed98972d273ded3df429d0651608c8d46354584a2fd85782407b2e_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c2a8a8f577ed98972d273ded3df429d0651608c8d46354584a2fd85782407b2e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c2a8a8f577ed98972d273ded3df429d0651608c8d46354584a2fd85782407b2e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:2526b6065d1ccfe1e36fe5b48958a22737b1243b3f0df10ee3d27e0a62fe340d_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:2526b6065d1ccfe1e36fe5b48958a22737b1243b3f0df10ee3d27e0a62fe340d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:2526b6065d1ccfe1e36fe5b48958a22737b1243b3f0df10ee3d27e0a62fe340d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:34108f69a1ae3d91059fc955d42ff21e50c12390296677a94c4e691a0866cffb_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:34108f69a1ae3d91059fc955d42ff21e50c12390296677a94c4e691a0866cffb_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:34108f69a1ae3d91059fc955d42ff21e50c12390296677a94c4e691a0866cffb_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:4c2712c451f03ae375bb6f122c17ea1c28f6c52c2796ff64a893630733c6caf3_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:4c2712c451f03ae375bb6f122c17ea1c28f6c52c2796ff64a893630733c6caf3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:4c2712c451f03ae375bb6f122c17ea1c28f6c52c2796ff64a893630733c6caf3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:88999cdfcf7d367056945f5fbeb558c6ad8a9c3e068e67724d12090341341bb8_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:88999cdfcf7d367056945f5fbeb558c6ad8a9c3e068e67724d12090341341bb8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:88999cdfcf7d367056945f5fbeb558c6ad8a9c3e068e67724d12090341341bb8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console@sha256:71b555c5e31fb0c3ad0c512f937027a14b1dfcdd4598438bda3252a8a2100c1c_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:71b555c5e31fb0c3ad0c512f937027a14b1dfcdd4598438bda3252a8a2100c1c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console@sha256:71b555c5e31fb0c3ad0c512f937027a14b1dfcdd4598438bda3252a8a2100c1c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console@sha256:9c69c2600d5d0317fcbc2650fc4b52d319a32c3df9db6b5543b6ff254c3b9fe5_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:9c69c2600d5d0317fcbc2650fc4b52d319a32c3df9db6b5543b6ff254c3b9fe5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-console@sha256:9c69c2600d5d0317fcbc2650fc4b52d319a32c3df9db6b5543b6ff254c3b9fe5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console@sha256:bac49120f60baf152357368e241e3103a5fe6aea171d8a63917e8798d81bded3_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:bac49120f60baf152357368e241e3103a5fe6aea171d8a63917e8798d81bded3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console@sha256:bac49120f60baf152357368e241e3103a5fe6aea171d8a63917e8798d81bded3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console@sha256:f270351f6697f9d7d3d8382f298956d6e1c5d9e8ef38317bfa7121e9825713af_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:f270351f6697f9d7d3d8382f298956d6e1c5d9e8ef38317bfa7121e9825713af_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-console@sha256:f270351f6697f9d7d3d8382f298956d6e1c5d9e8ef38317bfa7121e9825713af_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:0f3ebde6a312b04a5020957783e5156456dd0a60c9e1f009130e295b0143160c_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:0f3ebde6a312b04a5020957783e5156456dd0a60c9e1f009130e295b0143160c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:0f3ebde6a312b04a5020957783e5156456dd0a60c9e1f009130e295b0143160c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:d878af0364938ce585214d77b78ed92b44c916113405f0649d1e727f9c010b3e_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:d878af0364938ce585214d77b78ed92b44c916113405f0649d1e727f9c010b3e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:d878af0364938ce585214d77b78ed92b44c916113405f0649d1e727f9c010b3e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:dbea9f717a33a02f4fcbaa6029b6830b47b561fcab1063eb868812794159b303_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:dbea9f717a33a02f4fcbaa6029b6830b47b561fcab1063eb868812794159b303_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:dbea9f717a33a02f4fcbaa6029b6830b47b561fcab1063eb868812794159b303_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:f5ac07ba3f562b9c62461916f868079fbbb47d95b24379b9ceb55206e616e140_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:f5ac07ba3f562b9c62461916f868079fbbb47d95b24379b9ceb55206e616e140_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:f5ac07ba3f562b9c62461916f868079fbbb47d95b24379b9ceb55206e616e140_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:287c800f33b7bb17969c93891edc40646cc48acc9b741138795b7f041c82bbc8_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:287c800f33b7bb17969c93891edc40646cc48acc9b741138795b7f041c82bbc8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:287c800f33b7bb17969c93891edc40646cc48acc9b741138795b7f041c82bbc8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:53ecd2e093819c381012a057628f8e614c85f0c58b6d54e378e2155122ab1d8b_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:53ecd2e093819c381012a057628f8e614c85f0c58b6d54e378e2155122ab1d8b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:53ecd2e093819c381012a057628f8e614c85f0c58b6d54e378e2155122ab1d8b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a840761823769c68291cefa9028e0a6f87b6625588b1850d148b2f8ea580d8ce_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a840761823769c68291cefa9028e0a6f87b6625588b1850d148b2f8ea580d8ce_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a840761823769c68291cefa9028e0a6f87b6625588b1850d148b2f8ea580d8ce_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:eeb3bd21c506b7558241ec2458d57407860998b91b4742669982073d6612a9bf_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:eeb3bd21c506b7558241ec2458d57407860998b91b4742669982073d6612a9bf_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:eeb3bd21c506b7558241ec2458d57407860998b91b4742669982073d6612a9bf_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:1a94c20db46917d931dfcbe19595ab6b4ace22f81ad34ea6d329eff8def1f0da_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:1a94c20db46917d931dfcbe19595ab6b4ace22f81ad34ea6d329eff8def1f0da_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:1a94c20db46917d931dfcbe19595ab6b4ace22f81ad34ea6d329eff8def1f0da_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:71d75fc8a847695728ead4620c5d19ccfc9b8bac9f51521af7ebabb762839425_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:71d75fc8a847695728ead4620c5d19ccfc9b8bac9f51521af7ebabb762839425_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:71d75fc8a847695728ead4620c5d19ccfc9b8bac9f51521af7ebabb762839425_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:99cdbfdac01ce74763ab9304f3bf30156bad8039a454758941bfa2c96da4787d_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:99cdbfdac01ce74763ab9304f3bf30156bad8039a454758941bfa2c96da4787d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:99cdbfdac01ce74763ab9304f3bf30156bad8039a454758941bfa2c96da4787d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:a56d06011589ae7f1b0a338ae33423e77c559a93f4bd8924ebbeb16fa341a7a2_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:a56d06011589ae7f1b0a338ae33423e77c559a93f4bd8924ebbeb16fa341a7a2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:a56d06011589ae7f1b0a338ae33423e77c559a93f4bd8924ebbeb16fa341a7a2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:299842fdbadf955534b257f3c63126a79fb14a9856c4530df09debde212a2384_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:299842fdbadf955534b257f3c63126a79fb14a9856c4530df09debde212a2384_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:299842fdbadf955534b257f3c63126a79fb14a9856c4530df09debde212a2384_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:7adbe4c7a14a3d470820884da692bae174fa6d170895c3ed4b02311a66294ea5_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:7adbe4c7a14a3d470820884da692bae174fa6d170895c3ed4b02311a66294ea5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:7adbe4c7a14a3d470820884da692bae174fa6d170895c3ed4b02311a66294ea5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:0b264678a566eb387b44b5e8e2ab61c5e12b594aff4db75532d9fc8cf0cb3a78_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:0b264678a566eb387b44b5e8e2ab61c5e12b594aff4db75532d9fc8cf0cb3a78_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:0b264678a566eb387b44b5e8e2ab61c5e12b594aff4db75532d9fc8cf0cb3a78_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:ae2978f43a4b765fdcd8abe8e91956a0a1e267c0f76593d94e52780fadc68388_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:ae2978f43a4b765fdcd8abe8e91956a0a1e267c0f76593d94e52780fadc68388_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:ae2978f43a4b765fdcd8abe8e91956a0a1e267c0f76593d94e52780fadc68388_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:dfe83a3416da5cb195d8fda8ee8eec794dbeb0135de72e250bc965ef1f70bfce_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:dfe83a3416da5cb195d8fda8ee8eec794dbeb0135de72e250bc965ef1f70bfce_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:dfe83a3416da5cb195d8fda8ee8eec794dbeb0135de72e250bc965ef1f70bfce_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:e6e1c74ee273df32544e6119badf3b3c260e48c60934f67a7869dd739d020e1e_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:e6e1c74ee273df32544e6119badf3b3c260e48c60934f67a7869dd739d020e1e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:e6e1c74ee273df32544e6119badf3b3c260e48c60934f67a7869dd739d020e1e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:015b35c884c0e9b5c3a2df4e3874610dceda9766b1db231a0e99774481c88bea_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:015b35c884c0e9b5c3a2df4e3874610dceda9766b1db231a0e99774481c88bea_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:015b35c884c0e9b5c3a2df4e3874610dceda9766b1db231a0e99774481c88bea_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:170dd5cd1770f1c560d2d0756a619a220d15c91c8d8d51ea322818be40603ed6_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:170dd5cd1770f1c560d2d0756a619a220d15c91c8d8d51ea322818be40603ed6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:170dd5cd1770f1c560d2d0756a619a220d15c91c8d8d51ea322818be40603ed6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:7f43c6487ef0d6ee493fae02ef100abc813294f027b702722f38c619a5e8206c_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:7f43c6487ef0d6ee493fae02ef100abc813294f027b702722f38c619a5e8206c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:7f43c6487ef0d6ee493fae02ef100abc813294f027b702722f38c619a5e8206c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:d40a074405d58180667a3722571285167277e73ef4247221e5b5c235ebbba38f_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:d40a074405d58180667a3722571285167277e73ef4247221e5b5c235ebbba38f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:d40a074405d58180667a3722571285167277e73ef4247221e5b5c235ebbba38f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:1fde8ae44f15902a4a5dde0328cb037c74c40ab527db4963b5d703c35f2b2c6d_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:1fde8ae44f15902a4a5dde0328cb037c74c40ab527db4963b5d703c35f2b2c6d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:1fde8ae44f15902a4a5dde0328cb037c74c40ab527db4963b5d703c35f2b2c6d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:8a13fe639a4db964e30cced1f77214a915489f75b2634356259a03f6f280d856_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:8a13fe639a4db964e30cced1f77214a915489f75b2634356259a03f6f280d856_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:8a13fe639a4db964e30cced1f77214a915489f75b2634356259a03f6f280d856_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:afb26125636804082e2827f1d473d49cd492a6356365c186f69873ad8e24e099_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:afb26125636804082e2827f1d473d49cd492a6356365c186f69873ad8e24e099_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:afb26125636804082e2827f1d473d49cd492a6356365c186f69873ad8e24e099_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:e9668f534471f09fbfcb31c76be4b68a743549c50255de8fff8fd0c8b4a34924_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:e9668f534471f09fbfcb31c76be4b68a743549c50255de8fff8fd0c8b4a34924_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:e9668f534471f09fbfcb31c76be4b68a743549c50255de8fff8fd0c8b4a34924_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:0a67e292a5b75f818272a3302f4d2d334ec57e5e0acdee47fc6da52625e6fb60_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:0a67e292a5b75f818272a3302f4d2d334ec57e5e0acdee47fc6da52625e6fb60_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:0a67e292a5b75f818272a3302f4d2d334ec57e5e0acdee47fc6da52625e6fb60_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:50be8ffecf96273dd18c233edb39db8e3088bb79acef2884f47b64a543f15e71_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:50be8ffecf96273dd18c233edb39db8e3088bb79acef2884f47b64a543f15e71_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:50be8ffecf96273dd18c233edb39db8e3088bb79acef2884f47b64a543f15e71_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:8fdc9fb2e35d486efdac44adca6152aeb6bed9fd88c183d80aa31da96e5b8c6f_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:8fdc9fb2e35d486efdac44adca6152aeb6bed9fd88c183d80aa31da96e5b8c6f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:8fdc9fb2e35d486efdac44adca6152aeb6bed9fd88c183d80aa31da96e5b8c6f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:914fe11be86c707b3e2ea354c5a1c0cb72affd6d9dfe63ae2438a1a310ffe4c6_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:914fe11be86c707b3e2ea354c5a1c0cb72affd6d9dfe63ae2438a1a310ffe4c6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:914fe11be86c707b3e2ea354c5a1c0cb72affd6d9dfe63ae2438a1a310ffe4c6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:53ee6ae093b31ee41b13bb67b40aeea723889379ff822719c8174e4272cce99c_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:53ee6ae093b31ee41b13bb67b40aeea723889379ff822719c8174e4272cce99c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:53ee6ae093b31ee41b13bb67b40aeea723889379ff822719c8174e4272cce99c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:5e9cda0da90e658e08a08c69480c461701b03323aad484d887f12fa3e11bc9bf_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:5e9cda0da90e658e08a08c69480c461701b03323aad484d887f12fa3e11bc9bf_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:5e9cda0da90e658e08a08c69480c461701b03323aad484d887f12fa3e11bc9bf_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:8921a94912d602af5cb9636b2880c1ec7d8eff795473f4865f4354ea2079d428_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:8921a94912d602af5cb9636b2880c1ec7d8eff795473f4865f4354ea2079d428_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:8921a94912d602af5cb9636b2880c1ec7d8eff795473f4865f4354ea2079d428_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:d9b23f9f6c407010472286a31c17e8358a19103fe03260180d2d615aaa91eceb_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:d9b23f9f6c407010472286a31c17e8358a19103fe03260180d2d615aaa91eceb_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:d9b23f9f6c407010472286a31c17e8358a19103fe03260180d2d615aaa91eceb_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:53ee6ae093b31ee41b13bb67b40aeea723889379ff822719c8174e4272cce99c_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:53ee6ae093b31ee41b13bb67b40aeea723889379ff822719c8174e4272cce99c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:53ee6ae093b31ee41b13bb67b40aeea723889379ff822719c8174e4272cce99c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:5e9cda0da90e658e08a08c69480c461701b03323aad484d887f12fa3e11bc9bf_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:5e9cda0da90e658e08a08c69480c461701b03323aad484d887f12fa3e11bc9bf_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:5e9cda0da90e658e08a08c69480c461701b03323aad484d887f12fa3e11bc9bf_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:8921a94912d602af5cb9636b2880c1ec7d8eff795473f4865f4354ea2079d428_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:8921a94912d602af5cb9636b2880c1ec7d8eff795473f4865f4354ea2079d428_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:8921a94912d602af5cb9636b2880c1ec7d8eff795473f4865f4354ea2079d428_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:d9b23f9f6c407010472286a31c17e8358a19103fe03260180d2d615aaa91eceb_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:d9b23f9f6c407010472286a31c17e8358a19103fe03260180d2d615aaa91eceb_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:d9b23f9f6c407010472286a31c17e8358a19103fe03260180d2d615aaa91eceb_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:0e598a4bc8097ed172a8e3e8058080ae3db89733c02644047e46cfb65b7d3b76_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:0e598a4bc8097ed172a8e3e8058080ae3db89733c02644047e46cfb65b7d3b76_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:0e598a4bc8097ed172a8e3e8058080ae3db89733c02644047e46cfb65b7d3b76_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:595b8a01e9b2189a3877041ce66509eb2a2a13bb0d928b4fa772e7d22d7e6bb3_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:595b8a01e9b2189a3877041ce66509eb2a2a13bb0d928b4fa772e7d22d7e6bb3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:595b8a01e9b2189a3877041ce66509eb2a2a13bb0d928b4fa772e7d22d7e6bb3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:a59804ff3479bbdd8249f52e145ad8099e67c790dd353684fe6faadb7246f3e5_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:a59804ff3479bbdd8249f52e145ad8099e67c790dd353684fe6faadb7246f3e5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:a59804ff3479bbdd8249f52e145ad8099e67c790dd353684fe6faadb7246f3e5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:f5bdcc739dc1dc70a53c624c35d3e5e9574bbc67cf488919041e3ff0a11f009d_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:f5bdcc739dc1dc70a53c624c35d3e5e9574bbc67cf488919041e3ff0a11f009d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:f5bdcc739dc1dc70a53c624c35d3e5e9574bbc67cf488919041e3ff0a11f009d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:0e598a4bc8097ed172a8e3e8058080ae3db89733c02644047e46cfb65b7d3b76_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:0e598a4bc8097ed172a8e3e8058080ae3db89733c02644047e46cfb65b7d3b76_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:0e598a4bc8097ed172a8e3e8058080ae3db89733c02644047e46cfb65b7d3b76_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:595b8a01e9b2189a3877041ce66509eb2a2a13bb0d928b4fa772e7d22d7e6bb3_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:595b8a01e9b2189a3877041ce66509eb2a2a13bb0d928b4fa772e7d22d7e6bb3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:595b8a01e9b2189a3877041ce66509eb2a2a13bb0d928b4fa772e7d22d7e6bb3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:a59804ff3479bbdd8249f52e145ad8099e67c790dd353684fe6faadb7246f3e5_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:a59804ff3479bbdd8249f52e145ad8099e67c790dd353684fe6faadb7246f3e5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:a59804ff3479bbdd8249f52e145ad8099e67c790dd353684fe6faadb7246f3e5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:f5bdcc739dc1dc70a53c624c35d3e5e9574bbc67cf488919041e3ff0a11f009d_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:f5bdcc739dc1dc70a53c624c35d3e5e9574bbc67cf488919041e3ff0a11f009d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:f5bdcc739dc1dc70a53c624c35d3e5e9574bbc67cf488919041e3ff0a11f009d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:06e2320e7c46ca66239bd9cd22eeb576f1c42f3acd26b8db1f6976e9717676fa_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:06e2320e7c46ca66239bd9cd22eeb576f1c42f3acd26b8db1f6976e9717676fa_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:06e2320e7c46ca66239bd9cd22eeb576f1c42f3acd26b8db1f6976e9717676fa_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:cc795d7a0cfbefbce47789c6d49532a9a41b8d62075d4c94bcb265fd3ad8ef6e_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:cc795d7a0cfbefbce47789c6d49532a9a41b8d62075d4c94bcb265fd3ad8ef6e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:cc795d7a0cfbefbce47789c6d49532a9a41b8d62075d4c94bcb265fd3ad8ef6e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d87fda521517b9b5505780eb2d84212843145098e70032c9996b3250222fe604_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d87fda521517b9b5505780eb2d84212843145098e70032c9996b3250222fe604_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d87fda521517b9b5505780eb2d84212843145098e70032c9996b3250222fe604_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ec1000141bbcf65e1e79f4dbfcc97968b05cb1189cc35974ecda36bd2b8d302a_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ec1000141bbcf65e1e79f4dbfcc97968b05cb1189cc35974ecda36bd2b8d302a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ec1000141bbcf65e1e79f4dbfcc97968b05cb1189cc35974ecda36bd2b8d302a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:0296d6ef8495a340807a800e8064de04bffd08cc24772e1482ea34d3eb39a83e_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:0296d6ef8495a340807a800e8064de04bffd08cc24772e1482ea34d3eb39a83e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:0296d6ef8495a340807a800e8064de04bffd08cc24772e1482ea34d3eb39a83e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:2cb477ddcc46f5b57b4e81a8ad1163c0d3a13676e7079647dd2ec4b94281e9b8_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:2cb477ddcc46f5b57b4e81a8ad1163c0d3a13676e7079647dd2ec4b94281e9b8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:2cb477ddcc46f5b57b4e81a8ad1163c0d3a13676e7079647dd2ec4b94281e9b8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:d85d011efa26fcf4fb9049c360e167a82f0f332f006906f945b0f0048d60da03_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:d85d011efa26fcf4fb9049c360e167a82f0f332f006906f945b0f0048d60da03_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:d85d011efa26fcf4fb9049c360e167a82f0f332f006906f945b0f0048d60da03_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:dcff01fb6c0c0477daca085f3ad54d39b6480f139ed59cd1fd4eea9077068889_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:dcff01fb6c0c0477daca085f3ad54d39b6480f139ed59cd1fd4eea9077068889_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:dcff01fb6c0c0477daca085f3ad54d39b6480f139ed59cd1fd4eea9077068889_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:0296d6ef8495a340807a800e8064de04bffd08cc24772e1482ea34d3eb39a83e_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:0296d6ef8495a340807a800e8064de04bffd08cc24772e1482ea34d3eb39a83e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:0296d6ef8495a340807a800e8064de04bffd08cc24772e1482ea34d3eb39a83e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:2cb477ddcc46f5b57b4e81a8ad1163c0d3a13676e7079647dd2ec4b94281e9b8_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:2cb477ddcc46f5b57b4e81a8ad1163c0d3a13676e7079647dd2ec4b94281e9b8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:2cb477ddcc46f5b57b4e81a8ad1163c0d3a13676e7079647dd2ec4b94281e9b8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:d85d011efa26fcf4fb9049c360e167a82f0f332f006906f945b0f0048d60da03_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:d85d011efa26fcf4fb9049c360e167a82f0f332f006906f945b0f0048d60da03_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:d85d011efa26fcf4fb9049c360e167a82f0f332f006906f945b0f0048d60da03_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:dcff01fb6c0c0477daca085f3ad54d39b6480f139ed59cd1fd4eea9077068889_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:dcff01fb6c0c0477daca085f3ad54d39b6480f139ed59cd1fd4eea9077068889_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:dcff01fb6c0c0477daca085f3ad54d39b6480f139ed59cd1fd4eea9077068889_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:5d7e619ddcc71a0244aecad37870bbe6a9bc993db053b68f57984c84751244f7_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:5d7e619ddcc71a0244aecad37870bbe6a9bc993db053b68f57984c84751244f7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:5d7e619ddcc71a0244aecad37870bbe6a9bc993db053b68f57984c84751244f7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:6d0070709140682d4f91f5e7e1341cdfab3d992295f246a3b8f5394a3c290e98_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:6d0070709140682d4f91f5e7e1341cdfab3d992295f246a3b8f5394a3c290e98_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:6d0070709140682d4f91f5e7e1341cdfab3d992295f246a3b8f5394a3c290e98_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:8b8a1b6c5fdc802b3185d5a91bd9c68426307526fad048ec7b7360d2885a9709_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:8b8a1b6c5fdc802b3185d5a91bd9c68426307526fad048ec7b7360d2885a9709_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:8b8a1b6c5fdc802b3185d5a91bd9c68426307526fad048ec7b7360d2885a9709_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:a4b5e6597c79fd99492ba89777a51a9a0fa767a9b174aab5ad38eb6f7a195634_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:a4b5e6597c79fd99492ba89777a51a9a0fa767a9b174aab5ad38eb6f7a195634_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:a4b5e6597c79fd99492ba89777a51a9a0fa767a9b174aab5ad38eb6f7a195634_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:5d7e619ddcc71a0244aecad37870bbe6a9bc993db053b68f57984c84751244f7_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:5d7e619ddcc71a0244aecad37870bbe6a9bc993db053b68f57984c84751244f7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:5d7e619ddcc71a0244aecad37870bbe6a9bc993db053b68f57984c84751244f7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:6d0070709140682d4f91f5e7e1341cdfab3d992295f246a3b8f5394a3c290e98_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:6d0070709140682d4f91f5e7e1341cdfab3d992295f246a3b8f5394a3c290e98_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:6d0070709140682d4f91f5e7e1341cdfab3d992295f246a3b8f5394a3c290e98_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:8b8a1b6c5fdc802b3185d5a91bd9c68426307526fad048ec7b7360d2885a9709_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:8b8a1b6c5fdc802b3185d5a91bd9c68426307526fad048ec7b7360d2885a9709_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:8b8a1b6c5fdc802b3185d5a91bd9c68426307526fad048ec7b7360d2885a9709_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:a4b5e6597c79fd99492ba89777a51a9a0fa767a9b174aab5ad38eb6f7a195634_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:a4b5e6597c79fd99492ba89777a51a9a0fa767a9b174aab5ad38eb6f7a195634_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:a4b5e6597c79fd99492ba89777a51a9a0fa767a9b174aab5ad38eb6f7a195634_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3f240b50f6973f1ab0ab53fd897acd7bec248c417923d56aad6630cee4bbad5d_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3f240b50f6973f1ab0ab53fd897acd7bec248c417923d56aad6630cee4bbad5d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3f240b50f6973f1ab0ab53fd897acd7bec248c417923d56aad6630cee4bbad5d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:69a9487a24d400bbf3ab5bed205f622267fd19783a1c159669359d706a76c3f7_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:69a9487a24d400bbf3ab5bed205f622267fd19783a1c159669359d706a76c3f7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:69a9487a24d400bbf3ab5bed205f622267fd19783a1c159669359d706a76c3f7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:778c6697c773971590c2187e863a18d45dbde7780c0da354a96480ca7e742b35_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:778c6697c773971590c2187e863a18d45dbde7780c0da354a96480ca7e742b35_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:778c6697c773971590c2187e863a18d45dbde7780c0da354a96480ca7e742b35_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ca587a8911043d96b60e967e4b2e33892254096414910174e6a7c395583e97b0_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ca587a8911043d96b60e967e4b2e33892254096414910174e6a7c395583e97b0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ca587a8911043d96b60e967e4b2e33892254096414910174e6a7c395583e97b0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:11801d98d9d8db5c37bc0bbb72aecc2eddfd0836d079f91a8018dd297e6f12e0_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:11801d98d9d8db5c37bc0bbb72aecc2eddfd0836d079f91a8018dd297e6f12e0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:11801d98d9d8db5c37bc0bbb72aecc2eddfd0836d079f91a8018dd297e6f12e0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:34f5458a8d22a1b295a6cf6be82bffbb427aa6421c19609d37fbdb0de53afd48_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:34f5458a8d22a1b295a6cf6be82bffbb427aa6421c19609d37fbdb0de53afd48_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:34f5458a8d22a1b295a6cf6be82bffbb427aa6421c19609d37fbdb0de53afd48_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:5ed572029d4fbbb484fc3562046de00f7deaa0639185e26adb2210447a8ff958_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:5ed572029d4fbbb484fc3562046de00f7deaa0639185e26adb2210447a8ff958_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:5ed572029d4fbbb484fc3562046de00f7deaa0639185e26adb2210447a8ff958_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:8c3c79a3da45f6960f8cb68074488f8c1a97acd2637deab99b23cf5feb3dd831_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:8c3c79a3da45f6960f8cb68074488f8c1a97acd2637deab99b23cf5feb3dd831_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:8c3c79a3da45f6960f8cb68074488f8c1a97acd2637deab99b23cf5feb3dd831_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer@sha256:2c452c9fb2f82e3b4e746669a2e8fe16a63cf009ddfb94d698529cef8f6ca8e4_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:2c452c9fb2f82e3b4e746669a2e8fe16a63cf009ddfb94d698529cef8f6ca8e4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer@sha256:2c452c9fb2f82e3b4e746669a2e8fe16a63cf009ddfb94d698529cef8f6ca8e4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer@sha256:4eb82f07e01b4f66e34f933fc4c1ea0f09a8e227a216a732290e62db12641ced_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:4eb82f07e01b4f66e34f933fc4c1ea0f09a8e227a216a732290e62db12641ced_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer@sha256:4eb82f07e01b4f66e34f933fc4c1ea0f09a8e227a216a732290e62db12641ced_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer@sha256:7e411329883832f7e0e9bc7bcd716a5cc48898a051351176349bb877aa7a1704_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:7e411329883832f7e0e9bc7bcd716a5cc48898a051351176349bb877aa7a1704_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer@sha256:7e411329883832f7e0e9bc7bcd716a5cc48898a051351176349bb877aa7a1704_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer@sha256:fac2397c70e1a2d1457e45554f962daffec82ff643df596e3e0d47e2cd4a5727_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:fac2397c70e1a2d1457e45554f962daffec82ff643df596e3e0d47e2cd4a5727_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer@sha256:fac2397c70e1a2d1457e45554f962daffec82ff643df596e3e0d47e2cd4a5727_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder@sha256:71ef3a2f7205d5a4d2e223ea82ae0f8911ea9840cfc819e78931b5d8d7b3960f_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:71ef3a2f7205d5a4d2e223ea82ae0f8911ea9840cfc819e78931b5d8d7b3960f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder@sha256:71ef3a2f7205d5a4d2e223ea82ae0f8911ea9840cfc819e78931b5d8d7b3960f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder@sha256:836739cc20594452479eb9db8a995d1caed27f82d8b1e7bad6061b0a7eeb3f41_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:836739cc20594452479eb9db8a995d1caed27f82d8b1e7bad6061b0a7eeb3f41_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder@sha256:836739cc20594452479eb9db8a995d1caed27f82d8b1e7bad6061b0a7eeb3f41_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder@sha256:9a6743d451c6a6223891fc13ca4e1f84328f5cbbe5be9c6f4a5505e47d894651_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:9a6743d451c6a6223891fc13ca4e1f84328f5cbbe5be9c6f4a5505e47d894651_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder@sha256:9a6743d451c6a6223891fc13ca4e1f84328f5cbbe5be9c6f4a5505e47d894651_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder@sha256:9b08cb63eae04604aa25e2816fc894292b63287c078922296ccf3108254a420d_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:9b08cb63eae04604aa25e2816fc894292b63287c078922296ccf3108254a420d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder@sha256:9b08cb63eae04604aa25e2816fc894292b63287c078922296ccf3108254a420d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:30a8075c0829c7e8170fee4fa1da1e4fc8f8fd7e98c03665692a0d3790a3e404_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:30a8075c0829c7e8170fee4fa1da1e4fc8f8fd7e98c03665692a0d3790a3e404_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:30a8075c0829c7e8170fee4fa1da1e4fc8f8fd7e98c03665692a0d3790a3e404_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:91eace031f4e244ba7c82194f0d9e4c42e1b3f83b4cea8281fbcff70a02855b6_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:91eace031f4e244ba7c82194f0d9e4c42e1b3f83b4cea8281fbcff70a02855b6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:91eace031f4e244ba7c82194f0d9e4c42e1b3f83b4cea8281fbcff70a02855b6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:a3a947c318b1d2cee8676949477eb154eebda2d7b01bc83aa3ab81b305d0c123_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:a3a947c318b1d2cee8676949477eb154eebda2d7b01bc83aa3ab81b305d0c123_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:a3a947c318b1d2cee8676949477eb154eebda2d7b01bc83aa3ab81b305d0c123_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d4485629dd69e3646522bb0c6fc3a616fd20e9e924c83481423beebef6620ed6_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d4485629dd69e3646522bb0c6fc3a616fd20e9e924c83481423beebef6620ed6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d4485629dd69e3646522bb0c6fc3a616fd20e9e924c83481423beebef6620ed6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:0050083f13ea8e40679295049c4312081d38904d8ccc1396b80f27544d01a06c_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:0050083f13ea8e40679295049c4312081d38904d8ccc1396b80f27544d01a06c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:0050083f13ea8e40679295049c4312081d38904d8ccc1396b80f27544d01a06c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:1fa5db1d68336e05f0559c44f107e2968f7e65842d878a25355f37ff487001d0_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:1fa5db1d68336e05f0559c44f107e2968f7e65842d878a25355f37ff487001d0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:1fa5db1d68336e05f0559c44f107e2968f7e65842d878a25355f37ff487001d0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b8901c06e9ed87c8998625b99ee186ea5ac8a0a89c0263e210fc77f6b02fc36d_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b8901c06e9ed87c8998625b99ee186ea5ac8a0a89c0263e210fc77f6b02fc36d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b8901c06e9ed87c8998625b99ee186ea5ac8a0a89c0263e210fc77f6b02fc36d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c90ac14a629770bd274536af0f82519c4247710c79acca953a37ae18d5108861_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c90ac14a629770bd274536af0f82519c4247710c79acca953a37ae18d5108861_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c90ac14a629770bd274536af0f82519c4247710c79acca953a37ae18d5108861_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:61ae2afb181d20ddc00f7f0f1a6a206221d15c887238ab048e10f838995c3d28_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:61ae2afb181d20ddc00f7f0f1a6a206221d15c887238ab048e10f838995c3d28_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:61ae2afb181d20ddc00f7f0f1a6a206221d15c887238ab048e10f838995c3d28_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:92ccfe03e0716617e78fcead09e592075632be76cb4d4f906a32fbbf1e7f79dd_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:92ccfe03e0716617e78fcead09e592075632be76cb4d4f906a32fbbf1e7f79dd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:92ccfe03e0716617e78fcead09e592075632be76cb4d4f906a32fbbf1e7f79dd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:92e8805702148fe8bd56ce06cd18da14eca209207633ecd89b3b3db27e784d2e_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:92e8805702148fe8bd56ce06cd18da14eca209207633ecd89b3b3db27e784d2e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:92e8805702148fe8bd56ce06cd18da14eca209207633ecd89b3b3db27e784d2e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:a74af849f4f9b5eb17e812d798711ea57b234c311587a46fccf80b449e2ab091_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:a74af849f4f9b5eb17e812d798711ea57b234c311587a46fccf80b449e2ab091_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:a74af849f4f9b5eb17e812d798711ea57b234c311587a46fccf80b449e2ab091_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ce86043ba90a236d904b5bf8349678a139c9d12abee75b13e20b454762a79b07_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ce86043ba90a236d904b5bf8349678a139c9d12abee75b13e20b454762a79b07_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ce86043ba90a236d904b5bf8349678a139c9d12abee75b13e20b454762a79b07_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:fb673b9cd4bf5792fb1cbdc40d8ae3787b0c371157078ffbd959748ab0c19db6_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:fb673b9cd4bf5792fb1cbdc40d8ae3787b0c371157078ffbd959748ab0c19db6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:fb673b9cd4bf5792fb1cbdc40d8ae3787b0c371157078ffbd959748ab0c19db6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:788f14d6d64cc43d2f137a2b5a2e13e80b6d7bd1c5db3aace5fc90b090cc1325_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:788f14d6d64cc43d2f137a2b5a2e13e80b6d7bd1c5db3aace5fc90b090cc1325_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:788f14d6d64cc43d2f137a2b5a2e13e80b6d7bd1c5db3aace5fc90b090cc1325_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b1aa6c712d6b2c05c5819d89c96f837a164cc978670d9ce0ca3676c2bf327ab7_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b1aa6c712d6b2c05c5819d89c96f837a164cc978670d9ce0ca3676c2bf327ab7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b1aa6c712d6b2c05c5819d89c96f837a164cc978670d9ce0ca3676c2bf327ab7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:e0b18dde5738907a0cd2a7e54a3a37bd341627b6e12c2e8901cb5350e78e5f9f_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:e0b18dde5738907a0cd2a7e54a3a37bd341627b6e12c2e8901cb5350e78e5f9f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:e0b18dde5738907a0cd2a7e54a3a37bd341627b6e12c2e8901cb5350e78e5f9f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:8b774ec1d7062dbf21f9d4c9c82926a333d4b530dd31e907fa292b1673c17f22_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:8b774ec1d7062dbf21f9d4c9c82926a333d4b530dd31e907fa292b1673c17f22_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:8b774ec1d7062dbf21f9d4c9c82926a333d4b530dd31e907fa292b1673c17f22_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:a44db4753020da0574e7b2cb486ed690ec6d452d9c9a86f1a35155b3203c3f14_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:a44db4753020da0574e7b2cb486ed690ec6d452d9c9a86f1a35155b3203c3f14_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:a44db4753020da0574e7b2cb486ed690ec6d452d9c9a86f1a35155b3203c3f14_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:fa22ce356479e36e38b28420a89c51826e52e4ed29599f8d81b33a4c9f17742f_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:fa22ce356479e36e38b28420a89c51826e52e4ed29599f8d81b33a4c9f17742f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:fa22ce356479e36e38b28420a89c51826e52e4ed29599f8d81b33a4c9f17742f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:001a95b33c0b3c3c0000b21d4e6a0802ae3663c1d5c5e1c8b8bde03e248b74e9_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:001a95b33c0b3c3c0000b21d4e6a0802ae3663c1d5c5e1c8b8bde03e248b74e9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:001a95b33c0b3c3c0000b21d4e6a0802ae3663c1d5c5e1c8b8bde03e248b74e9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:0f1a47dcc7b5e8d5d82076325fa73ec6bb18d6a7124bce44da452848859c03fd_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:0f1a47dcc7b5e8d5d82076325fa73ec6bb18d6a7124bce44da452848859c03fd_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:0f1a47dcc7b5e8d5d82076325fa73ec6bb18d6a7124bce44da452848859c03fd_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:887ef213faf48dedc023d2c533d2b414f5cdafb4cbe79a33841d616ee1e6194c_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:887ef213faf48dedc023d2c533d2b414f5cdafb4cbe79a33841d616ee1e6194c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:887ef213faf48dedc023d2c533d2b414f5cdafb4cbe79a33841d616ee1e6194c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:d74b26dbce57d591c118a178762b14e8d3663efedb7e3bf423c134c04361b4e9_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:d74b26dbce57d591c118a178762b14e8d3663efedb7e3bf423c134c04361b4e9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router@sha256:d74b26dbce57d591c118a178762b14e8d3663efedb7e3bf423c134c04361b4e9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:39575d20a0b0aaf4e66e34c26cd0ab61fdb672d13cacd4b8a46a05355ad98808_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:39575d20a0b0aaf4e66e34c26cd0ab61fdb672d13cacd4b8a46a05355ad98808_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:39575d20a0b0aaf4e66e34c26cd0ab61fdb672d13cacd4b8a46a05355ad98808_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:62ea773b1ca80e54dd81986d7aaf175916562abc8fef3a7a0785bdf976d43f35_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:62ea773b1ca80e54dd81986d7aaf175916562abc8fef3a7a0785bdf976d43f35_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:62ea773b1ca80e54dd81986d7aaf175916562abc8fef3a7a0785bdf976d43f35_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:a70b67bb199914cffdfd5a61528d442e434bc3dde0192e91f68cd7a23ec20353_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:a70b67bb199914cffdfd5a61528d442e434bc3dde0192e91f68cd7a23ec20353_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:a70b67bb199914cffdfd5a61528d442e434bc3dde0192e91f68cd7a23ec20353_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d53a31a064e2d3620ca9a6625149b02efbf5bddd3592afcf355d03f6539c689c_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d53a31a064e2d3620ca9a6625149b02efbf5bddd3592afcf355d03f6539c689c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d53a31a064e2d3620ca9a6625149b02efbf5bddd3592afcf355d03f6539c689c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:00085499aba957ce0074d5f821884de04c511d20153293c39e85fb4af913c679_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:00085499aba957ce0074d5f821884de04c511d20153293c39e85fb4af913c679_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:00085499aba957ce0074d5f821884de04c511d20153293c39e85fb4af913c679_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:30cd4b0203521c2313602ce5bfe38fb36826471bf97573a4581662b579199d70_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:30cd4b0203521c2313602ce5bfe38fb36826471bf97573a4581662b579199d70_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:30cd4b0203521c2313602ce5bfe38fb36826471bf97573a4581662b579199d70_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4b5e0baa200d25a4e50917bad8abdea3860f7443d634ff316565da4650c7fe31_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4b5e0baa200d25a4e50917bad8abdea3860f7443d634ff316565da4650c7fe31_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4b5e0baa200d25a4e50917bad8abdea3860f7443d634ff316565da4650c7fe31_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f260327ebb92a129f41f5adbf40298abc26df6a7e1a88d419533b4712498ef53_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f260327ebb92a129f41f5adbf40298abc26df6a7e1a88d419533b4712498ef53_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f260327ebb92a129f41f5adbf40298abc26df6a7e1a88d419533b4712498ef53_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:1d51e5dd1835cb7d0dfc3507966c4d9811619fd68debba7a51f92351ffdc8aeb_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:1d51e5dd1835cb7d0dfc3507966c4d9811619fd68debba7a51f92351ffdc8aeb_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:1d51e5dd1835cb7d0dfc3507966c4d9811619fd68debba7a51f92351ffdc8aeb_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:d273edcc6cdb663d54cec22fc7947d30417ebde92772f7613ee71df7e245f8c6_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:d273edcc6cdb663d54cec22fc7947d30417ebde92772f7613ee71df7e245f8c6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:d273edcc6cdb663d54cec22fc7947d30417ebde92772f7613ee71df7e245f8c6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:23ca2c33256242f865b28d356c525a06f15824a5b407827908fdd88909399ec0_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:23ca2c33256242f865b28d356c525a06f15824a5b407827908fdd88909399ec0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:23ca2c33256242f865b28d356c525a06f15824a5b407827908fdd88909399ec0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:4d419fd5bbe80740a39821dbc54c463ba88056f16fb9dc367cd55f4704c382e9_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:4d419fd5bbe80740a39821dbc54c463ba88056f16fb9dc367cd55f4704c382e9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:4d419fd5bbe80740a39821dbc54c463ba88056f16fb9dc367cd55f4704c382e9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:44d79a4c2279ff4d86d2a763c7d54209f9e24638fd4d1cedd5579b19ca25f5dc_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:44d79a4c2279ff4d86d2a763c7d54209f9e24638fd4d1cedd5579b19ca25f5dc_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:44d79a4c2279ff4d86d2a763c7d54209f9e24638fd4d1cedd5579b19ca25f5dc_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:798b93cd2c8dc91007f8e5ce984a9416a523ca1ad1d1edb48ee299cc38a7298d_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:798b93cd2c8dc91007f8e5ce984a9416a523ca1ad1d1edb48ee299cc38a7298d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:798b93cd2c8dc91007f8e5ce984a9416a523ca1ad1d1edb48ee299cc38a7298d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel9@sha256:6089d0673200ad7ea54762cca3ca1b913ae4a48fc12ed42da637b6b17a6fb7d9_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel9@sha256:6089d0673200ad7ea54762cca3ca1b913ae4a48fc12ed42da637b6b17a6fb7d9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel9@sha256:6089d0673200ad7ea54762cca3ca1b913ae4a48fc12ed42da637b6b17a6fb7d9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel9@sha256:6fa9719d09f35aed806742a476df49fade99829cfb07583b4413724fbfa1c194_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel9@sha256:6fa9719d09f35aed806742a476df49fade99829cfb07583b4413724fbfa1c194_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel9@sha256:6fa9719d09f35aed806742a476df49fade99829cfb07583b4413724fbfa1c194_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:2c22af5ba4c507b1d44a2f1b2b64585ec6b7225fdfd507cf9f2691376d169819_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:2c22af5ba4c507b1d44a2f1b2b64585ec6b7225fdfd507cf9f2691376d169819_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:2c22af5ba4c507b1d44a2f1b2b64585ec6b7225fdfd507cf9f2691376d169819_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b20ba95a4ef35e4a72e3b861655d236da808c9392f6f5b9b7b760f4c1ae12bd9_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b20ba95a4ef35e4a72e3b861655d236da808c9392f6f5b9b7b760f4c1ae12bd9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b20ba95a4ef35e4a72e3b861655d236da808c9392f6f5b9b7b760f4c1ae12bd9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e93e6e39e6a94f8aed80905145fe08b6679dd15a84ded4b4ed0b24b0afdb36f4_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e93e6e39e6a94f8aed80905145fe08b6679dd15a84ded4b4ed0b24b0afdb36f4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e93e6e39e6a94f8aed80905145fe08b6679dd15a84ded4b4ed0b24b0afdb36f4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:3b57a94699fd5667ccb1cade8f56ced7b4c9bc06969da3a9036fe4963a6bec0a_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:3b57a94699fd5667ccb1cade8f56ced7b4c9bc06969da3a9036fe4963a6bec0a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:3b57a94699fd5667ccb1cade8f56ced7b4c9bc06969da3a9036fe4963a6bec0a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:d2e27e8532fdeecd9de5f9cc0ed750cfdfd92d82dbe142601c60d32693e67277_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:d2e27e8532fdeecd9de5f9cc0ed750cfdfd92d82dbe142601c60d32693e67277_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:d2e27e8532fdeecd9de5f9cc0ed750cfdfd92d82dbe142601c60d32693e67277_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:017c35ad3581bc5d47691821501fad35bc737e5c8aff5b486fd85905d6f815ec_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:017c35ad3581bc5d47691821501fad35bc737e5c8aff5b486fd85905d6f815ec_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:017c35ad3581bc5d47691821501fad35bc737e5c8aff5b486fd85905d6f815ec_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:d7c0d00e80632f5acfb1c3bc82e579be6b79e15817540e9c91cd6b3a1b3f6ac8_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:d7c0d00e80632f5acfb1c3bc82e579be6b79e15817540e9c91cd6b3a1b3f6ac8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:d7c0d00e80632f5acfb1c3bc82e579be6b79e15817540e9c91cd6b3a1b3f6ac8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:03d49f30a46c3674fc120b13433e13a2fad082c984014f459ac7f10ab3e9bf97_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:03d49f30a46c3674fc120b13433e13a2fad082c984014f459ac7f10ab3e9bf97_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:03d49f30a46c3674fc120b13433e13a2fad082c984014f459ac7f10ab3e9bf97_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0a7e8b5f1b1120382de52f3540ff6908208bcd4ba242abba04ba79902920efc2_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0a7e8b5f1b1120382de52f3540ff6908208bcd4ba242abba04ba79902920efc2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0a7e8b5f1b1120382de52f3540ff6908208bcd4ba242abba04ba79902920efc2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:2e903dd9147352077a4f775283942c3c66c21ec31fa80e1f65a048dacee8d227_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:2e903dd9147352077a4f775283942c3c66c21ec31fa80e1f65a048dacee8d227_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:2e903dd9147352077a4f775283942c3c66c21ec31fa80e1f65a048dacee8d227_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:77b9ae4216d409ae20d82c476e101fdd65c15eae30c619fc8c51e1213524938a_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:77b9ae4216d409ae20d82c476e101fdd65c15eae30c619fc8c51e1213524938a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:77b9ae4216d409ae20d82c476e101fdd65c15eae30c619fc8c51e1213524938a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:369734364457c3584230c9b2445742b2dba5964dd7733422935bd16b71a0ea8d_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:369734364457c3584230c9b2445742b2dba5964dd7733422935bd16b71a0ea8d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:369734364457c3584230c9b2445742b2dba5964dd7733422935bd16b71a0ea8d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:4d8b91d1d166f1ba933181bc34de9c05ac4de59a785c707e0eb695e4a81425b8_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:4d8b91d1d166f1ba933181bc34de9c05ac4de59a785c707e0eb695e4a81425b8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:4d8b91d1d166f1ba933181bc34de9c05ac4de59a785c707e0eb695e4a81425b8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:5dd4a63ccc8ff694f3d0b4d38290cfa647c8c6effeceabcd86383af0657c1e38_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:5dd4a63ccc8ff694f3d0b4d38290cfa647c8c6effeceabcd86383af0657c1e38_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:5dd4a63ccc8ff694f3d0b4d38290cfa647c8c6effeceabcd86383af0657c1e38_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:d314434ff086a17a4dda0e0bc5499d892421d66e97cae55ce50336b25c14b9fd_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:d314434ff086a17a4dda0e0bc5499d892421d66e97cae55ce50336b25c14b9fd_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:d314434ff086a17a4dda0e0bc5499d892421d66e97cae55ce50336b25c14b9fd_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:2d4e18a550d1257dc97dc44428efbfe326ea8f305dc58228dbbe74cbdfd37e26_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:2d4e18a550d1257dc97dc44428efbfe326ea8f305dc58228dbbe74cbdfd37e26_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:2d4e18a550d1257dc97dc44428efbfe326ea8f305dc58228dbbe74cbdfd37e26_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:bce1b5dcb9d752202065a6aac8de3ee1721b8de03ee0f78f569d0f841d568554_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:bce1b5dcb9d752202065a6aac8de3ee1721b8de03ee0f78f569d0f841d568554_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:bce1b5dcb9d752202065a6aac8de3ee1721b8de03ee0f78f569d0f841d568554_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:ce8fa76166c3f37ae6e855b75e43aa462b0571d2720dd15ec7b9e282d522a13c_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:ce8fa76166c3f37ae6e855b75e43aa462b0571d2720dd15ec7b9e282d522a13c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:ce8fa76166c3f37ae6e855b75e43aa462b0571d2720dd15ec7b9e282d522a13c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:df1f7115b9ef18a54f64b9646a27393c7c949a718fadb28ab8803d955c75577b_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:df1f7115b9ef18a54f64b9646a27393c7c949a718fadb28ab8803d955c75577b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts@sha256:df1f7115b9ef18a54f64b9646a27393c7c949a718fadb28ab8803d955c75577b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer@sha256:39cb774a7444cc93f1fbb512cad9323fcc3ae217d4402c196a926701e98472c3_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:39cb774a7444cc93f1fbb512cad9323fcc3ae217d4402c196a926701e98472c3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer@sha256:39cb774a7444cc93f1fbb512cad9323fcc3ae217d4402c196a926701e98472c3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer@sha256:68cadb749ab080da743feff2b120d13f66cd54d61b7ee09b41083e36671a0f73_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:68cadb749ab080da743feff2b120d13f66cd54d61b7ee09b41083e36671a0f73_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer@sha256:68cadb749ab080da743feff2b120d13f66cd54d61b7ee09b41083e36671a0f73_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer@sha256:8300f9d1110230c510e9ae8dbbbc4501a5ce8b57b424f20ae3e42d4918ac9b48_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:8300f9d1110230c510e9ae8dbbbc4501a5ce8b57b424f20ae3e42d4918ac9b48_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer@sha256:8300f9d1110230c510e9ae8dbbbc4501a5ce8b57b424f20ae3e42d4918ac9b48_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer@sha256:d3f327e2a5f4745ad2cb946a2228e42bcf51be9715b23732eb1d0b877b6d3ba3_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:d3f327e2a5f4745ad2cb946a2228e42bcf51be9715b23732eb1d0b877b6d3ba3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer@sha256:d3f327e2a5f4745ad2cb946a2228e42bcf51be9715b23732eb1d0b877b6d3ba3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7f6a13a46ae75cda6eb2d5688c851cbbadb3193ac642494bee3d5d2c5e6ea8fc_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7f6a13a46ae75cda6eb2d5688c851cbbadb3193ac642494bee3d5d2c5e6ea8fc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7f6a13a46ae75cda6eb2d5688c851cbbadb3193ac642494bee3d5d2c5e6ea8fc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:b92d8c3640522615577328179dec1c851becd7e42b7282d3a50f7af290c4037b_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:b92d8c3640522615577328179dec1c851becd7e42b7282d3a50f7af290c4037b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:b92d8c3640522615577328179dec1c851becd7e42b7282d3a50f7af290c4037b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:4463bd38f33b06d584ebab15f5e2742693130e299590c038416f833e6ac313c5_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:4463bd38f33b06d584ebab15f5e2742693130e299590c038416f833e6ac313c5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:4463bd38f33b06d584ebab15f5e2742693130e299590c038416f833e6ac313c5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:8728d2c64b36f2c3fb9a52a1bf7ae98c5b113dc06ed7cca49c7b3e9f1789bcfe_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:8728d2c64b36f2c3fb9a52a1bf7ae98c5b113dc06ed7cca49c7b3e9f1789bcfe_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:8728d2c64b36f2c3fb9a52a1bf7ae98c5b113dc06ed7cca49c7b3e9f1789bcfe_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:4f68de2634b2f3650f98ebcda1c5c104a7941710c3ebe83ceb8fff4a0b697b82_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:4f68de2634b2f3650f98ebcda1c5c104a7941710c3ebe83ceb8fff4a0b697b82_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:4f68de2634b2f3650f98ebcda1c5c104a7941710c3ebe83ceb8fff4a0b697b82_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:a180fe7b396945b5a18274c742f6c01d726ba6177ff6721896f0235d943fd578_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:a180fe7b396945b5a18274c742f6c01d726ba6177ff6721896f0235d943fd578_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:a180fe7b396945b5a18274c742f6c01d726ba6177ff6721896f0235d943fd578_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:17cfcbf9d6be2d228c4cd0d8a5f23d4bee7814366ee0cf500af66a30ab43aa4f_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:17cfcbf9d6be2d228c4cd0d8a5f23d4bee7814366ee0cf500af66a30ab43aa4f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:17cfcbf9d6be2d228c4cd0d8a5f23d4bee7814366ee0cf500af66a30ab43aa4f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b8e224d4897a0a99e182e966a61817a0fe93de3bd1ed78f68ee077239d65a908_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b8e224d4897a0a99e182e966a61817a0fe93de3bd1ed78f68ee077239d65a908_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b8e224d4897a0a99e182e966a61817a0fe93de3bd1ed78f68ee077239d65a908_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:c11fa3e642fa099dd30b99375606f82a4cfbe67017d832f32c8fb1ed58a5aa76_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:c11fa3e642fa099dd30b99375606f82a4cfbe67017d832f32c8fb1ed58a5aa76_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:c11fa3e642fa099dd30b99375606f82a4cfbe67017d832f32c8fb1ed58a5aa76_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:d0960e7974bb914fe45bb0d740ad8a84cacba8233e9ee0e9eabd5b3e71372620_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:d0960e7974bb914fe45bb0d740ad8a84cacba8233e9ee0e9eabd5b3e71372620_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:d0960e7974bb914fe45bb0d740ad8a84cacba8233e9ee0e9eabd5b3e71372620_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:d5f38f5666ed4b7f7e7da03732367e1a5d67f7f7d35c0c4bc232b5aab7f2f2d4_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:d5f38f5666ed4b7f7e7da03732367e1a5d67f7f7d35c0c4bc232b5aab7f2f2d4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:d5f38f5666ed4b7f7e7da03732367e1a5d67f7f7d35c0c4bc232b5aab7f2f2d4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:e74e1470caa81fae1509bedce3d3d1a8cdf89f814e174593ceec0be711270dcc_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:e74e1470caa81fae1509bedce3d3d1a8cdf89f814e174593ceec0be711270dcc_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:e74e1470caa81fae1509bedce3d3d1a8cdf89f814e174593ceec0be711270dcc_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c9ec31a316089747957c8cc1a8a49dd9476d45d6e7af919fcf538a367d35a0c3_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c9ec31a316089747957c8cc1a8a49dd9476d45d6e7af919fcf538a367d35a0c3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c9ec31a316089747957c8cc1a8a49dd9476d45d6e7af919fcf538a367d35a0c3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:d35056c3c4ee809fbfc2674c9085b16f5e5d943bf7ad710c6aa4e5713bcb095c_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:d35056c3c4ee809fbfc2674c9085b16f5e5d943bf7ad710c6aa4e5713bcb095c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:d35056c3c4ee809fbfc2674c9085b16f5e5d943bf7ad710c6aa4e5713bcb095c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:dcea4453ca75f5c44c125c1d677f28702cb94a73366a520e37b842ba5128577c_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:dcea4453ca75f5c44c125c1d677f28702cb94a73366a520e37b842ba5128577c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:dcea4453ca75f5c44c125c1d677f28702cb94a73366a520e37b842ba5128577c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f3d8cd4459b8271e7718d4c5e97f92cd7db4776e719da5d7c04025e18a622e60_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f3d8cd4459b8271e7718d4c5e97f92cd7db4776e719da5d7c04025e18a622e60_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f3d8cd4459b8271e7718d4c5e97f92cd7db4776e719da5d7c04025e18a622e60_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:212c72d2288a050a21498a5ceb4c3b659b4bb98d0ca445d6b85a7a8b94b35488_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:212c72d2288a050a21498a5ceb4c3b659b4bb98d0ca445d6b85a7a8b94b35488_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:212c72d2288a050a21498a5ceb4c3b659b4bb98d0ca445d6b85a7a8b94b35488_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:45eb78529c0122f43a9443d06679db427ec2a389f7612ebd36000ff9f5ed48a0_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:45eb78529c0122f43a9443d06679db427ec2a389f7612ebd36000ff9f5ed48a0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:45eb78529c0122f43a9443d06679db427ec2a389f7612ebd36000ff9f5ed48a0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:d105ced863235a301224f506642394034cd0209f726a385bca03147944f0134e_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:d105ced863235a301224f506642394034cd0209f726a385bca03147944f0134e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:d105ced863235a301224f506642394034cd0209f726a385bca03147944f0134e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:d1fb82d1280562120cc7fb356701d1f33254a177da5d0c0db90d2276297373cb_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:d1fb82d1280562120cc7fb356701d1f33254a177da5d0c0db90d2276297373cb_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:d1fb82d1280562120cc7fb356701d1f33254a177da5d0c0db90d2276297373cb_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:38c1beb577ebc5dc35ce3e31316346f21d7d9d6c297254570d6c6f8b8af4268d_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:38c1beb577ebc5dc35ce3e31316346f21d7d9d6c297254570d6c6f8b8af4268d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:38c1beb577ebc5dc35ce3e31316346f21d7d9d6c297254570d6c6f8b8af4268d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:a083d6d53630f47a8503a45b639ae5c567d1f724096d1f729082bfdb9d760585_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:a083d6d53630f47a8503a45b639ae5c567d1f724096d1f729082bfdb9d760585_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:a083d6d53630f47a8503a45b639ae5c567d1f724096d1f729082bfdb9d760585_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:f2dffb118be72c4d3b75564f6038eadc0de8d261d6b1eaeef35343ede6056539_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:f2dffb118be72c4d3b75564f6038eadc0de8d261d6b1eaeef35343ede6056539_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:f2dffb118be72c4d3b75564f6038eadc0de8d261d6b1eaeef35343ede6056539_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:fe33d9c4694948619c5e95464f48fc82fab1feb283ba1d57225b3678085981f8_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:fe33d9c4694948619c5e95464f48fc82fab1feb283ba1d57225b3678085981f8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:fe33d9c4694948619c5e95464f48fc82fab1feb283ba1d57225b3678085981f8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:20d22b7c095cbe52a127e22a428a8b27c287c4574abd32c2133287dfff3aa0e9_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:20d22b7c095cbe52a127e22a428a8b27c287c4574abd32c2133287dfff3aa0e9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:20d22b7c095cbe52a127e22a428a8b27c287c4574abd32c2133287dfff3aa0e9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7f8d1c497000e0ae2985e9ea5a6b97f0c24d64e92440358687c8a5fa76bc778c_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7f8d1c497000e0ae2985e9ea5a6b97f0c24d64e92440358687c8a5fa76bc778c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7f8d1c497000e0ae2985e9ea5a6b97f0c24d64e92440358687c8a5fa76bc778c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bdbdf3620970cb066fe169ec145f6db31f4bb4fc768cc440f4b8df83f57f206a_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bdbdf3620970cb066fe169ec145f6db31f4bb4fc768cc440f4b8df83f57f206a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bdbdf3620970cb066fe169ec145f6db31f4bb4fc768cc440f4b8df83f57f206a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:eed72f0b204935fc71bbf10495f0e5985e5049bbfada39fe8afa8a60d12833ea_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:eed72f0b204935fc71bbf10495f0e5985e5049bbfada39fe8afa8a60d12833ea_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:eed72f0b204935fc71bbf10495f0e5985e5049bbfada39fe8afa8a60d12833ea_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:0bbf3eaf02453b7123901fa866a7f3f056ec58daf047b51ad30e177574ef49ce_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:0bbf3eaf02453b7123901fa866a7f3f056ec58daf047b51ad30e177574ef49ce_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:0bbf3eaf02453b7123901fa866a7f3f056ec58daf047b51ad30e177574ef49ce_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1ce7092cace33e4ab97d548ab4c9a2388dd84e53bab452a7458c8a5ed4495701_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1ce7092cace33e4ab97d548ab4c9a2388dd84e53bab452a7458c8a5ed4495701_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1ce7092cace33e4ab97d548ab4c9a2388dd84e53bab452a7458c8a5ed4495701_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:7985455eba0bb60e7b1067f759f3e30ae73f9be78068f953e060786530253025_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:7985455eba0bb60e7b1067f759f3e30ae73f9be78068f953e060786530253025_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:7985455eba0bb60e7b1067f759f3e30ae73f9be78068f953e060786530253025_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d01e8651edc6bd95da78c5fb2201aec7c785126bc70e0f03e0f2e6ce67d245f4_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d01e8651edc6bd95da78c5fb2201aec7c785126bc70e0f03e0f2e6ce67d245f4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d01e8651edc6bd95da78c5fb2201aec7c785126bc70e0f03e0f2e6ce67d245f4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:12e6b0853b26b6504bd578914183118e2c74bbaa0e934a07ffb99acf3e19efec_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:12e6b0853b26b6504bd578914183118e2c74bbaa0e934a07ffb99acf3e19efec_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:12e6b0853b26b6504bd578914183118e2c74bbaa0e934a07ffb99acf3e19efec_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:26a6c5c8b798a039e227d5b6f02a1bbc1ca2a3c3354d98ab7beddfdf39e323f8_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:26a6c5c8b798a039e227d5b6f02a1bbc1ca2a3c3354d98ab7beddfdf39e323f8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:26a6c5c8b798a039e227d5b6f02a1bbc1ca2a3c3354d98ab7beddfdf39e323f8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9864736555736cb9912dcb1c72f7d85aa75ec96286972312c2d0a3fc24788d42_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9864736555736cb9912dcb1c72f7d85aa75ec96286972312c2d0a3fc24788d42_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9864736555736cb9912dcb1c72f7d85aa75ec96286972312c2d0a3fc24788d42_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a82429314b1c0785c2d46c99440175d0ac8311bec3f31da3418340a2a0a55ac2_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a82429314b1c0785c2d46c99440175d0ac8311bec3f31da3418340a2a0a55ac2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a82429314b1c0785c2d46c99440175d0ac8311bec3f31da3418340a2a0a55ac2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:2d6d0eb401d3529cc09163cd67fb8af3d9629ec14890e3536904669e409c2262_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:2d6d0eb401d3529cc09163cd67fb8af3d9629ec14890e3536904669e409c2262_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:2d6d0eb401d3529cc09163cd67fb8af3d9629ec14890e3536904669e409c2262_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:33a206e8de99be5297890d5373cb7844c0ebf03285547a3dc752c7bab031284b_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:33a206e8de99be5297890d5373cb7844c0ebf03285547a3dc752c7bab031284b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:33a206e8de99be5297890d5373cb7844c0ebf03285547a3dc752c7bab031284b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6ffc197659ebe1017b99eb4f9b3646ff311aeb2bac6d580b3e9ffaee6138079a_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6ffc197659ebe1017b99eb4f9b3646ff311aeb2bac6d580b3e9ffaee6138079a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6ffc197659ebe1017b99eb4f9b3646ff311aeb2bac6d580b3e9ffaee6138079a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:8418c603da899631b4fc20e064533ca74f94b98e20ba3843b7603c9ff7cab8ac_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:8418c603da899631b4fc20e064533ca74f94b98e20ba3843b7603c9ff7cab8ac_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:8418c603da899631b4fc20e064533ca74f94b98e20ba3843b7603c9ff7cab8ac_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:02033087b0776681f186aa48725fd0e2297ba2e22bd554269ace3d51b3f6da5d_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:02033087b0776681f186aa48725fd0e2297ba2e22bd554269ace3d51b3f6da5d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:02033087b0776681f186aa48725fd0e2297ba2e22bd554269ace3d51b3f6da5d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:c2a8ee96f4cca328a3791758909bf9322ece200a84b10bc15048979aa827af3e_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:c2a8ee96f4cca328a3791758909bf9322ece200a84b10bc15048979aa827af3e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:c2a8ee96f4cca328a3791758909bf9322ece200a84b10bc15048979aa827af3e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:3fd566875c0685e36134791ffafd5232558ca1830324988a55ed8e189fe5c35a_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:3fd566875c0685e36134791ffafd5232558ca1830324988a55ed8e189fe5c35a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:3fd566875c0685e36134791ffafd5232558ca1830324988a55ed8e189fe5c35a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:80d2d5f45ef286fb8ae44b74ec245a68b21300e7d1deb60f01c527586e036db0_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:80d2d5f45ef286fb8ae44b74ec245a68b21300e7d1deb60f01c527586e036db0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:80d2d5f45ef286fb8ae44b74ec245a68b21300e7d1deb60f01c527586e036db0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:089f5b6a5d58e7dfe1cb8fc7a552a7a3a525208e0cfc86f88362eacd3b11b8b7_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:089f5b6a5d58e7dfe1cb8fc7a552a7a3a525208e0cfc86f88362eacd3b11b8b7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:089f5b6a5d58e7dfe1cb8fc7a552a7a3a525208e0cfc86f88362eacd3b11b8b7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:263187d98ca0b290168472163b9a8d81dba1077cce8d7dcd8419894ba16524d9_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:263187d98ca0b290168472163b9a8d81dba1077cce8d7dcd8419894ba16524d9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:263187d98ca0b290168472163b9a8d81dba1077cce8d7dcd8419894ba16524d9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:fcd7799ce45632b008f561ee8688988c8dff42b9e0677a05302ee8e325e5613f_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:fcd7799ce45632b008f561ee8688988c8dff42b9e0677a05302ee8e325e5613f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:fcd7799ce45632b008f561ee8688988c8dff42b9e0677a05302ee8e325e5613f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:2665982a7b3d16d59f3e11ddf65b1016828d746db8aba950d9094cbc5fc3cd26_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:2665982a7b3d16d59f3e11ddf65b1016828d746db8aba950d9094cbc5fc3cd26_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:2665982a7b3d16d59f3e11ddf65b1016828d746db8aba950d9094cbc5fc3cd26_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:8a152f3e2f884f37e0c222e8ee47985c2363cfae12745eefbc305b30158110c6_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:8a152f3e2f884f37e0c222e8ee47985c2363cfae12745eefbc305b30158110c6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:8a152f3e2f884f37e0c222e8ee47985c2363cfae12745eefbc305b30158110c6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a74dfebf03b4e0c686a285f0b71653d37f945c6c8e4fa5e750cd3fccdda1ead4_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a74dfebf03b4e0c686a285f0b71653d37f945c6c8e4fa5e750cd3fccdda1ead4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a74dfebf03b4e0c686a285f0b71653d37f945c6c8e4fa5e750cd3fccdda1ead4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ef3b7610a226305c920001ff036628d48ff3ece3ff46c9727749e619b69d5524_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ef3b7610a226305c920001ff036628d48ff3ece3ff46c9727749e619b69d5524_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ef3b7610a226305c920001ff036628d48ff3ece3ff46c9727749e619b69d5524_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:31d45f4b5897554f9e459bf8822cd945a0307b515f8c2247e968aa3251bd9dee_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:31d45f4b5897554f9e459bf8822cd945a0307b515f8c2247e968aa3251bd9dee_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:31d45f4b5897554f9e459bf8822cd945a0307b515f8c2247e968aa3251bd9dee_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:439e379c449e0011dab2323ba70da96c9ae85de0c78ae65e4ec97cb9e792cc14_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:439e379c449e0011dab2323ba70da96c9ae85de0c78ae65e4ec97cb9e792cc14_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:439e379c449e0011dab2323ba70da96c9ae85de0c78ae65e4ec97cb9e792cc14_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:9a08e22dac8c713b0cde2a6ac9031a70ee16bd1df3d093f8533534287ac7fc41_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:9a08e22dac8c713b0cde2a6ac9031a70ee16bd1df3d093f8533534287ac7fc41_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:9a08e22dac8c713b0cde2a6ac9031a70ee16bd1df3d093f8533534287ac7fc41_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:f1341dbe1145a0d7f954d04b9309e8fc2d44ec306db7ac48ee48b63c29a935ee_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:f1341dbe1145a0d7f954d04b9309e8fc2d44ec306db7ac48ee48b63c29a935ee_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:f1341dbe1145a0d7f954d04b9309e8fc2d44ec306db7ac48ee48b63c29a935ee_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:1cb4e934a34d7905afbbe8bc1edd2ce28a01f2f10ed0ebc0ccb62d732009ac12_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:1cb4e934a34d7905afbbe8bc1edd2ce28a01f2f10ed0ebc0ccb62d732009ac12_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:1cb4e934a34d7905afbbe8bc1edd2ce28a01f2f10ed0ebc0ccb62d732009ac12_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:2ea17ca4317c75eb3a86741d6925cfa3b0f8fe5cfd14281ac42f2f61b983bf39_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:2ea17ca4317c75eb3a86741d6925cfa3b0f8fe5cfd14281ac42f2f61b983bf39_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:2ea17ca4317c75eb3a86741d6925cfa3b0f8fe5cfd14281ac42f2f61b983bf39_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:9c2d1fbec1fde2e3a0490bb630ef4de043fac05c915f6db43904feacfe15541d_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:9c2d1fbec1fde2e3a0490bb630ef4de043fac05c915f6db43904feacfe15541d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:9c2d1fbec1fde2e3a0490bb630ef4de043fac05c915f6db43904feacfe15541d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:e1848797ae0628fe6fe4b16aca661ffdd6559cbfe56fe0892c01b6885cc10598_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:e1848797ae0628fe6fe4b16aca661ffdd6559cbfe56fe0892c01b6885cc10598_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-operator@sha256:e1848797ae0628fe6fe4b16aca661ffdd6559cbfe56fe0892c01b6885cc10598_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:36fa337753dd82ecf610b3cd5bc3c32b4d863e7ef6326610004d5ad2e9e8a369_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:36fa337753dd82ecf610b3cd5bc3c32b4d863e7ef6326610004d5ad2e9e8a369_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:36fa337753dd82ecf610b3cd5bc3c32b4d863e7ef6326610004d5ad2e9e8a369_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:805c04faa83fd96fb2510deef9c180846028dff7c8de992474c00b34bdaf29e0_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:805c04faa83fd96fb2510deef9c180846028dff7c8de992474c00b34bdaf29e0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:805c04faa83fd96fb2510deef9c180846028dff7c8de992474c00b34bdaf29e0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:bf8c8fc79c16f075b4cddbf83f6cdcdbc00ae5b64e11582ae7446f5d44666223_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:bf8c8fc79c16f075b4cddbf83f6cdcdbc00ae5b64e11582ae7446f5d44666223_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:bf8c8fc79c16f075b4cddbf83f6cdcdbc00ae5b64e11582ae7446f5d44666223_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:ffa47990e61f60b7f7f65940caf22a8340af1dd2924f3dcd6bf5afda8cf369ab_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:ffa47990e61f60b7f7f65940caf22a8340af1dd2924f3dcd6bf5afda8cf369ab_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:ffa47990e61f60b7f7f65940caf22a8340af1dd2924f3dcd6bf5afda8cf369ab_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:335e23e7ad1a695dad06b98fefe5aa1a14540fdba46000257a0fa7f269dfe6a4_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:335e23e7ad1a695dad06b98fefe5aa1a14540fdba46000257a0fa7f269dfe6a4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:335e23e7ad1a695dad06b98fefe5aa1a14540fdba46000257a0fa7f269dfe6a4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:a5fe2690e857872fc80ddd0a8e72a92508fe8bde271da5d9697cd6b88ea4f08a_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:a5fe2690e857872fc80ddd0a8e72a92508fe8bde271da5d9697cd6b88ea4f08a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:a5fe2690e857872fc80ddd0a8e72a92508fe8bde271da5d9697cd6b88ea4f08a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:cb498e9708e578bbd9feda69340a843f0099ea49abbf4cc88524196c6d5a85b0_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:cb498e9708e578bbd9feda69340a843f0099ea49abbf4cc88524196c6d5a85b0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:cb498e9708e578bbd9feda69340a843f0099ea49abbf4cc88524196c6d5a85b0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:d3e663795f398f7a945b75b5eb98d9171dfd65c82ae1abc583c31586bc2afda7_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:d3e663795f398f7a945b75b5eb98d9171dfd65c82ae1abc583c31586bc2afda7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:d3e663795f398f7a945b75b5eb98d9171dfd65c82ae1abc583c31586bc2afda7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6330474da38ae06e0c73f6319cee3c9d73bc48a31a155309222dbc414e76efcb_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6330474da38ae06e0c73f6319cee3c9d73bc48a31a155309222dbc414e76efcb_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6330474da38ae06e0c73f6319cee3c9d73bc48a31a155309222dbc414e76efcb_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:72ca1c3f1ce6ebd678469ad94416f27db9a6e9ffc5e22a6c0636f4f26872fa53_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:72ca1c3f1ce6ebd678469ad94416f27db9a6e9ffc5e22a6c0636f4f26872fa53_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:72ca1c3f1ce6ebd678469ad94416f27db9a6e9ffc5e22a6c0636f4f26872fa53_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d3d0cf16422232526f461e140aae0e5cb0b5c56787e6dedf93c7e96bc6c29594_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d3d0cf16422232526f461e140aae0e5cb0b5c56787e6dedf93c7e96bc6c29594_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d3d0cf16422232526f461e140aae0e5cb0b5c56787e6dedf93c7e96bc6c29594_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f1a0d254b3fe80b66cea05d072d13bb9870989299d9f2c5d7c93b9ac9ad3074a_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f1a0d254b3fe80b66cea05d072d13bb9870989299d9f2c5d7c93b9ac9ad3074a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f1a0d254b3fe80b66cea05d072d13bb9870989299d9f2c5d7c93b9ac9ad3074a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni@sha256:8b11535627b9908e957068a9183280ac57dba63c90150662b14cf728238c8568_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:8b11535627b9908e957068a9183280ac57dba63c90150662b14cf728238c8568_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni@sha256:8b11535627b9908e957068a9183280ac57dba63c90150662b14cf728238c8568_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni@sha256:c2fc14113c69627c79a7b28562b05f2c251645c976ee1928721c1de0d48a14b7_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:c2fc14113c69627c79a7b28562b05f2c251645c976ee1928721c1de0d48a14b7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni@sha256:c2fc14113c69627c79a7b28562b05f2c251645c976ee1928721c1de0d48a14b7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni@sha256:c3c2cc1cefb6fc3a12978f4f14b3e6d3a90928b54b4cbe092d28dcccde2dea01_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:c3c2cc1cefb6fc3a12978f4f14b3e6d3a90928b54b4cbe092d28dcccde2dea01_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni@sha256:c3c2cc1cefb6fc3a12978f4f14b3e6d3a90928b54b4cbe092d28dcccde2dea01_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni@sha256:e7b0213d1a1a9dbd9921ee545de41c263078dd3ebb1f838dfe150e73fb51ed2d_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:e7b0213d1a1a9dbd9921ee545de41c263078dd3ebb1f838dfe150e73fb51ed2d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni@sha256:e7b0213d1a1a9dbd9921ee545de41c263078dd3ebb1f838dfe150e73fb51ed2d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:06f1abd50ca304ed98a0dda0a37c62980abf90b926e596ea849edff7518f4920_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:06f1abd50ca304ed98a0dda0a37c62980abf90b926e596ea849edff7518f4920_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:06f1abd50ca304ed98a0dda0a37c62980abf90b926e596ea849edff7518f4920_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:167c7118d171f577a41a66acda52d3ebbfcf1189e2a6fb8101fcab56b6a7df8f_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:167c7118d171f577a41a66acda52d3ebbfcf1189e2a6fb8101fcab56b6a7df8f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:167c7118d171f577a41a66acda52d3ebbfcf1189e2a6fb8101fcab56b6a7df8f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:1b2723e537e9ca906f3d1a6ef70a5d0c95b59623fbfd5f0c5bb6de49e6effd40_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:1b2723e537e9ca906f3d1a6ef70a5d0c95b59623fbfd5f0c5bb6de49e6effd40_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:1b2723e537e9ca906f3d1a6ef70a5d0c95b59623fbfd5f0c5bb6de49e6effd40_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e090cfadfbd9d9587a006ea68407fafb1673b93d6c1f6e77efdd2c658a503669_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e090cfadfbd9d9587a006ea68407fafb1673b93d6c1f6e77efdd2c658a503669_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e090cfadfbd9d9587a006ea68407fafb1673b93d6c1f6e77efdd2c658a503669_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:49823fa689e0b99a542b3363f61c609730ff500b1c83cbe9aa2b3ed949e9d79b_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:49823fa689e0b99a542b3363f61c609730ff500b1c83cbe9aa2b3ed949e9d79b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:49823fa689e0b99a542b3363f61c609730ff500b1c83cbe9aa2b3ed949e9d79b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:4d213b4b7b581e6ca449fa12678b4b75b06b938d16c76c054910bf71c2b65168_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:4d213b4b7b581e6ca449fa12678b4b75b06b938d16c76c054910bf71c2b65168_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:4d213b4b7b581e6ca449fa12678b4b75b06b938d16c76c054910bf71c2b65168_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:761eefac8ce5fb75389e8e452f927143acc1aca266602d6fca8c007c30d7eeea_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:761eefac8ce5fb75389e8e452f927143acc1aca266602d6fca8c007c30d7eeea_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:761eefac8ce5fb75389e8e452f927143acc1aca266602d6fca8c007c30d7eeea_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:8071b85d6f58f8c81756886952ce6fae10fe9a88c83927342bd6106f1e234a34_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:8071b85d6f58f8c81756886952ce6fae10fe9a88c83927342bd6106f1e234a34_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:8071b85d6f58f8c81756886952ce6fae10fe9a88c83927342bd6106f1e234a34_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:54eebbf509914e15aecec16dc21e8e3c848bedda66394a51ea4088ed16f0d3ec_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:54eebbf509914e15aecec16dc21e8e3c848bedda66394a51ea4088ed16f0d3ec_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:54eebbf509914e15aecec16dc21e8e3c848bedda66394a51ea4088ed16f0d3ec_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:78c9f0837ce0827121fe91f53a1ae02bfd66b88ecb45fecd30826d47db233038_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:78c9f0837ce0827121fe91f53a1ae02bfd66b88ecb45fecd30826d47db233038_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:78c9f0837ce0827121fe91f53a1ae02bfd66b88ecb45fecd30826d47db233038_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:b31ac2f80176d24f71e4e1fb8bf8f153cab65e069add24cb891a021a06c0195e_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:b31ac2f80176d24f71e4e1fb8bf8f153cab65e069add24cb891a021a06c0195e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:b31ac2f80176d24f71e4e1fb8bf8f153cab65e069add24cb891a021a06c0195e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ddb1c43498ca301d4a437b8ebb23378c0db0b8e50f58b0dca911564817db1854_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ddb1c43498ca301d4a437b8ebb23378c0db0b8e50f58b0dca911564817db1854_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ddb1c43498ca301d4a437b8ebb23378c0db0b8e50f58b0dca911564817db1854_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather@sha256:4f4ed9468740e6a521d1e095bdb6f5fa175c7e1f05550d999ad7342650948c96_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:4f4ed9468740e6a521d1e095bdb6f5fa175c7e1f05550d999ad7342650948c96_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather@sha256:4f4ed9468740e6a521d1e095bdb6f5fa175c7e1f05550d999ad7342650948c96_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather@sha256:594299d23d3fbb349d6fb9c4e059320829e7d2d643d890298b2a94c4314d92e7_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:594299d23d3fbb349d6fb9c4e059320829e7d2d643d890298b2a94c4314d92e7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather@sha256:594299d23d3fbb349d6fb9c4e059320829e7d2d643d890298b2a94c4314d92e7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather@sha256:6800efa41a1f05c0d4d2f6702ec6f2fbbea73c3d3fc025dc62a5cbf3233add53_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:6800efa41a1f05c0d4d2f6702ec6f2fbbea73c3d3fc025dc62a5cbf3233add53_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather@sha256:6800efa41a1f05c0d4d2f6702ec6f2fbbea73c3d3fc025dc62a5cbf3233add53_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather@sha256:dc4a15e5ce1b7f4e932a3a08b32264abf570df68e15f270d7467a43caebfe8a1_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:dc4a15e5ce1b7f4e932a3a08b32264abf570df68e15f270d7467a43caebfe8a1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather@sha256:dc4a15e5ce1b7f4e932a3a08b32264abf570df68e15f270d7467a43caebfe8a1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:43594a42c2342a584f5f4b8296b6726edd85f8a00b9703922abc78320e8b6f74_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:43594a42c2342a584f5f4b8296b6726edd85f8a00b9703922abc78320e8b6f74_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:43594a42c2342a584f5f4b8296b6726edd85f8a00b9703922abc78320e8b6f74_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:805ea7427ea3131fab72e43f80c34db682ba3e3603b438f1315146f24f706c01_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:805ea7427ea3131fab72e43f80c34db682ba3e3603b438f1315146f24f706c01_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:805ea7427ea3131fab72e43f80c34db682ba3e3603b438f1315146f24f706c01_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:9f06792d0d1831f9a557c15967cbcf117365305b612f3a23f793863615285ba9_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:9f06792d0d1831f9a557c15967cbcf117365305b612f3a23f793863615285ba9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:9f06792d0d1831f9a557c15967cbcf117365305b612f3a23f793863615285ba9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:b010ff328387fdcb88aa746ded0b63f609c8ed3a9745ee2f648cfdc17570dacc_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:b010ff328387fdcb88aa746ded0b63f609c8ed3a9745ee2f648cfdc17570dacc_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:b010ff328387fdcb88aa746ded0b63f609c8ed3a9745ee2f648cfdc17570dacc_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:08f3e89b2984d8563a822dde8feb96231e9cae0e74cc7a64b9871d53f4a9990c_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:08f3e89b2984d8563a822dde8feb96231e9cae0e74cc7a64b9871d53f4a9990c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:08f3e89b2984d8563a822dde8feb96231e9cae0e74cc7a64b9871d53f4a9990c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:430e32ea9f2b6e87ca04e7713f393441f7dfcb0df57c7ac4766b439e8c281396_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:430e32ea9f2b6e87ca04e7713f393441f7dfcb0df57c7ac4766b439e8c281396_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:430e32ea9f2b6e87ca04e7713f393441f7dfcb0df57c7ac4766b439e8c281396_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:477ee1d38e4457c9378f05e83e6086787b957bc93f5a9c280c4afab8a6e02152_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:477ee1d38e4457c9378f05e83e6086787b957bc93f5a9c280c4afab8a6e02152_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:477ee1d38e4457c9378f05e83e6086787b957bc93f5a9c280c4afab8a6e02152_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:d42373331e4dabbca4921280d47dea956ffc0690648ae172f156605db302c8f7_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:d42373331e4dabbca4921280d47dea956ffc0690648ae172f156605db302c8f7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:d42373331e4dabbca4921280d47dea956ffc0690648ae172f156605db302c8f7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:87017af27e74c380225ffcbcc961d2d345b5d997df552a9248d07d8230dab3fd_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:87017af27e74c380225ffcbcc961d2d345b5d997df552a9248d07d8230dab3fd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:87017af27e74c380225ffcbcc961d2d345b5d997df552a9248d07d8230dab3fd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:ed7dd0e4fde979f4286ec5fd7f3ff1c51eb22d15af56138ae838d97df29884e2_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:ed7dd0e4fde979f4286ec5fd7f3ff1c51eb22d15af56138ae838d97df29884e2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:ed7dd0e4fde979f4286ec5fd7f3ff1c51eb22d15af56138ae838d97df29884e2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:205cf240004a81339d5673b723193758e0bbdb008db6a294295412b6f92cd1be_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:205cf240004a81339d5673b723193758e0bbdb008db6a294295412b6f92cd1be_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:205cf240004a81339d5673b723193758e0bbdb008db6a294295412b6f92cd1be_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:2bfd19c9c46179264bd0d7c37f8f7b9edda077f3210f168f010af88317904d70_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:2bfd19c9c46179264bd0d7c37f8f7b9edda077f3210f168f010af88317904d70_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:2bfd19c9c46179264bd0d7c37f8f7b9edda077f3210f168f010af88317904d70_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a7672e4823bc698d02c4d241c84a57a523b13a267850baf8c1ec44150eac7f7f_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a7672e4823bc698d02c4d241c84a57a523b13a267850baf8c1ec44150eac7f7f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a7672e4823bc698d02c4d241c84a57a523b13a267850baf8c1ec44150eac7f7f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:b84395e944be5010ef965bf387939c481d9c313b8abd2338414a3b592de7a219_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:b84395e944be5010ef965bf387939c481d9c313b8abd2338414a3b592de7a219_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:b84395e944be5010ef965bf387939c481d9c313b8abd2338414a3b592de7a219_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:1167bd175a841398744ebf28418cdb871bbad24ae38db5a88dd07ce5cb843d86_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:1167bd175a841398744ebf28418cdb871bbad24ae38db5a88dd07ce5cb843d86_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:1167bd175a841398744ebf28418cdb871bbad24ae38db5a88dd07ce5cb843d86_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2c2340eb12f729cba09a33a67a873fd11d421203e4b4548474d88a6e37f1af14_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2c2340eb12f729cba09a33a67a873fd11d421203e4b4548474d88a6e37f1af14_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2c2340eb12f729cba09a33a67a873fd11d421203e4b4548474d88a6e37f1af14_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6a01712dfd5ae1a741dc0db425ceea67934e763afb5df78809c0e6a22ca3173f_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6a01712dfd5ae1a741dc0db425ceea67934e763afb5df78809c0e6a22ca3173f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6a01712dfd5ae1a741dc0db425ceea67934e763afb5df78809c0e6a22ca3173f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:910dc87281b45ed6dd18d2fb7204765fe3f3332d325e7c0cb061ad93fea7bb06_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:910dc87281b45ed6dd18d2fb7204765fe3f3332d325e7c0cb061ad93fea7bb06_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:910dc87281b45ed6dd18d2fb7204765fe3f3332d325e7c0cb061ad93fea7bb06_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:366278f589efb7c0ff2bdd800b0f6547b8be6acd259782192df2b10a9754945e_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:366278f589efb7c0ff2bdd800b0f6547b8be6acd259782192df2b10a9754945e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:366278f589efb7c0ff2bdd800b0f6547b8be6acd259782192df2b10a9754945e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:4505bd25d99cfa5466dae74d577e459f756d6bc22fd5a21e91f32d6d6f7fab3f_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:4505bd25d99cfa5466dae74d577e459f756d6bc22fd5a21e91f32d6d6f7fab3f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:4505bd25d99cfa5466dae74d577e459f756d6bc22fd5a21e91f32d6d6f7fab3f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7bdbb5168db25825edfaa505b705d639124f757f7c61768558c03f97dbb52e92_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7bdbb5168db25825edfaa505b705d639124f757f7c61768558c03f97dbb52e92_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7bdbb5168db25825edfaa505b705d639124f757f7c61768558c03f97dbb52e92_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:841d8a1a5cc97465078e19834734ac726341509d5e3fc5aa7d02e9418f7826ee_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:841d8a1a5cc97465078e19834734ac726341509d5e3fc5aa7d02e9418f7826ee_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:841d8a1a5cc97465078e19834734ac726341509d5e3fc5aa7d02e9418f7826ee_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:5f1fee6ff56a72baabb5f8c908feb2c4a67426fd0ed4bf8e55cc4daf552fc4cf_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:5f1fee6ff56a72baabb5f8c908feb2c4a67426fd0ed4bf8e55cc4daf552fc4cf_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:5f1fee6ff56a72baabb5f8c908feb2c4a67426fd0ed4bf8e55cc4daf552fc4cf_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:7689256c7f78b8e827b2588ce08ecb65035f3eb44c22ef395a4c16e80476e58d_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:7689256c7f78b8e827b2588ce08ecb65035f3eb44c22ef395a4c16e80476e58d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:7689256c7f78b8e827b2588ce08ecb65035f3eb44c22ef395a4c16e80476e58d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:b2acd795681ddef65394e303c06e022ff54e1e0c53fcb341c381197f7e520b6a_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:b2acd795681ddef65394e303c06e022ff54e1e0c53fcb341c381197f7e520b6a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:b2acd795681ddef65394e303c06e022ff54e1e0c53fcb341c381197f7e520b6a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:f5c1907aab6224d4c398d0f5cf151885859878ead00bbde79426c96dc8a6faf3_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:f5c1907aab6224d4c398d0f5cf151885859878ead00bbde79426c96dc8a6faf3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:f5c1907aab6224d4c398d0f5cf151885859878ead00bbde79426c96dc8a6faf3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:168e6236d27a57e41e6318cb2a96b31eb4030b65f194c924d6e6a07c4a53f0c8_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:168e6236d27a57e41e6318cb2a96b31eb4030b65f194c924d6e6a07c4a53f0c8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:168e6236d27a57e41e6318cb2a96b31eb4030b65f194c924d6e6a07c4a53f0c8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:6533b9840e66c882af6ea984d451821cfaf72000c1d2d8e1ffa46b95abfd0c52_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:6533b9840e66c882af6ea984d451821cfaf72000c1d2d8e1ffa46b95abfd0c52_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:6533b9840e66c882af6ea984d451821cfaf72000c1d2d8e1ffa46b95abfd0c52_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:8dd21817e31ef713af9cd67c004c8a6118b62c1dc557f963f28244920ffa9f5d_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:8dd21817e31ef713af9cd67c004c8a6118b62c1dc557f963f28244920ffa9f5d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:8dd21817e31ef713af9cd67c004c8a6118b62c1dc557f963f28244920ffa9f5d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:bbc41d8cc76ccd7fe6a93d84cded4fe03cf08f985976266aa532b2a16232e1d8_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:bbc41d8cc76ccd7fe6a93d84cded4fe03cf08f985976266aa532b2a16232e1d8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:bbc41d8cc76ccd7fe6a93d84cded4fe03cf08f985976266aa532b2a16232e1d8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:0c869ca3f2cea582df50c27d9170e6ecbf0df000d65ea250e2fb8ff41dbe6b4a_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:0c869ca3f2cea582df50c27d9170e6ecbf0df000d65ea250e2fb8ff41dbe6b4a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:0c869ca3f2cea582df50c27d9170e6ecbf0df000d65ea250e2fb8ff41dbe6b4a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:4cedef9af9f34258060b059ad2d0f44ba329dc72e64942a8adcd1c14400a02ff_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:4cedef9af9f34258060b059ad2d0f44ba329dc72e64942a8adcd1c14400a02ff_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:4cedef9af9f34258060b059ad2d0f44ba329dc72e64942a8adcd1c14400a02ff_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:75460db975618d0dfc82f509725522f8151b49a00a210615dc8cbc97f6ed2fb4_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:75460db975618d0dfc82f509725522f8151b49a00a210615dc8cbc97f6ed2fb4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:75460db975618d0dfc82f509725522f8151b49a00a210615dc8cbc97f6ed2fb4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:c4cc3eae9765cc81765638b8f1d6ed105d10d018f30bdd5ca9770b47e2ac683d_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:c4cc3eae9765cc81765638b8f1d6ed105d10d018f30bdd5ca9770b47e2ac683d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:c4cc3eae9765cc81765638b8f1d6ed105d10d018f30bdd5ca9770b47e2ac683d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0006cc8afa959998457049601891036f387a518c2bdb3ba496928b229fe9d134_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0006cc8afa959998457049601891036f387a518c2bdb3ba496928b229fe9d134_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0006cc8afa959998457049601891036f387a518c2bdb3ba496928b229fe9d134_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6406a77819214fbcf753c72e1add20455ce1c71db634a10ed36cf4fdf857d892_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6406a77819214fbcf753c72e1add20455ce1c71db634a10ed36cf4fdf857d892_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6406a77819214fbcf753c72e1add20455ce1c71db634a10ed36cf4fdf857d892_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8f2245017277cd5f2642b162511ab42d7b8485567adfa25db900973baf058de1_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8f2245017277cd5f2642b162511ab42d7b8485567adfa25db900973baf058de1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8f2245017277cd5f2642b162511ab42d7b8485567adfa25db900973baf058de1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ccfa78714715591d82a4bd4429114a92cce5748772e84bf19e4a890e428bd4b1_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ccfa78714715591d82a4bd4429114a92cce5748772e84bf19e4a890e428bd4b1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ccfa78714715591d82a4bd4429114a92cce5748772e84bf19e4a890e428bd4b1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:6ebdabc2690c1c1072803bd473496bc694f9d0c99af704f53c810d2c294ff687_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:6ebdabc2690c1c1072803bd473496bc694f9d0c99af704f53c810d2c294ff687_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:6ebdabc2690c1c1072803bd473496bc694f9d0c99af704f53c810d2c294ff687_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:ac2f665507bd239b43bfcebde4c50d9925b0376c06b448a9695e7f25ec4380d6_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:ac2f665507bd239b43bfcebde4c50d9925b0376c06b448a9695e7f25ec4380d6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:ac2f665507bd239b43bfcebde4c50d9925b0376c06b448a9695e7f25ec4380d6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b2f58190b8a5b444f51f7d4431cd1fb5e59fc0c38fb4ff7ba4c51d2ed1ce6b2f_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b2f58190b8a5b444f51f7d4431cd1fb5e59fc0c38fb4ff7ba4c51d2ed1ce6b2f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b2f58190b8a5b444f51f7d4431cd1fb5e59fc0c38fb4ff7ba4c51d2ed1ce6b2f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b84e75d4eeb59ff0804fc3b501156bfc562a52c0cd554783d8d7e7c0714d6f85_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b84e75d4eeb59ff0804fc3b501156bfc562a52c0cd554783d8d7e7c0714d6f85_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b84e75d4eeb59ff0804fc3b501156bfc562a52c0cd554783d8d7e7c0714d6f85_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:163154e33a4744ee5a451384d824443fe2f2a9e8bc961b121b1c317246ada9c3_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:163154e33a4744ee5a451384d824443fe2f2a9e8bc961b121b1c317246ada9c3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:163154e33a4744ee5a451384d824443fe2f2a9e8bc961b121b1c317246ada9c3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8ba5133f9697e04a14d866027d8f342efe3bb9732857720393d9bf3e0effa09e_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8ba5133f9697e04a14d866027d8f342efe3bb9732857720393d9bf3e0effa09e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8ba5133f9697e04a14d866027d8f342efe3bb9732857720393d9bf3e0effa09e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:be734c5f7b5f7ff624f842c056ae099c81ba1f4423016ba63f371a8d8f1fdf3f_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:be734c5f7b5f7ff624f842c056ae099c81ba1f4423016ba63f371a8d8f1fdf3f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:be734c5f7b5f7ff624f842c056ae099c81ba1f4423016ba63f371a8d8f1fdf3f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:f4530c4f598865cc3ab9210760d93fc1640e15a07fda71fcc2b5453834dac7be_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:f4530c4f598865cc3ab9210760d93fc1640e15a07fda71fcc2b5453834dac7be_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:f4530c4f598865cc3ab9210760d93fc1640e15a07fda71fcc2b5453834dac7be_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2ca5fc5e9405404c8b611513cf033e480cf81c2677ccc08055fb934aa40cf7ef_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2ca5fc5e9405404c8b611513cf033e480cf81c2677ccc08055fb934aa40cf7ef_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2ca5fc5e9405404c8b611513cf033e480cf81c2677ccc08055fb934aa40cf7ef_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:3b18df1f2d706c80637b7a31ce09d3aee59eef1bddea71c218dc9270939dc194_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:3b18df1f2d706c80637b7a31ce09d3aee59eef1bddea71c218dc9270939dc194_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:3b18df1f2d706c80637b7a31ce09d3aee59eef1bddea71c218dc9270939dc194_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:c64fbe8a063ea2f7897ffd9bc2c1882c03c406611f8dffe9b9a885f3e75f105c_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:c64fbe8a063ea2f7897ffd9bc2c1882c03c406611f8dffe9b9a885f3e75f105c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:c64fbe8a063ea2f7897ffd9bc2c1882c03c406611f8dffe9b9a885f3e75f105c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:def060ba5ad7ccecf1d1cb0ff3360dba500838c087d701015415e1a2ab08b4bf_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:def060ba5ad7ccecf1d1cb0ff3360dba500838c087d701015415e1a2ab08b4bf_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:def060ba5ad7ccecf1d1cb0ff3360dba500838c087d701015415e1a2ab08b4bf_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0693761931e2b7ffaf4e39c6fde5b0a1099d32b5269c7a498f76bff354a84ae9_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0693761931e2b7ffaf4e39c6fde5b0a1099d32b5269c7a498f76bff354a84ae9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0693761931e2b7ffaf4e39c6fde5b0a1099d32b5269c7a498f76bff354a84ae9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:8fc7e5dbb6c2470efa7ea415b71569f753769abaf3331f9ee174adcf39a4dd27_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:8fc7e5dbb6c2470efa7ea415b71569f753769abaf3331f9ee174adcf39a4dd27_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:8fc7e5dbb6c2470efa7ea415b71569f753769abaf3331f9ee174adcf39a4dd27_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a1e0a23dc6c93de096d3d48710c45208a48a162d3858d0d7afdf4f300ebfe04f_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a1e0a23dc6c93de096d3d48710c45208a48a162d3858d0d7afdf4f300ebfe04f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a1e0a23dc6c93de096d3d48710c45208a48a162d3858d0d7afdf4f300ebfe04f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:b71416e2ac3c46366da3abd72b0762b74759587afdfdc8a8c6a47a52b1d1d77d_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:b71416e2ac3c46366da3abd72b0762b74759587afdfdc8a8c6a47a52b1d1d77d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:b71416e2ac3c46366da3abd72b0762b74759587afdfdc8a8c6a47a52b1d1d77d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:72c97ea299920a43dd391500e1f70b27cfbedf1e9a32ec9275171929b8fde7d2_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:72c97ea299920a43dd391500e1f70b27cfbedf1e9a32ec9275171929b8fde7d2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:72c97ea299920a43dd391500e1f70b27cfbedf1e9a32ec9275171929b8fde7d2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:7d482a6204223e73e4dfa0013f4ba20db1d04c7a8c2881dd4b9a58e6e7d25f09_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:7d482a6204223e73e4dfa0013f4ba20db1d04c7a8c2881dd4b9a58e6e7d25f09_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:7d482a6204223e73e4dfa0013f4ba20db1d04c7a8c2881dd4b9a58e6e7d25f09_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:8ba5845b83d32531f3a3798486fdd8377bfec0748206d917ba821c6a76d55f3f_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:8ba5845b83d32531f3a3798486fdd8377bfec0748206d917ba821c6a76d55f3f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:8ba5845b83d32531f3a3798486fdd8377bfec0748206d917ba821c6a76d55f3f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:dac43b8b4ab95960e240b3eef0fe1a6d37dfe23ab7d0cef27d412ad69afb5466_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:dac43b8b4ab95960e240b3eef0fe1a6d37dfe23ab7d0cef27d412ad69afb5466_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:dac43b8b4ab95960e240b3eef0fe1a6d37dfe23ab7d0cef27d412ad69afb5466_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:02698e7f9c59596fbe039b031515a319067d79c6696a5fd9fa5a95d5acd4026e_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:02698e7f9c59596fbe039b031515a319067d79c6696a5fd9fa5a95d5acd4026e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:02698e7f9c59596fbe039b031515a319067d79c6696a5fd9fa5a95d5acd4026e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:28796a3d553d6880de207e5d6048c2efc4ea2858eb6251e43d1b46c9e9466748_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:28796a3d553d6880de207e5d6048c2efc4ea2858eb6251e43d1b46c9e9466748_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:28796a3d553d6880de207e5d6048c2efc4ea2858eb6251e43d1b46c9e9466748_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:7b0a4c796681ab9dafc0a708dead6e0a8db3166ec40e380dfb02978eadc7d2e5_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:7b0a4c796681ab9dafc0a708dead6e0a8db3166ec40e380dfb02978eadc7d2e5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:7b0a4c796681ab9dafc0a708dead6e0a8db3166ec40e380dfb02978eadc7d2e5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:ea3e2045e45229a9a61e6b9f9d10d0762a8e6f47e700d96c916b402864afe8a0_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:ea3e2045e45229a9a61e6b9f9d10d0762a8e6f47e700d96c916b402864afe8a0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:ea3e2045e45229a9a61e6b9f9d10d0762a8e6f47e700d96c916b402864afe8a0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:12826fd7a8ca953be9429198adb9386f489e6c764d7b3fff044a4cb66c7f91b9_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:12826fd7a8ca953be9429198adb9386f489e6c764d7b3fff044a4cb66c7f91b9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:12826fd7a8ca953be9429198adb9386f489e6c764d7b3fff044a4cb66c7f91b9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:22539e72bfdcdef4c91ee509142a1e403700c79d58b4f868a7a2e69b81c2d6a6_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:22539e72bfdcdef4c91ee509142a1e403700c79d58b4f868a7a2e69b81c2d6a6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:22539e72bfdcdef4c91ee509142a1e403700c79d58b4f868a7a2e69b81c2d6a6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9c91efe4356286d3c8aecc6e9a4ba5ae54655477a2541ea80b2ab9ac88c63791_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9c91efe4356286d3c8aecc6e9a4ba5ae54655477a2541ea80b2ab9ac88c63791_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9c91efe4356286d3c8aecc6e9a4ba5ae54655477a2541ea80b2ab9ac88c63791_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:bc74fed608f8d45c463f68e581418b4ca5f3ef05467621bd6199edd149f3c7d1_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:bc74fed608f8d45c463f68e581418b4ca5f3ef05467621bd6199edd149f3c7d1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:bc74fed608f8d45c463f68e581418b4ca5f3ef05467621bd6199edd149f3c7d1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1eaa76ae1380d3aed001b85612fddbbff2bdf70d85506c4fa5426ace8bd066b2_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1eaa76ae1380d3aed001b85612fddbbff2bdf70d85506c4fa5426ace8bd066b2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1eaa76ae1380d3aed001b85612fddbbff2bdf70d85506c4fa5426ace8bd066b2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3760f9fb700165458048262a465f32d19660ba88e16b3aad5fc349b047a5248e_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3760f9fb700165458048262a465f32d19660ba88e16b3aad5fc349b047a5248e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3760f9fb700165458048262a465f32d19660ba88e16b3aad5fc349b047a5248e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:be8dd7342bf7b1bcc1bc0f873ceeda8e81bf686259ee4cb5f377f397f43349e3_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:be8dd7342bf7b1bcc1bc0f873ceeda8e81bf686259ee4cb5f377f397f43349e3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:be8dd7342bf7b1bcc1bc0f873ceeda8e81bf686259ee4cb5f377f397f43349e3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:fc535145b24b8def78590d003ddb58c2c1eee976ff2263740dfbf634f7d1c888_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:fc535145b24b8def78590d003ddb58c2c1eee976ff2263740dfbf634f7d1c888_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:fc535145b24b8def78590d003ddb58c2c1eee976ff2263740dfbf634f7d1c888_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:6956849db88740b12994232ecf2fb137db82f4afbef85b920612a9b38ed8bae7_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:6956849db88740b12994232ecf2fb137db82f4afbef85b920612a9b38ed8bae7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:6956849db88740b12994232ecf2fb137db82f4afbef85b920612a9b38ed8bae7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c182f19eb5bef9530482e666cbfbcf2649c1cccd95309850f93b82daf8d42a90_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c182f19eb5bef9530482e666cbfbcf2649c1cccd95309850f93b82daf8d42a90_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c182f19eb5bef9530482e666cbfbcf2649c1cccd95309850f93b82daf8d42a90_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:d12663d4543fda0b233405cc0e3823ab68cb421eb38acebf56ec4f0555e1e594_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:d12663d4543fda0b233405cc0e3823ab68cb421eb38acebf56ec4f0555e1e594_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:d12663d4543fda0b233405cc0e3823ab68cb421eb38acebf56ec4f0555e1e594_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f076696f3eaf06da9fcc6a4042afae097740771bf902fce0d3446e63ef8e7caa_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f076696f3eaf06da9fcc6a4042afae097740771bf902fce0d3446e63ef8e7caa_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f076696f3eaf06da9fcc6a4042afae097740771bf902fce0d3446e63ef8e7caa_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:326ec4eb64e1da8db46c9bdfa4e0ae03732a863eafad17e4ebf0dc63698acfae_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:326ec4eb64e1da8db46c9bdfa4e0ae03732a863eafad17e4ebf0dc63698acfae_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:326ec4eb64e1da8db46c9bdfa4e0ae03732a863eafad17e4ebf0dc63698acfae_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a7bc793a9fef04df9e54c978cc8c14c151168fa186e5258528e8e234fe036b00_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a7bc793a9fef04df9e54c978cc8c14c151168fa186e5258528e8e234fe036b00_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a7bc793a9fef04df9e54c978cc8c14c151168fa186e5258528e8e234fe036b00_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c493bb938f211c8018e014c922287ffd9db30a9d8e6818f2dc9cf42efd6b6da8_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c493bb938f211c8018e014c922287ffd9db30a9d8e6818f2dc9cf42efd6b6da8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c493bb938f211c8018e014c922287ffd9db30a9d8e6818f2dc9cf42efd6b6da8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e0d5fb86c982e60025cf5e25d6ceaacbe380e9e9f8a78e311a488668ad991f5a_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e0d5fb86c982e60025cf5e25d6ceaacbe380e9e9f8a78e311a488668ad991f5a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e0d5fb86c982e60025cf5e25d6ceaacbe380e9e9f8a78e311a488668ad991f5a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5f471c6d5ae1413d35f2b1dba478330537e2cf1c45f5d2a3b1d0b875935db19e_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5f471c6d5ae1413d35f2b1dba478330537e2cf1c45f5d2a3b1d0b875935db19e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5f471c6d5ae1413d35f2b1dba478330537e2cf1c45f5d2a3b1d0b875935db19e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8fd890e0ed4d9101a895b34c0f42293b280d06245de6e45b113bbd5665ea488e_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8fd890e0ed4d9101a895b34c0f42293b280d06245de6e45b113bbd5665ea488e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8fd890e0ed4d9101a895b34c0f42293b280d06245de6e45b113bbd5665ea488e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:98041b168deec45330330ec382e6262d616e1b1a22a389f9216b622c3118f401_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:98041b168deec45330330ec382e6262d616e1b1a22a389f9216b622c3118f401_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:98041b168deec45330330ec382e6262d616e1b1a22a389f9216b622c3118f401_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c1bdd2efec725038c68e2da7133bed08e1a1c8d9141a55062f621d6ed403af7a_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c1bdd2efec725038c68e2da7133bed08e1a1c8d9141a55062f621d6ed403af7a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c1bdd2efec725038c68e2da7133bed08e1a1c8d9141a55062f621d6ed403af7a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:81e37f2597f8539a9f5b3800967545af056e88089f95eed69e5eb55426dba52e_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:81e37f2597f8539a9f5b3800967545af056e88089f95eed69e5eb55426dba52e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:81e37f2597f8539a9f5b3800967545af056e88089f95eed69e5eb55426dba52e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:955772451d73b6ae56069b6e706629f6e726595f27bdd0d9a920d217e7456cc7_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:955772451d73b6ae56069b6e706629f6e726595f27bdd0d9a920d217e7456cc7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:955772451d73b6ae56069b6e706629f6e726595f27bdd0d9a920d217e7456cc7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:ad5fb6d1f60634230f1dad1b9ca094c2fb8bae6e68d618ffce60d20c0e55d8c5_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:ad5fb6d1f60634230f1dad1b9ca094c2fb8bae6e68d618ffce60d20c0e55d8c5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:ad5fb6d1f60634230f1dad1b9ca094c2fb8bae6e68d618ffce60d20c0e55d8c5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:cb8664cec305b071cc6cc3d7647b5baa9a013d35dcf318e407e6fcd7a2461eb8_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:cb8664cec305b071cc6cc3d7647b5baa9a013d35dcf318e407e6fcd7a2461eb8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:cb8664cec305b071cc6cc3d7647b5baa9a013d35dcf318e407e6fcd7a2461eb8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:09b9ae640fccd4a948ce4835dbe29f65be91484aba6c2afc751761aa9dca541b_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:09b9ae640fccd4a948ce4835dbe29f65be91484aba6c2afc751761aa9dca541b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:09b9ae640fccd4a948ce4835dbe29f65be91484aba6c2afc751761aa9dca541b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:3c9911b15f2798b2f4898177bdb924641e8ead282574beb11278b9370eded2fd_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:3c9911b15f2798b2f4898177bdb924641e8ead282574beb11278b9370eded2fd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:3c9911b15f2798b2f4898177bdb924641e8ead282574beb11278b9370eded2fd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:21d73647d434cea2c398a5c30ee2f92b6f5aee3b1106b961b1d50e8a18825f1a_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:21d73647d434cea2c398a5c30ee2f92b6f5aee3b1106b961b1d50e8a18825f1a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:21d73647d434cea2c398a5c30ee2f92b6f5aee3b1106b961b1d50e8a18825f1a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:49fc188b34134f5695a59a384101be2254859d6e3fd3fa2e1deb282049e5f592_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:49fc188b34134f5695a59a384101be2254859d6e3fd3fa2e1deb282049e5f592_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:49fc188b34134f5695a59a384101be2254859d6e3fd3fa2e1deb282049e5f592_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:03e6ee2082e14e8becf5a2d7cc6e1681a088a057c1c7a2189fceddf23a7541af_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:03e6ee2082e14e8becf5a2d7cc6e1681a088a057c1c7a2189fceddf23a7541af_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:03e6ee2082e14e8becf5a2d7cc6e1681a088a057c1c7a2189fceddf23a7541af_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:80be0fc1705791db62dbf7b2385021b8e67d0d21a94815fff91c3e87d6e6e238_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:80be0fc1705791db62dbf7b2385021b8e67d0d21a94815fff91c3e87d6e6e238_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:80be0fc1705791db62dbf7b2385021b8e67d0d21a94815fff91c3e87d6e6e238_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:5c3c19e3dd09249a9e78ddc4871162b166bdeb05cabb7075f101084a26863568_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:5c3c19e3dd09249a9e78ddc4871162b166bdeb05cabb7075f101084a26863568_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:5c3c19e3dd09249a9e78ddc4871162b166bdeb05cabb7075f101084a26863568_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:de0740c2f08cf7e6a8c851135f4f2273c768eac198d7e09e35a81b585f1c755a_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:de0740c2f08cf7e6a8c851135f4f2273c768eac198d7e09e35a81b585f1c755a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:de0740c2f08cf7e6a8c851135f4f2273c768eac198d7e09e35a81b585f1c755a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:401f429b76740c19f325c6f0680e55f66420dd35e72325bbaacf5f1708c2cb2f_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:401f429b76740c19f325c6f0680e55f66420dd35e72325bbaacf5f1708c2cb2f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:401f429b76740c19f325c6f0680e55f66420dd35e72325bbaacf5f1708c2cb2f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:7e9b110c44bc04a2349b037104cd836c0dba7fc90bee7c0a3fa0a7bf380664df_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:7e9b110c44bc04a2349b037104cd836c0dba7fc90bee7c0a3fa0a7bf380664df_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:7e9b110c44bc04a2349b037104cd836c0dba7fc90bee7c0a3fa0a7bf380664df_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:96cb1a572e643c3d0cae3b20040c3c9663af86ede9c30bb38256c080de90983b_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:96cb1a572e643c3d0cae3b20040c3c9663af86ede9c30bb38256c080de90983b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:96cb1a572e643c3d0cae3b20040c3c9663af86ede9c30bb38256c080de90983b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:e41eb9ea6d0e646c40f43923678913904a2fc8f5f4fa1e9e458c807632e82c9a_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:e41eb9ea6d0e646c40f43923678913904a2fc8f5f4fa1e9e458c807632e82c9a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:e41eb9ea6d0e646c40f43923678913904a2fc8f5f4fa1e9e458c807632e82c9a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:beafac871e27f012d9bdc881b0ed67095ca7d34305eb773117eaaf2a5f2404c7_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:beafac871e27f012d9bdc881b0ed67095ca7d34305eb773117eaaf2a5f2404c7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:beafac871e27f012d9bdc881b0ed67095ca7d34305eb773117eaaf2a5f2404c7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:d6ef7d1f4afe94e6bb5810852720c1239bd58b9a49a085d991659b59c6e26452_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:d6ef7d1f4afe94e6bb5810852720c1239bd58b9a49a085d991659b59c6e26452_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:d6ef7d1f4afe94e6bb5810852720c1239bd58b9a49a085d991659b59c6e26452_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:dd8dc49c8955041adc7c38a6023339cb928b3f944c144efe467ccc8da12c4c78_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:dd8dc49c8955041adc7c38a6023339cb928b3f944c144efe467ccc8da12c4c78_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:dd8dc49c8955041adc7c38a6023339cb928b3f944c144efe467ccc8da12c4c78_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:e7d08849926e92a0f9516b383ef71dcc2a6e368405f1d5f330042c62fa10685b_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:e7d08849926e92a0f9516b383ef71dcc2a6e368405f1d5f330042c62fa10685b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:e7d08849926e92a0f9516b383ef71dcc2a6e368405f1d5f330042c62fa10685b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2559bac18be9d14dd0de38fd2c2b8d60b95d3ffdfc79d961747b7d35902252c8_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2559bac18be9d14dd0de38fd2c2b8d60b95d3ffdfc79d961747b7d35902252c8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2559bac18be9d14dd0de38fd2c2b8d60b95d3ffdfc79d961747b7d35902252c8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8b31967a88b74281eafba0661b347aeec335308011e626d9dbc57557ef8fcd4e_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8b31967a88b74281eafba0661b347aeec335308011e626d9dbc57557ef8fcd4e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8b31967a88b74281eafba0661b347aeec335308011e626d9dbc57557ef8fcd4e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e6a298a5a4b32e8908f2ea8207f673d1c7f63d654ebd18a7c3dc03bec7019240_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e6a298a5a4b32e8908f2ea8207f673d1c7f63d654ebd18a7c3dc03bec7019240_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e6a298a5a4b32e8908f2ea8207f673d1c7f63d654ebd18a7c3dc03bec7019240_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e892bc22d6a070e147ee0648d834798cae5f2e8941805a6bb7a0a4b1a292fb82_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e892bc22d6a070e147ee0648d834798cae5f2e8941805a6bb7a0a4b1a292fb82_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e892bc22d6a070e147ee0648d834798cae5f2e8941805a6bb7a0a4b1a292fb82_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:8e9d58dae4a9f2c50ebd9ac52262db031764fb28fcbc30880ba5a5c0e4546c49_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:8e9d58dae4a9f2c50ebd9ac52262db031764fb28fcbc30880ba5a5c0e4546c49_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:8e9d58dae4a9f2c50ebd9ac52262db031764fb28fcbc30880ba5a5c0e4546c49_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:a4ea9bf43c60b1486ae8538b1382882f464299257acf43fa326eb99d5e6851d0_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:a4ea9bf43c60b1486ae8538b1382882f464299257acf43fa326eb99d5e6851d0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:a4ea9bf43c60b1486ae8538b1382882f464299257acf43fa326eb99d5e6851d0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:b264bb9685a03d54117aa33f11853039d903cbd6d71dcdf63fa512e9f9d826c3_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:b264bb9685a03d54117aa33f11853039d903cbd6d71dcdf63fa512e9f9d826c3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:b264bb9685a03d54117aa33f11853039d903cbd6d71dcdf63fa512e9f9d826c3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:f1a979149507ede702bcdcbdc5e49c667b52cb2f5e5f1cc9e0ca18602ba35772_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:f1a979149507ede702bcdcbdc5e49c667b52cb2f5e5f1cc9e0ca18602ba35772_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:f1a979149507ede702bcdcbdc5e49c667b52cb2f5e5f1cc9e0ca18602ba35772_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:3ac91633beb2c994cb8e7341b6efdc22dbfa4bbf9aab4819bc30102162b1d1c8_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:3ac91633beb2c994cb8e7341b6efdc22dbfa4bbf9aab4819bc30102162b1d1c8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:3ac91633beb2c994cb8e7341b6efdc22dbfa4bbf9aab4819bc30102162b1d1c8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:451b74b33a2bdd13643f49117444110c86d7ea956a66e9285e3738e8c81b6f5b_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:451b74b33a2bdd13643f49117444110c86d7ea956a66e9285e3738e8c81b6f5b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:451b74b33a2bdd13643f49117444110c86d7ea956a66e9285e3738e8c81b6f5b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9301a4880095595d6ee0667a7da2ac7e75f5a028a1f70bf71ec1227310d5e170_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9301a4880095595d6ee0667a7da2ac7e75f5a028a1f70bf71ec1227310d5e170_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9301a4880095595d6ee0667a7da2ac7e75f5a028a1f70bf71ec1227310d5e170_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b937da6f29b34bba141df41775d61d33df4c81c41a488c0f717d7b05cc85c453_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b937da6f29b34bba141df41775d61d33df4c81c41a488c0f717d7b05cc85c453_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b937da6f29b34bba141df41775d61d33df4c81c41a488c0f717d7b05cc85c453_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:36d319f66e25669271597bee4ae415053935d0877530d439a6e8b2eb23353cb6_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:36d319f66e25669271597bee4ae415053935d0877530d439a6e8b2eb23353cb6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:36d319f66e25669271597bee4ae415053935d0877530d439a6e8b2eb23353cb6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:940220625073d9178c2efc540fb418df676e44dcd35c5a7ad01d1031ce779bd1_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:940220625073d9178c2efc540fb418df676e44dcd35c5a7ad01d1031ce779bd1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:940220625073d9178c2efc540fb418df676e44dcd35c5a7ad01d1031ce779bd1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:c04c13d41b67bf5462d1ac2bbed4b95a53a2b2bbd293b32e7478b5cdd8ec5d5f_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:c04c13d41b67bf5462d1ac2bbed4b95a53a2b2bbd293b32e7478b5cdd8ec5d5f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:c04c13d41b67bf5462d1ac2bbed4b95a53a2b2bbd293b32e7478b5cdd8ec5d5f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:f3bbcdd4a8f70fedfac7869d46124137c2a6856aa99a9de6de7b62060ccc5c08_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:f3bbcdd4a8f70fedfac7869d46124137c2a6856aa99a9de6de7b62060ccc5c08_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:f3bbcdd4a8f70fedfac7869d46124137c2a6856aa99a9de6de7b62060ccc5c08_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus@sha256:059ae4b4cf18b4596d8c86340edd34332be7c667adbdb5199720a0a581086d55_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:059ae4b4cf18b4596d8c86340edd34332be7c667adbdb5199720a0a581086d55_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus@sha256:059ae4b4cf18b4596d8c86340edd34332be7c667adbdb5199720a0a581086d55_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus@sha256:4622bb035bf6a546e3de1164b347ec79844538d290bca3100622fee0986a51a8_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:4622bb035bf6a546e3de1164b347ec79844538d290bca3100622fee0986a51a8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus@sha256:4622bb035bf6a546e3de1164b347ec79844538d290bca3100622fee0986a51a8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus@sha256:d296a62ddeade7d40ca2d727f9cfb3d4bb9dd81498c6a526a565e3698097420c_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:d296a62ddeade7d40ca2d727f9cfb3d4bb9dd81498c6a526a565e3698097420c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus@sha256:d296a62ddeade7d40ca2d727f9cfb3d4bb9dd81498c6a526a565e3698097420c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus@sha256:ead3f5874193b8acd6bece9f9740c109665098b059db964e6d74192d6cbf52c3_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:ead3f5874193b8acd6bece9f9740c109665098b059db964e6d74192d6cbf52c3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus@sha256:ead3f5874193b8acd6bece9f9740c109665098b059db964e6d74192d6cbf52c3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:02236b492db7f328592308281ed110ec59afda1c6fe88b5b1278e66aaf0a76cb_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:02236b492db7f328592308281ed110ec59afda1c6fe88b5b1278e66aaf0a76cb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:02236b492db7f328592308281ed110ec59afda1c6fe88b5b1278e66aaf0a76cb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:8eb91dcd0e34b5cf2520af44bcbef1d953892b1a39d117c579c8a2876bf8ab05_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:8eb91dcd0e34b5cf2520af44bcbef1d953892b1a39d117c579c8a2876bf8ab05_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:8eb91dcd0e34b5cf2520af44bcbef1d953892b1a39d117c579c8a2876bf8ab05_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:aad0341721e7a15e08a2bbe6ab9e59663d366f8b47aee21cdb54812e68161bd4_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:aad0341721e7a15e08a2bbe6ab9e59663d366f8b47aee21cdb54812e68161bd4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:aad0341721e7a15e08a2bbe6ab9e59663d366f8b47aee21cdb54812e68161bd4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:f05183b69bd3ffd66c8d335d6a476161781ad2e9cd444a94edbf41eeab16ab81_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:f05183b69bd3ffd66c8d335d6a476161781ad2e9cd444a94edbf41eeab16ab81_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:f05183b69bd3ffd66c8d335d6a476161781ad2e9cd444a94edbf41eeab16ab81_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:6b65341e8a72cb548d68d8c2dd567eedaee6d00d198295437514524442471c01_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:6b65341e8a72cb548d68d8c2dd567eedaee6d00d198295437514524442471c01_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:6b65341e8a72cb548d68d8c2dd567eedaee6d00d198295437514524442471c01_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:983e36dba561f7cd2f5245528d856e81ad729c3a2040a66f2fcaa18650749887_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:983e36dba561f7cd2f5245528d856e81ad729c3a2040a66f2fcaa18650749887_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:983e36dba561f7cd2f5245528d856e81ad729c3a2040a66f2fcaa18650749887_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c496114509bc387930a5ac828dad33180e20adb00a0b81ea36fdf78159f91436_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c496114509bc387930a5ac828dad33180e20adb00a0b81ea36fdf78159f91436_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c496114509bc387930a5ac828dad33180e20adb00a0b81ea36fdf78159f91436_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:d23c4af5d88f5f753bf395b24bf1d168570e5f6036c6a6ae8b1bba6bed7ecbc3_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:d23c4af5d88f5f753bf395b24bf1d168570e5f6036c6a6ae8b1bba6bed7ecbc3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:d23c4af5d88f5f753bf395b24bf1d168570e5f6036c6a6ae8b1bba6bed7ecbc3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:0c49b379e40a6fe3a09a21dac8005fd64c3d09c985dc728e1c7f4e57afc464c2_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:0c49b379e40a6fe3a09a21dac8005fd64c3d09c985dc728e1c7f4e57afc464c2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:0c49b379e40a6fe3a09a21dac8005fd64c3d09c985dc728e1c7f4e57afc464c2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3d282ceb8dfca2308bda52e1b7d2663f7776db2a082be84a5af6e228c6de8664_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3d282ceb8dfca2308bda52e1b7d2663f7776db2a082be84a5af6e228c6de8664_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3d282ceb8dfca2308bda52e1b7d2663f7776db2a082be84a5af6e228c6de8664_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:87929d27a7e7d6538a5cdb3ad1d58f531c681ec5db4824498248ffd5dfcbedb2_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:87929d27a7e7d6538a5cdb3ad1d58f531c681ec5db4824498248ffd5dfcbedb2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:87929d27a7e7d6538a5cdb3ad1d58f531c681ec5db4824498248ffd5dfcbedb2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:eb293c9ecb6715e0dfb6aaf457ec19a0f2d0862ef4cb22794335f53cb6981088_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:eb293c9ecb6715e0dfb6aaf457ec19a0f2d0862ef4cb22794335f53cb6981088_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:eb293c9ecb6715e0dfb6aaf457ec19a0f2d0862ef4cb22794335f53cb6981088_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests@sha256:11e6a94fa5628b607268bb3d515a0dcc3d2b66a42a0512fbb50a7db7550c6a40_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:11e6a94fa5628b607268bb3d515a0dcc3d2b66a42a0512fbb50a7db7550c6a40_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests@sha256:11e6a94fa5628b607268bb3d515a0dcc3d2b66a42a0512fbb50a7db7550c6a40_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests@sha256:65e898b5ea52c5525501b63aa3063204b644e0cea1c9134d80bc2e920fc9a010_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:65e898b5ea52c5525501b63aa3063204b644e0cea1c9134d80bc2e920fc9a010_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests@sha256:65e898b5ea52c5525501b63aa3063204b644e0cea1c9134d80bc2e920fc9a010_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests@sha256:783d90fdb1b46848f2e9c4f313517e219216385667304593cfc71c2e54579b1c_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:783d90fdb1b46848f2e9c4f313517e219216385667304593cfc71c2e54579b1c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests@sha256:783d90fdb1b46848f2e9c4f313517e219216385667304593cfc71c2e54579b1c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests@sha256:e57907330d75e38a859e54d12a56fedba7c1c1a931fc9db1bdfa3c2b10268704_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:e57907330d75e38a859e54d12a56fedba7c1c1a931fc9db1bdfa3c2b10268704_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests@sha256:e57907330d75e38a859e54d12a56fedba7c1c1a931fc9db1bdfa3c2b10268704_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:4f5d0717182c96fe4d6ff1936b0ad433bd4626c0fa1b29eb1058ba02fd6f9500_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:4f5d0717182c96fe4d6ff1936b0ad433bd4626c0fa1b29eb1058ba02fd6f9500_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:4f5d0717182c96fe4d6ff1936b0ad433bd4626c0fa1b29eb1058ba02fd6f9500_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:95b856a7497da1ae18ce5789262957edc94bc4cd87a6913e6d16d1cf9154e1de_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:95b856a7497da1ae18ce5789262957edc94bc4cd87a6913e6d16d1cf9154e1de_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:95b856a7497da1ae18ce5789262957edc94bc4cd87a6913e6d16d1cf9154e1de_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:9868a70523d322153d4870f205323629f8230505c883b79bc64c6b8440472633_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:9868a70523d322153d4870f205323629f8230505c883b79bc64c6b8440472633_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:9868a70523d322153d4870f205323629f8230505c883b79bc64c6b8440472633_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:9b2a4de77fc5736a8d2c968c8782039e22f28c65a8f9af920cc797af5ff170f4_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:9b2a4de77fc5736a8d2c968c8782039e22f28c65a8f9af920cc797af5ff170f4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:9b2a4de77fc5736a8d2c968c8782039e22f28c65a8f9af920cc797af5ff170f4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:03f6485cce2f104c812ca1b32c422379d8b97284c6561f4568da4b23efe873b8_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:03f6485cce2f104c812ca1b32c422379d8b97284c6561f4568da4b23efe873b8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:03f6485cce2f104c812ca1b32c422379d8b97284c6561f4568da4b23efe873b8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:40b76bc1b9e5ca0e664371020999da9c619546692a52e50544a84ada1193e0c2_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:40b76bc1b9e5ca0e664371020999da9c619546692a52e50544a84ada1193e0c2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:40b76bc1b9e5ca0e664371020999da9c619546692a52e50544a84ada1193e0c2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:505d160e6dc8dd5ba9ba156668578e4f420b37b7069075cc84acce52dd02829d_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:505d160e6dc8dd5ba9ba156668578e4f420b37b7069075cc84acce52dd02829d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:505d160e6dc8dd5ba9ba156668578e4f420b37b7069075cc84acce52dd02829d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:a20f2c0440231d57eb8db827564604dad20c3656c39acdab469d15ae5ef37c8b_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:a20f2c0440231d57eb8db827564604dad20c3656c39acdab469d15ae5ef37c8b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel8@sha256:a20f2c0440231d57eb8db827564604dad20c3656c39acdab469d15ae5ef37c8b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:8c60dbf477a0e750d0e4895ae8eda21a7ca74b6ea06e8b428d6eb0e3acccf63a_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:8c60dbf477a0e750d0e4895ae8eda21a7ca74b6ea06e8b428d6eb0e3acccf63a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:8c60dbf477a0e750d0e4895ae8eda21a7ca74b6ea06e8b428d6eb0e3acccf63a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:5a28ee6abd396c5d957fa863a15cdc834c72a792d895a28415900cafa85c173a_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:5a28ee6abd396c5d957fa863a15cdc834c72a792d895a28415900cafa85c173a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:5a28ee6abd396c5d957fa863a15cdc834c72a792d895a28415900cafa85c173a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:435629696ca8750b352c890af863b85ecc6680b8749006fbb56cfc8957db0a25_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:435629696ca8750b352c890af863b85ecc6680b8749006fbb56cfc8957db0a25_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:435629696ca8750b352c890af863b85ecc6680b8749006fbb56cfc8957db0a25_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:328a0954887176f2dce3b350f54ae0c0c51f937cfef1bba9b986659343b2eac9_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:328a0954887176f2dce3b350f54ae0c0c51f937cfef1bba9b986659343b2eac9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:328a0954887176f2dce3b350f54ae0c0c51f937cfef1bba9b986659343b2eac9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:8c60dbf477a0e750d0e4895ae8eda21a7ca74b6ea06e8b428d6eb0e3acccf63a_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:8c60dbf477a0e750d0e4895ae8eda21a7ca74b6ea06e8b428d6eb0e3acccf63a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:8c60dbf477a0e750d0e4895ae8eda21a7ca74b6ea06e8b428d6eb0e3acccf63a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:5a28ee6abd396c5d957fa863a15cdc834c72a792d895a28415900cafa85c173a_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:5a28ee6abd396c5d957fa863a15cdc834c72a792d895a28415900cafa85c173a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:5a28ee6abd396c5d957fa863a15cdc834c72a792d895a28415900cafa85c173a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:25f55cdb3eb8a59fc5d2f5726a71748bf2d8005307025d16646889342829c8ec_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:25f55cdb3eb8a59fc5d2f5726a71748bf2d8005307025d16646889342829c8ec_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:25f55cdb3eb8a59fc5d2f5726a71748bf2d8005307025d16646889342829c8ec_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:98cdda546009cda7d6a4539bac65d2ac6b365efa697d4e040556ae758235e9c2_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:98cdda546009cda7d6a4539bac65d2ac6b365efa697d4e040556ae758235e9c2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:98cdda546009cda7d6a4539bac65d2ac6b365efa697d4e040556ae758235e9c2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:47f3054cb4a6bd160fd59d591b30910bcbb7123fe44fbb6f057d9d3176858e5b_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:47f3054cb4a6bd160fd59d591b30910bcbb7123fe44fbb6f057d9d3176858e5b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:47f3054cb4a6bd160fd59d591b30910bcbb7123fe44fbb6f057d9d3176858e5b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:5504bd98506b057146c643c36a6581cb2be8bcbf82787bef530fb6caf4c16e21_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:5504bd98506b057146c643c36a6581cb2be8bcbf82787bef530fb6caf4c16e21_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:5504bd98506b057146c643c36a6581cb2be8bcbf82787bef530fb6caf4c16e21_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:7d6c9216d995b1ad19e5ae1f9f30cf3faadd54e1274fb80c4d5fdd802ee6b1ae_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:7d6c9216d995b1ad19e5ae1f9f30cf3faadd54e1274fb80c4d5fdd802ee6b1ae_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:7d6c9216d995b1ad19e5ae1f9f30cf3faadd54e1274fb80c4d5fdd802ee6b1ae_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:da4cd3b8933c8d22cc34039993d8866dddaa2e203342a94f23876b7245ae4711_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:da4cd3b8933c8d22cc34039993d8866dddaa2e203342a94f23876b7245ae4711_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:da4cd3b8933c8d22cc34039993d8866dddaa2e203342a94f23876b7245ae4711_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:5858c8230e834bd3a75047e34e659c4d1fc61f6c53e23cae5d3a8deff8b73405_ppc64le as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:5858c8230e834bd3a75047e34e659c4d1fc61f6c53e23cae5d3a8deff8b73405_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:5858c8230e834bd3a75047e34e659c4d1fc61f6c53e23cae5d3a8deff8b73405_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:66b2e131a3be79803c75bc96b69c3e7be34faf2f00f6d4fa53c82704627f8a96_arm64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:66b2e131a3be79803c75bc96b69c3e7be34faf2f00f6d4fa53c82704627f8a96_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:66b2e131a3be79803c75bc96b69c3e7be34faf2f00f6d4fa53c82704627f8a96_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:966501e1f2fc5f70670211953ade31dc37f0c86e647e40ea56aae47d3e0c1a90_s390x as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:966501e1f2fc5f70670211953ade31dc37f0c86e647e40ea56aae47d3e0c1a90_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:966501e1f2fc5f70670211953ade31dc37f0c86e647e40ea56aae47d3e0c1a90_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:febeb3a8a0fce4ca039322544cbfeb0c6f60723440ec6c2f60b12b390373418c_amd64 as a component of Red Hat OpenShift Container Platform 4.15",
"product_id": "Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:febeb3a8a0fce4ca039322544cbfeb0c6f60723440ec6c2f60b12b390373418c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:febeb3a8a0fce4ca039322544cbfeb0c6f60723440ec6c2f60b12b390373418c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.15"
}
]
},
"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.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:719d802cdc007d64eab521dbc648d7efbac8b04713093b774bdce1da422e3ecd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:ed014578e5710249c89391fdb17423ffa5e6137de2308facd20d4c45981b4adb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:f42c255c1923e63843b1c7622861a65851aaa086fbb2668e0867e28893ba9c7b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:f9eb32fe20a46c5b0ccc3e7dd9f7f8d3c591cf64ee7800137ccdf6c4cb1726ea_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4a69fac5425de41d1bb0b2ebcbb99012b520002235e578b8a8ff0039079a3972_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5a3757def8e6a4fd616bb999d34903ddc9f7d8aa96dcd865f749dded52e92165_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:63b6550720f82b5a98783901d776f3866075896b661958cff3d8ddff44dec214_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:679852a44689f3a73197e047661821c910e35d50edbd788170b8b0cfd9304166_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:037c72c52db1039c57f1008617136cf9e94c8b3da14ea36c3a0595e6182c0042_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:17a517f94f4fb0429b6284d884570b95349f269ed187dbd94c4476f525dc54f3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:6e0a2c775267d2f07817788a3ecbdccadbe6377e4d18a0d9dd9c0f0d40c77eaa_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:adf596175de3c3004fce49a68cbe58e7ba15b3b0b315349ddee89d5dca8109f1_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:47c1a53900ad4c677b45d0dabd3f08a2f77f164fed64f53cc5f3d1f53a9fcc2a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:7cbc7f3c9d0912d4e1d0a1341a3db13fa59bdd0a2e3a81e161e4e23eb43f1278_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:a3c239970ebc8ba8b547dec72f2f6aeddc12cd19c18d75c493abc85285da48fd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:cfbf84917a9cebdd238a83d06f3145716b84b883dc78e81deb3738d2a92a4293_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:2be87034234cd07b0305ba546001dbd90403b8e758c83d557814d9b6ddddacc8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:31b6d68104fe1044f063ba297e9d9e69c1e55b95b26f1e33f93a2573d66814bd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:3dc697a49932c84227d323499a2a174900bd91215314697b8c9c41f7dca957c9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:f5f6edef66e7059ef66d2a2bdb52240c48279709048cda1b9b96bb11b9449e63_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:0e018e0ea1a45558fdebe89d04617b2b703ba93c7d58f2b92ceaea07d2498458_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:32a45843d97384b62b8865de40d5c642dfede6904c05d15da08fde3642c6b8af_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:e109e2c17a3686bad9121716df7ffc7d6ec82419f28b24fad531f96f86df0f32_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:f8f64b2c9168897706e6cc3ed967a390abbe83894e7758d08d1b790f451b1268_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:0e033237871e3e7ce2f0c11741dd6ffade3419f95b6b8600f7cb0a024bc89e0d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2f4ef4c232f199d5ac24750eca7388b57a44f976a782e48e0dc514c128801d35_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:468133aa3a5695bc314d8f2112e4a62388035c0b272abf4914ddcb485bfce137_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:601bcab3234fcecec33a89b6e6727bf6d9d3682b0e0a0eb98d6b84cc0db7458d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:00143215db73c4d765605e892829f7c7e4537fefe11251cb3d279afd98d5830b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:1e22e06efdd0d73b88ec841815eb6ab7c0f1324b98ea6d3c92910c2e9a592c5b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:5f2f9a2119899a4f1502173947b20d04fd943da8b2c953591a35d6e25bb5d027_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:f2143001d856a68c4cd933242fbd15d950512e445183f85a872f5aee4e2e503e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:152028b94c20a76e62793c63a4186a96b0958b2804979ead7dd47f33b273a846_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:583ba099e05b1c82e7c6dfa6d9a9be5face39683e39ca9d251b8a1562c0d6d42_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:9486a1646f0fcc699d0581ad5af993a73c46aeee65769bd8fb06bea1806f0a8b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:a91563e22d10c6a7c77b092ab6f829e7f0436923038ea4a47de1403813c20471_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:2544e96601860e73dff52f6befb165f531bf7686137d5550837674aae6afd3a9_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7a772d3d45015ec702f5e1ab054be240ed673591517ad99ef973898d1e535c69_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:d23cdaa0fd2114c904ded232b6019e61f53b49b41014a16e9df9b7f864384688_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:dc2ee3af87ceaff29152f92bca0dcacc935c10bd83cf136a9d8dbb628addaf65_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:574c4e42ac84049cc168e68faebbadecc3610348ad101ac9d34c140558e60131_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6f44a8a62a65945363867dbc79a5c43965d5e136766fefd02527145d53756ed4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ade325055aefd73a89a3e5d35d84c94b26c897986b77f7c887b3a435ee6e297a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:f841a5218782e8b9a3c435de0221c73ac6d5b4be8182609a074b99f1cc9b1f6a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:158858bb077286091d15b455154595158995981e1127e881694c686360d03d52_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:3a3b2fe2add4ab147f383874b55fb9d44c1067d915ab069c3649c321c0943d00_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:4947ab92f96cf1c2af5a7144e1787f90252ed0a9a0ae4729cc7fd61a4e671d9f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:4c06d16fe27f05724900f1df1db6d12b951c86c916800007a51de53aae260d64_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:008744686fcf83e9d9d4abd55bf1622d0e9f886570613835d29ac3c8cf9ad648_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5e45fa3a09a9bdea3957a74fe0ddf70080a83e70e8f41e8f16a0957e8f8f3bfb_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:6a39ad22c40ec6dfbe75e3c01f7bfa7bd8d1d7dbfe880d011c58362f15520d0d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:c6b4fa176ccc3af191fb7cb560b28bfdca4821b23d8296167b9919e0ffc26e1e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:73fb4d147dd798f244e7c6512084a7643985ed73163c07160cfa2b03566de6ea_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel9@sha256:557527d76a00f3afdaf2f146bed0d0d28224d8a063b1c9f88431ebb40300be0c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:6de7f07ca16a08f783899c687c355837fbe0cde28b8c5c25939524074f717665_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:d7db2153c58f0081db7446ed10fef94f0dce66b4dc909e65ba2c305161fe06b7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:30ff8f03b8eeb4ab60a86f9d72e596712171f4dfbbe7f2f74e747b596c05e3fd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4bafb9b1ccb421f617f7667e59fbc90d02a96f7955fcc76db9274a06562f47b7_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:633915104a44211fbb4ae16a128c60193cf266104345c664e8b28941cb051208_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:d08e59156c0c66dcd4b495a4d58fe8757445adf500fe4440b5f1e91779098384_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:680aeaabf1d04ec1242ae9ab0fc577ac095c170301a24cc07b2c20c06d119fb8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:a6d3d9b39379a76781f2894af08bad00632afbc1a6633cce43bba5c69a2c33ea_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:205ad021b256f031ac14686f61a5affc7ac8cab6afc076855324b4d91557d4b8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:c89f326a201d6b89af2d549a8bf35ef22ff4a82b5f1387a1aeaf4c691bc2b332_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:23fc1a55b530e3104c8674947f67e4e750b9b4fee1e71881148f5f532b558bbb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:40b70676d066ed2a7a1c78322ab1b96ff1c84a5f9cde846174a0b9d084cd0d2a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:6a8d392a88b7be09b2549e4cb5469a5ef748853072bb5354ac34d1c20a9690b0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:acaca7b68e729672aacec5b83f5349dee6eb0cc360e5f600aa9103e9026e8501_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:809682a7f5db22c4632cde8ec3cd0af3eb3b4a64bbdf95b7330b51acfab69925_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:e55d509c2b8028d64a64936fc665c013768e05a3f7019d372a2d7f5738e5db16_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:0d0463da3daa13d5047641085ea55f0ff09debab78b8a0552f2d2faf3f44c6d4_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:a3728c574b252b0830bd1df8e3e92a48c3121276214870a95c76ac12c108aa6a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:3ed7bf4ae76b1b3deacbfda0f18856b2c149a827c934c68fdb7348387c3148fb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7dae4561dbbf68fbb3c3e6190ddd8211b0d481f3457f13a4ea6ace475361a7bd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:447feb4c7d6d68716de5415cbcdb9f44aa594fb32c06480cf678b06788cd98fd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:f528b1517558b6aefda5c2bf23022ec918207238a0f4b759bafd7d54d0691691_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:5971fce447489bb15c3cc4cd9996e321cd8baab37ee170ba335b6ace45bd14f1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:dd10f8f08a1d5b063354f44376a68ee07218288077b78ab46e8e8ae75b747caa_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4899f0b1592431c277642bc16581a656d5e717067da2874bac7c00fa403c06d3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:db23b81652e9c7cf4fa25ba4a96ffafb07b0f5b2d923019658e50a07e31e019a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:1df9ed6540864562e105cbd7c275b0d066d028d4f2cf2362cf73a8ae5175fe18_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:8665625082320a37f6cab1a564adfe6a8d044cbb04c6ea948f15f093862358ea_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:625291292b2d99ab0374635a3190816c51e579dcbca6a0ff2e7ed8f686213cff_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:857360f334810f937fd1be07343b3a4fa20f48f9ef2f47d24bf07787683d9f81_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:01c0e71209c724866d3dd9aa76163ce0d4282d284d148f70d993b23b74ce1998_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:0c1811483c0b6923b5a03a43b3f38fef76bf8317fd2469d476546c2fc308d89f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:18f92db1fcfa7a6e159cdffa6c207576fa38fe8e39542770b49c81ba7427a0e6_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:4fd3b89d351ab5e4f5cb3dd0c7eba8a693466754fa6335f5d8349908f4a653bb_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:c58cc326fa3ccc29ccc1376869983ba77f555e88a5102e5439bc2c0d61605484_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:c6fad737f5f0c071d899858498cab7e031d424ea9ff5967bdc57b64e0a85905a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:191f7f1b1a766500f8365436c2cced514c795707e232187ef500b7cc4278b214_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:406b265de3e2cc470fb4d86ebad014965e31b95fcd255a81b7561c5e8fa0e56c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:865724525f54668e194725de3701a548e253be9e4f1debc84dbde854564238b4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9ae218f40503da16a9e065d8812c303a9e349d77be1f1daef1118bb0f0e1ef42_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4c797b6452d7bcaad38f37c65d0618f5dcc998ac5c27c20e9a11b155830599d9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9b04f7201f99279c028c528620ad50d94fe5cc2d74ee03b542b73fffdea494b4_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:af3b7c16a22c617c4a08fe22aa57038e82abaf27978d99598fc89c2587e7cf53_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:cfc288c31c5c00d58db6e6ddbf2d2f373dfb8dc67ba7c6d55293cb6491c29b04_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:370d9cf25a6331bc61f15927dbb752c9baa6696cb69f65a582c82de24c8ad7e4_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b00ca84a415ab24ee61ff3fb7fdc5334ce045125a14b4b76030f46c3c4b910a3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d223ef0499483832b4f1efec4e1128f8dca303de5fb3ef18a1e9f9817cd4d534_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fc42947a5994fd05142537f6fa8e7ec3d33c30f4cc5db5c83bcbc04d076b9312_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:8d5b7a2c9c54b30056336db174451e0504a6b70a3ff9376c1d6bb87788f90103_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:beb39083588eb33f97c9fa03683e74b1c51b76874ff8c1feda55cbbb27fe61d9_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:ca54639add5ce3ab35219dd58e1bfc9f6fa38130b0ab7486c4aa9c563fde87a6_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:de303accc9d9479b98214dda863ead61ef4ff07d24234b4a23ffd1e7e1c8b540_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:10c928e737116956e8b4972554eb7a7caf8ba82ef7988ff1bc55a20faf93a111_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:4e548be4269f413c54f23fa6e6be06c229f6929645d6dcf53b7b42613298e185_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:b982e659668e0b6d9feddc5664b34c92de8626965fb973af3fae7a7f3f1f0057_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:d14d63c929e558c5397dcf01dc9f48fd0d17cfa1125673177aa58ec64208deb3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:6214236f85ba29ebb5331829fd59c2e6758256d32e12dfaed7d8218db03f23bd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:6aa15ed02b87d8748be79fc881707a0506bf616d8c71d2e3ff6bc6831f80ee72_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:f713cd7ad817a6f0062ad246873378f7c1cee829b5b83c72efcfd4a70ed644b3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:f904fba09d99a7d6ab7583212174b78bb9ed5fd3bd1aa218d91dd18864541d12_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:05c44b7f417db2ad8c1a23bc01e62becac3946102369bb26770309285c377951_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0cb142098aca9137dacebf1790becca57f45e736d0ec049d6e900d6328ac28a1_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:8cdf51b679ab14cc5f9ed2d8265e7959b577d3ca1ccd0d698a6fabe5a11ab4d3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:c5665d7410064c6b4dd06328dcd62fb619e844dabcd5b218dfb10c3632b896e9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:325bd6adeb9eb27493b5f7d117fc82e3cf8a554c618f5dfa2448c3313b4943fa_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:4c4ec510e2eda60fef2a6ebf709c58da55a4dc6e584a060264854d9142ea6a0c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6ed4590215d494f1d630556163a47ebfab26a0ea69971862c9864ab0bb370b08_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f914abc670168e625021a71fa9546c2d28b4df490f21ba4f226a3c8387d4dab4_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:1aa49c2586807e952cdf7b1d86c0b3d25a0c3a32df62dfe3a777fc8b6cdfb8ff_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:246fbd712d6b7ef83cd83029c8998ac1b29d1454ccd636f8f6dc8b47bb5b6b56_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:38d300d9926a4fcde7999191efc6d99d6154baed0baa00f3f80db8234ed1f7d2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:3f44aeef785c94afe6707cf2457557fe8c6c9eaf72a000a2f1a3680a04d65411_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:5a3d3051df9f589ab8f3c326621f654b49ad33c715fcc8babd4ec35f473e8e24_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:77c228d758f0a2ca9da46be4c2df85757bc4ff9fe87aa6cda2ff2b1d50f86429_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8e1371a7bf53ef22fca75be240eafacc23fc6d119728f5d0d71a2bc149798de8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:a05161338c6d7bffbb1b294f00dfe1d3a53cc2f7a97553cf4e050315021b75ba_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1c78469e53ccad316db280cbd0ff4f845a2db0c9986fd7ed101e08ac5c5b8db2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:53c49af94fdd23d39cbcf433598c3f3a40139903631ccc5324b3aa49e4e5dfc6_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ebdbd79898c7462a90753afa2ab80a33fa6aceedea93e6cfa036a55f31bdd564_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:f842a1e9256475b3a5a6dae87b6b5c2d72cecfebce08ea44db5449f7854794d1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:74ffdaffe00b754bdad913e6699b44aa293f880e3803c00708d853202c20f745_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7cb9bd477e9f0f711eabeffee9f25f39c7985e7a27bdc46411b6bf4db31f8d53_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c0f06a3d5702010cbd5187f1b34b42eda35e2cfb5431aef3186037a385b57233_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c8be479b9223b21c389fde445e2e5d1541a7e60267fe07bfb53d64b6afb00999_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1ec6339dab77c900022ffcae585ff86041ebbe1d6cb8639d6167ad9b97156f45_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:b5f1e96b420a872b91d1d22766e9ce8fcb38c443c23a4f4baaac6892b3c6b4f7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:cbed4b61ebdcecfb4c459c7ccfed58a1db918bff994222f639bf2aba73def0d6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:f73ad509fa3ace02e50c9b1a3eb6850a819c706e93bdf88b0a700dfdad02047c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:38370fdd1910afe69d0b9e6ca55873e2db83b50f2182cef88ed7b12697ffcdd6_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6cf68975471ddee2804b4de20e932a1e1a1ea2ede27c614ebdf5ada4ea690e05_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:7f03465e59f1584ad52fed99f2ba8bbad123d1ab885a467fd69bac0ccb9a0923_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:96f38213da8a879118599dba97472b9a88587a1f15022648358360f368b6c744_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:68ed9daf7a0d82e2759096246c1b9eb07f97353c3f34a613fbf6893ca0d3470e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:974265ec3898a056decb3965f7c793a2852545e5dcf35e9f7e4bdec328c15c5b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:aafb8f5731b597fc079f76e4bac04da231e0e4fae464b83b7c7890b5f8ca91dc_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ed5146205b69538fd31b42b0114cf60015a47f872743a73077ef971d64d64c58_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:4aa00ab509205843236296fabd03a2c49e021eb135a91da0590c67b79694cd94_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:7bf12c94e1bc56b593af9b44bdfc3387ddda30c4a4ba762e8b89ceb714f3df65_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:7efbf4df1e8e17ca25087634b7387d0763590e00a33532f86f48b266199423eb_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:b7623d88ae5520b0ec76fb743d9c788511fa99b0ab0f6180de42d017dddc6cd9_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:41dec92ab759c44ceebe8eb15859b2ff29986dd5791ccab79f91cc1786a0b601_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:8014a45236ce64d0e0f3e35c6978442fd4f9ee21fc3f95e51f20dbf12e50359c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:94eff267e214468250b201f0af1de5bee5aab3e689d1f8bbe42d66f0c2adbdca_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:bc3e093b2d1a5e3962b9f02707aaff0d7e0de545a4b7a1887e79538aa2155fc8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:54e4d8b1282351915f2f22fa4843d5b4d19645dd890c4675f35749e2415d476d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6251627dcc972c58a39485c410c8a264d140b876f8b47765687a310ee4d28524_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:85c974e095e262ec405d402ff2a2c4419824edfb9859352c35fc0c8d1bc64c8a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a40c7d9de59a25a7212b6f43f281647ee45e21e948d718b43a780f741b0dbbab_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:a47be1e76eb39ed50efd59b57dd26a780674d022ec9d07d0b4954bcb309e39c3_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:af65a9f612d1e28e2b43f0917dcd06cec30dcb20366aed6a40908b74c07d05ef_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d182a13e89c363a605f2e6fc6a3e554fbaf27b9dd405ed84fccd8ed41bd8d8c3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:f3ec661872a5234517e8761e30e4e15cf2c7015760870d8dadb0c3f07007c4a3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:2186bb9adcba18266df62a838c9e79c6ee2b3181a97f6169513fe5202c0a75eb_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:6d89ed9ee8ac602fb6749bdf73bf0660df060810f805dbb807a903ed2dabc69f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:77a2aabcbd55ec7fc076d5c23ed8aece5424def3995e624291ca4f2139e6a82d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b0b0ffaab41c61cfad9ecd127f6f4e312ac45d548d77694cb470170b7bc540de_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:50e4d73d1ae6212010a58a15d5192ba8e60829e0e140a6d0bc849691c5c2d78c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7f0237ff4599cbe5aecd287913b9600a0bb36f2fd334a2a5691736cc6c5a8ff2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:862b9097cf6e1635d30fc1cd94f00f4656bd8170fcaf908bd058455298c46ac4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:984dcda6b5ea285c8a07461ff2279685000f35bcf3acc71e3b12231c782442de_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:02417ed67f618617fcca2270744e0dd3cd81a62d7f5f5da6e73221a7dee07649_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:b3b52c01b3d3351317eac2e4cb1e2b76bb4eb0b4698990b8468a9c26f42ad820_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:d94be231705a6d833b988b01a2aa5c6c8b918fbc38bf2ec8420bf133ccda55c9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f258283c5c32b7a28dc6c33a761eb7722a782773745325fbcd7bbb78349eb2e1_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:3d64a1e4f48ea11056d02d8fb29b5c5e17ba298f0a603e964ab1e448033fc66d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:6f737b4318a8f2e96c34c1f1e97ec23530533bdb33acbf9cba8982f8405f5aca_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d41416b2ae6fa0a882bd778f8628cb1258326ce3f212a1d956ba726b74248c60_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ee83baea9ff008d502c891af974c6ba419746967997f11c13266d7b02f7e8296_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:1d2c5714949f40e168358c505c0de750f5e2dc7dd0b2e99d31fe3af4cf1e864f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:517c74dcfbaff35ef2ba329a74a70402a228c77da442d263e5d3080ff7193965_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:9cf2219dfc08fc0ecb0f93c2e87ae9f8a7cad90b221742787a0cef6cfc62f007_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:aa18a0e963b906f041d4bf64c304ddef470fe78475378e11cb3565e5016beb06_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:1bbed360cd870566238b6c800e8522f04f02d16712c303eecc361af33fff436e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:28da5447837549fc35380edc0dc366bd59216852c59cfa2b3d512cf8eebc679a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:2bd88bbbe823623f5774a9813c7e43606ebdb6cd87b2db7fd78b7fe0c18f842d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c4b67e9207ea19d96108ed0117181a716c10d933c89ac036e49e952953cc3a2f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:11aebf8d07597c63ae5cac4cbc04e38d49ae1a4f8824ab22128e0b5c39e805cd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:357f6ef38223cb776249a04fb6ec29d61fbd24f7b31a5730544e449c1a5d9d6e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:83121be160c1fff1d16e17aea4daedde7e231b83ccb00349841494e7f87a8d1f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f2c98b4bc7bcbb9ade56ab4cfe5d44c32bc140b52a7ee9c5b9cf5957b7ada1ad_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:0dbaeba61694470f09eb05534c1dad038e310311f75009af32a0a1f43d469677_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4896946bdba46feed18276c4f29fe059ede4f60138c966fe9113aa93bbeadee4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4b81f38f15622b32498dbd192503ed2c54462959485ae48e47cfd67239181003_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4c02ec12d1f3762f4b2e735cd1600a00fd1bbc62130e005fd9842bd3f7ff7f6b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:18899c6aff68b24c792281604e3356f6bbb48d3f09db95f8b37f99ad7f8c914b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2316808c7649cb351257c6c2ee6aefbe0c0d561b822e3eeb18e85dbaf04491f3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:451233d80bc028a63b160526e07b233807d872f9d4e14da6ad4be96f64f29491_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:74fb3a4932ce350cd4da33d57a4fab1269bdb5e446fe8f93fada1b304a622ce6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0c7b57c158314b2f956181a8b28a9f8d7f83aedd8c87bb9bbbeed76a8fd7ea88_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5b88f0644f5b8237cf8b3aa0f6ee1d8a3899a912ce6499d1bee0aa902b2f8f80_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:672d284b3ef447aaea1bcc0a14c677c309116218340929ad59eaee178e9e5cb9_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dbce5221138c15a4aef2f65c3db8bab5ef127c48f3a446ae085a203d8591730c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:157d40ffe95e88526691e06daed0064ca15bbfe1aed547f3a3b968b9c36bee0f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:3885a8026a64c7f497aaa90c50ca93cf1479bfa83ad0d28c4f49cfd3c5220f66_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:457d21495a1f47cd6837f6263fa30652abc7a215c01962507a1e1bd6f4968a09_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9dec3a959d916331f6d2a59ef1e222ae4ef3d170cb344e2add3937966cf1c829_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:644f19b57dde50e4588f5cf1c4d72ac8d49dfb396b7c04d59dcdf6e27bb12017_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d5374c58882769f9d40f47d7aa8f20b1676842c8f0cd8b55a01d6fb587ecbfc3_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e9424fe4b804674ac06d8902eacaa8bef0c09f2c7441460621e587c10c079826_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f89289e63a584031efda082e7f77bd0ef4a28c815b3590061f8a397ee8e5a697_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:01eb7dbdb11a50a229196f82930e647e2080f53224bb41ca2a0fe6349c5d8d03_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:1e7712eee6328cbfaafef32ebe96031705ca193298de005ce69f63dd39eca9b4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:25eb621a41d2e7127f114416778c571112fcfe768281edf5e0bb25cd77235351_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:ad58b2585ef510c8f4c8b074085bb6dd3e17ed3248d7b86ad3185c76ec33b899_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:0f04929095116509edbbb1bf2a5c4a9ed725acf2a43307fff7cb5e4d225e553a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:2b9f99a6f44b8f7f39c4a78ed1f17726c933677102fa6953003ad1898f15ea94_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:edf6a8244ae0bfd588371101aced93b5ee8f5073309daa7ef6e407b4521928e1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:fcd4846ca63a5c2941046c19d96de0bb06ad4205c4f980c844dbd0d98df00d86_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:053cf21c2a3b09e2ba911c181d3585cc24390ba0ae4c130b9751a499c53a3196_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:154bd45ca42951efb3bcca14a5fa0bf055fe8c27d2a58e593e11d24abe2f98bd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2c0c232df35e9d03ef13aaa8b44b12b6c9ca2127f0a5e827d46b6beee55d856a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2d55f19aae3c983335bbcef443680455dc9e7b0ad49a8779e42165f505d19b5c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:01a8046396354cb5bb0c950d4511a3494b9e0ebc56b3624a48b41b60e0b8a30a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:0965f3fd7423e085d7682717f97901bc43da7a6f8aaf1f30ead9adeadf0ca649_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:33eac7aa9a8fc302b48f4541dbbef960aed461f73e42e413c5eeb25691a73905_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:7d168d6a6f797e925777d01d55bca9e2cd7f6b30e52a76607475935a7c87bf2d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:669d559563c8ce25ab835bfbb6d05b7df7fca88a0ea9374d50bf8373265a8bb2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:802a812b969112861ccc9a78880d0764af5c89c15198a594e7f8c1d6c2acfe0f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:bd2a533eade7e9a0589c83a3dc428d594b174da8c4eaf612d676d342dd1e7dd7_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c4efa347b4b2a9c938ad8bb772d1161a4a2b8b1e54455b0569a92c2f29cab2cd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:07ce41298f16b4f99d8cfaef9fe2a113855c4181c3b211d6c1f9e4fbdceb7d05_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:1945fc30c009a2abd77ec710cdae70cd18c726f633af7d9d8248fb56d5329638_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:566214654a337f7b2f76cba30abaef7b5abd496d0aa6dcf710aaa1dcbf740863_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a98ff558a980eac6d39c3e2d8275d0db333679521d54b919fd6b2c11a739f387_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:8b09b7ddb7949a9db7af4e4d1d8f15083cca65cd704b707d93a7d21a9c9e3c13_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:aa426170166116c40f3ad7a70d05d197188ccae8023e802755aaecb2decac985_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d4704096bb00b1d854cde90f964aa319d2898d407794944ec0025b386264f2bd_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:ffea3b9a771b27a8d8db70ef73a5089c7e343a26f5ca93698d490d2ebe67d206_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:26506524326c64baf2e77da8073ce297d72a583d6ae194516bcb6a32a273059a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ca8df7b4917a2c1b7a22e8f753cb19c9e92b15487c121e94156961d5b5cb7681_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:d2b5095502841f6654d21fddffc781f20990b586480eb4b56fc6414ed291d7eb_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e86eb8681972ee463d5dbce6a583dd035f2c38aecb09c3a6059ad99c3aeb8d31_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2003bfefc53e825002c66cd6aa5035d13db264ff9f4fd8c99e18683c1c808f39_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:284f8b74d3e69b69759f45116d07782376cda8554979535ecb4bf9aa8886af56_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:546822ec9a3b2688b4c31830872381cb22db5b476e89462c0e5e448ba96cfb77_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:65d9d9df5aa55831a1627b179412760f114bdde969040ba73c585c6449d19e36_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1a30ca1498e2cd83d64956812ec1facb07f796fb8db50977f3ff561ceb0da7fe_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:32700244d0578c423c636b0ef01254d823d0432125e1ca929d0ff1e115a446c1_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b562637dc56ed32a75a444ab2f31d75e7741ccea5b8a3c004df4a42ab1270d6e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c2a8a8f577ed98972d273ded3df429d0651608c8d46354584a2fd85782407b2e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:2526b6065d1ccfe1e36fe5b48958a22737b1243b3f0df10ee3d27e0a62fe340d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:34108f69a1ae3d91059fc955d42ff21e50c12390296677a94c4e691a0866cffb_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:4c2712c451f03ae375bb6f122c17ea1c28f6c52c2796ff64a893630733c6caf3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:88999cdfcf7d367056945f5fbeb558c6ad8a9c3e068e67724d12090341341bb8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:71b555c5e31fb0c3ad0c512f937027a14b1dfcdd4598438bda3252a8a2100c1c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:9c69c2600d5d0317fcbc2650fc4b52d319a32c3df9db6b5543b6ff254c3b9fe5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:bac49120f60baf152357368e241e3103a5fe6aea171d8a63917e8798d81bded3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:f270351f6697f9d7d3d8382f298956d6e1c5d9e8ef38317bfa7121e9825713af_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:0f3ebde6a312b04a5020957783e5156456dd0a60c9e1f009130e295b0143160c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:d878af0364938ce585214d77b78ed92b44c916113405f0649d1e727f9c010b3e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:dbea9f717a33a02f4fcbaa6029b6830b47b561fcab1063eb868812794159b303_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:f5ac07ba3f562b9c62461916f868079fbbb47d95b24379b9ceb55206e616e140_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:287c800f33b7bb17969c93891edc40646cc48acc9b741138795b7f041c82bbc8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:53ecd2e093819c381012a057628f8e614c85f0c58b6d54e378e2155122ab1d8b_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a840761823769c68291cefa9028e0a6f87b6625588b1850d148b2f8ea580d8ce_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:eeb3bd21c506b7558241ec2458d57407860998b91b4742669982073d6612a9bf_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:1a94c20db46917d931dfcbe19595ab6b4ace22f81ad34ea6d329eff8def1f0da_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:71d75fc8a847695728ead4620c5d19ccfc9b8bac9f51521af7ebabb762839425_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:99cdbfdac01ce74763ab9304f3bf30156bad8039a454758941bfa2c96da4787d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:a56d06011589ae7f1b0a338ae33423e77c559a93f4bd8924ebbeb16fa341a7a2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:299842fdbadf955534b257f3c63126a79fb14a9856c4530df09debde212a2384_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:7adbe4c7a14a3d470820884da692bae174fa6d170895c3ed4b02311a66294ea5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:0b264678a566eb387b44b5e8e2ab61c5e12b594aff4db75532d9fc8cf0cb3a78_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:ae2978f43a4b765fdcd8abe8e91956a0a1e267c0f76593d94e52780fadc68388_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:dfe83a3416da5cb195d8fda8ee8eec794dbeb0135de72e250bc965ef1f70bfce_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:e6e1c74ee273df32544e6119badf3b3c260e48c60934f67a7869dd739d020e1e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:015b35c884c0e9b5c3a2df4e3874610dceda9766b1db231a0e99774481c88bea_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:170dd5cd1770f1c560d2d0756a619a220d15c91c8d8d51ea322818be40603ed6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:7f43c6487ef0d6ee493fae02ef100abc813294f027b702722f38c619a5e8206c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:d40a074405d58180667a3722571285167277e73ef4247221e5b5c235ebbba38f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:1fde8ae44f15902a4a5dde0328cb037c74c40ab527db4963b5d703c35f2b2c6d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:8a13fe639a4db964e30cced1f77214a915489f75b2634356259a03f6f280d856_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:afb26125636804082e2827f1d473d49cd492a6356365c186f69873ad8e24e099_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:e9668f534471f09fbfcb31c76be4b68a743549c50255de8fff8fd0c8b4a34924_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:0a67e292a5b75f818272a3302f4d2d334ec57e5e0acdee47fc6da52625e6fb60_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:50be8ffecf96273dd18c233edb39db8e3088bb79acef2884f47b64a543f15e71_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:8fdc9fb2e35d486efdac44adca6152aeb6bed9fd88c183d80aa31da96e5b8c6f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:914fe11be86c707b3e2ea354c5a1c0cb72affd6d9dfe63ae2438a1a310ffe4c6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:53ee6ae093b31ee41b13bb67b40aeea723889379ff822719c8174e4272cce99c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:5e9cda0da90e658e08a08c69480c461701b03323aad484d887f12fa3e11bc9bf_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:8921a94912d602af5cb9636b2880c1ec7d8eff795473f4865f4354ea2079d428_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:d9b23f9f6c407010472286a31c17e8358a19103fe03260180d2d615aaa91eceb_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:53ee6ae093b31ee41b13bb67b40aeea723889379ff822719c8174e4272cce99c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:5e9cda0da90e658e08a08c69480c461701b03323aad484d887f12fa3e11bc9bf_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:8921a94912d602af5cb9636b2880c1ec7d8eff795473f4865f4354ea2079d428_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:d9b23f9f6c407010472286a31c17e8358a19103fe03260180d2d615aaa91eceb_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:0e598a4bc8097ed172a8e3e8058080ae3db89733c02644047e46cfb65b7d3b76_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:595b8a01e9b2189a3877041ce66509eb2a2a13bb0d928b4fa772e7d22d7e6bb3_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:a59804ff3479bbdd8249f52e145ad8099e67c790dd353684fe6faadb7246f3e5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:f5bdcc739dc1dc70a53c624c35d3e5e9574bbc67cf488919041e3ff0a11f009d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:0e598a4bc8097ed172a8e3e8058080ae3db89733c02644047e46cfb65b7d3b76_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:595b8a01e9b2189a3877041ce66509eb2a2a13bb0d928b4fa772e7d22d7e6bb3_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:a59804ff3479bbdd8249f52e145ad8099e67c790dd353684fe6faadb7246f3e5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:f5bdcc739dc1dc70a53c624c35d3e5e9574bbc67cf488919041e3ff0a11f009d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:06e2320e7c46ca66239bd9cd22eeb576f1c42f3acd26b8db1f6976e9717676fa_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:cc795d7a0cfbefbce47789c6d49532a9a41b8d62075d4c94bcb265fd3ad8ef6e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d87fda521517b9b5505780eb2d84212843145098e70032c9996b3250222fe604_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ec1000141bbcf65e1e79f4dbfcc97968b05cb1189cc35974ecda36bd2b8d302a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:0296d6ef8495a340807a800e8064de04bffd08cc24772e1482ea34d3eb39a83e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:2cb477ddcc46f5b57b4e81a8ad1163c0d3a13676e7079647dd2ec4b94281e9b8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:d85d011efa26fcf4fb9049c360e167a82f0f332f006906f945b0f0048d60da03_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:dcff01fb6c0c0477daca085f3ad54d39b6480f139ed59cd1fd4eea9077068889_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:0296d6ef8495a340807a800e8064de04bffd08cc24772e1482ea34d3eb39a83e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:2cb477ddcc46f5b57b4e81a8ad1163c0d3a13676e7079647dd2ec4b94281e9b8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:d85d011efa26fcf4fb9049c360e167a82f0f332f006906f945b0f0048d60da03_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:dcff01fb6c0c0477daca085f3ad54d39b6480f139ed59cd1fd4eea9077068889_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:5d7e619ddcc71a0244aecad37870bbe6a9bc993db053b68f57984c84751244f7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:6d0070709140682d4f91f5e7e1341cdfab3d992295f246a3b8f5394a3c290e98_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:8b8a1b6c5fdc802b3185d5a91bd9c68426307526fad048ec7b7360d2885a9709_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:a4b5e6597c79fd99492ba89777a51a9a0fa767a9b174aab5ad38eb6f7a195634_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:5d7e619ddcc71a0244aecad37870bbe6a9bc993db053b68f57984c84751244f7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:6d0070709140682d4f91f5e7e1341cdfab3d992295f246a3b8f5394a3c290e98_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:8b8a1b6c5fdc802b3185d5a91bd9c68426307526fad048ec7b7360d2885a9709_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:a4b5e6597c79fd99492ba89777a51a9a0fa767a9b174aab5ad38eb6f7a195634_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3f240b50f6973f1ab0ab53fd897acd7bec248c417923d56aad6630cee4bbad5d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:69a9487a24d400bbf3ab5bed205f622267fd19783a1c159669359d706a76c3f7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:778c6697c773971590c2187e863a18d45dbde7780c0da354a96480ca7e742b35_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ca587a8911043d96b60e967e4b2e33892254096414910174e6a7c395583e97b0_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:11801d98d9d8db5c37bc0bbb72aecc2eddfd0836d079f91a8018dd297e6f12e0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:34f5458a8d22a1b295a6cf6be82bffbb427aa6421c19609d37fbdb0de53afd48_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:5ed572029d4fbbb484fc3562046de00f7deaa0639185e26adb2210447a8ff958_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:8c3c79a3da45f6960f8cb68074488f8c1a97acd2637deab99b23cf5feb3dd831_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:2c452c9fb2f82e3b4e746669a2e8fe16a63cf009ddfb94d698529cef8f6ca8e4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:4eb82f07e01b4f66e34f933fc4c1ea0f09a8e227a216a732290e62db12641ced_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:7e411329883832f7e0e9bc7bcd716a5cc48898a051351176349bb877aa7a1704_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:fac2397c70e1a2d1457e45554f962daffec82ff643df596e3e0d47e2cd4a5727_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:71ef3a2f7205d5a4d2e223ea82ae0f8911ea9840cfc819e78931b5d8d7b3960f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:836739cc20594452479eb9db8a995d1caed27f82d8b1e7bad6061b0a7eeb3f41_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:9a6743d451c6a6223891fc13ca4e1f84328f5cbbe5be9c6f4a5505e47d894651_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:9b08cb63eae04604aa25e2816fc894292b63287c078922296ccf3108254a420d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:30a8075c0829c7e8170fee4fa1da1e4fc8f8fd7e98c03665692a0d3790a3e404_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:91eace031f4e244ba7c82194f0d9e4c42e1b3f83b4cea8281fbcff70a02855b6_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:a3a947c318b1d2cee8676949477eb154eebda2d7b01bc83aa3ab81b305d0c123_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d4485629dd69e3646522bb0c6fc3a616fd20e9e924c83481423beebef6620ed6_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:0050083f13ea8e40679295049c4312081d38904d8ccc1396b80f27544d01a06c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:1fa5db1d68336e05f0559c44f107e2968f7e65842d878a25355f37ff487001d0_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b8901c06e9ed87c8998625b99ee186ea5ac8a0a89c0263e210fc77f6b02fc36d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c90ac14a629770bd274536af0f82519c4247710c79acca953a37ae18d5108861_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:61ae2afb181d20ddc00f7f0f1a6a206221d15c887238ab048e10f838995c3d28_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:92ccfe03e0716617e78fcead09e592075632be76cb4d4f906a32fbbf1e7f79dd_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:92e8805702148fe8bd56ce06cd18da14eca209207633ecd89b3b3db27e784d2e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:a74af849f4f9b5eb17e812d798711ea57b234c311587a46fccf80b449e2ab091_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ce86043ba90a236d904b5bf8349678a139c9d12abee75b13e20b454762a79b07_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:fb673b9cd4bf5792fb1cbdc40d8ae3787b0c371157078ffbd959748ab0c19db6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:788f14d6d64cc43d2f137a2b5a2e13e80b6d7bd1c5db3aace5fc90b090cc1325_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b1aa6c712d6b2c05c5819d89c96f837a164cc978670d9ce0ca3676c2bf327ab7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:e0b18dde5738907a0cd2a7e54a3a37bd341627b6e12c2e8901cb5350e78e5f9f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:8b774ec1d7062dbf21f9d4c9c82926a333d4b530dd31e907fa292b1673c17f22_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:a44db4753020da0574e7b2cb486ed690ec6d452d9c9a86f1a35155b3203c3f14_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:fa22ce356479e36e38b28420a89c51826e52e4ed29599f8d81b33a4c9f17742f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:001a95b33c0b3c3c0000b21d4e6a0802ae3663c1d5c5e1c8b8bde03e248b74e9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:0f1a47dcc7b5e8d5d82076325fa73ec6bb18d6a7124bce44da452848859c03fd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:887ef213faf48dedc023d2c533d2b414f5cdafb4cbe79a33841d616ee1e6194c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:d74b26dbce57d591c118a178762b14e8d3663efedb7e3bf423c134c04361b4e9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:39575d20a0b0aaf4e66e34c26cd0ab61fdb672d13cacd4b8a46a05355ad98808_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:62ea773b1ca80e54dd81986d7aaf175916562abc8fef3a7a0785bdf976d43f35_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:a70b67bb199914cffdfd5a61528d442e434bc3dde0192e91f68cd7a23ec20353_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d53a31a064e2d3620ca9a6625149b02efbf5bddd3592afcf355d03f6539c689c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:00085499aba957ce0074d5f821884de04c511d20153293c39e85fb4af913c679_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:30cd4b0203521c2313602ce5bfe38fb36826471bf97573a4581662b579199d70_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4b5e0baa200d25a4e50917bad8abdea3860f7443d634ff316565da4650c7fe31_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f260327ebb92a129f41f5adbf40298abc26df6a7e1a88d419533b4712498ef53_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:1d51e5dd1835cb7d0dfc3507966c4d9811619fd68debba7a51f92351ffdc8aeb_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:d273edcc6cdb663d54cec22fc7947d30417ebde92772f7613ee71df7e245f8c6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:23ca2c33256242f865b28d356c525a06f15824a5b407827908fdd88909399ec0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:4d419fd5bbe80740a39821dbc54c463ba88056f16fb9dc367cd55f4704c382e9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:44d79a4c2279ff4d86d2a763c7d54209f9e24638fd4d1cedd5579b19ca25f5dc_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:798b93cd2c8dc91007f8e5ce984a9416a523ca1ad1d1edb48ee299cc38a7298d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel9@sha256:6089d0673200ad7ea54762cca3ca1b913ae4a48fc12ed42da637b6b17a6fb7d9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel9@sha256:6fa9719d09f35aed806742a476df49fade99829cfb07583b4413724fbfa1c194_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:2c22af5ba4c507b1d44a2f1b2b64585ec6b7225fdfd507cf9f2691376d169819_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b20ba95a4ef35e4a72e3b861655d236da808c9392f6f5b9b7b760f4c1ae12bd9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e93e6e39e6a94f8aed80905145fe08b6679dd15a84ded4b4ed0b24b0afdb36f4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:3b57a94699fd5667ccb1cade8f56ced7b4c9bc06969da3a9036fe4963a6bec0a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:d2e27e8532fdeecd9de5f9cc0ed750cfdfd92d82dbe142601c60d32693e67277_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:017c35ad3581bc5d47691821501fad35bc737e5c8aff5b486fd85905d6f815ec_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:d7c0d00e80632f5acfb1c3bc82e579be6b79e15817540e9c91cd6b3a1b3f6ac8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:03d49f30a46c3674fc120b13433e13a2fad082c984014f459ac7f10ab3e9bf97_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0a7e8b5f1b1120382de52f3540ff6908208bcd4ba242abba04ba79902920efc2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:2e903dd9147352077a4f775283942c3c66c21ec31fa80e1f65a048dacee8d227_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:77b9ae4216d409ae20d82c476e101fdd65c15eae30c619fc8c51e1213524938a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:369734364457c3584230c9b2445742b2dba5964dd7733422935bd16b71a0ea8d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:4d8b91d1d166f1ba933181bc34de9c05ac4de59a785c707e0eb695e4a81425b8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:5dd4a63ccc8ff694f3d0b4d38290cfa647c8c6effeceabcd86383af0657c1e38_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:d314434ff086a17a4dda0e0bc5499d892421d66e97cae55ce50336b25c14b9fd_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:2d4e18a550d1257dc97dc44428efbfe326ea8f305dc58228dbbe74cbdfd37e26_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:bce1b5dcb9d752202065a6aac8de3ee1721b8de03ee0f78f569d0f841d568554_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:ce8fa76166c3f37ae6e855b75e43aa462b0571d2720dd15ec7b9e282d522a13c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:df1f7115b9ef18a54f64b9646a27393c7c949a718fadb28ab8803d955c75577b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:39cb774a7444cc93f1fbb512cad9323fcc3ae217d4402c196a926701e98472c3_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:68cadb749ab080da743feff2b120d13f66cd54d61b7ee09b41083e36671a0f73_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:8300f9d1110230c510e9ae8dbbbc4501a5ce8b57b424f20ae3e42d4918ac9b48_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:d3f327e2a5f4745ad2cb946a2228e42bcf51be9715b23732eb1d0b877b6d3ba3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7f6a13a46ae75cda6eb2d5688c851cbbadb3193ac642494bee3d5d2c5e6ea8fc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:b92d8c3640522615577328179dec1c851becd7e42b7282d3a50f7af290c4037b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:4463bd38f33b06d584ebab15f5e2742693130e299590c038416f833e6ac313c5_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:8728d2c64b36f2c3fb9a52a1bf7ae98c5b113dc06ed7cca49c7b3e9f1789bcfe_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:4f68de2634b2f3650f98ebcda1c5c104a7941710c3ebe83ceb8fff4a0b697b82_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:a180fe7b396945b5a18274c742f6c01d726ba6177ff6721896f0235d943fd578_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:17cfcbf9d6be2d228c4cd0d8a5f23d4bee7814366ee0cf500af66a30ab43aa4f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b8e224d4897a0a99e182e966a61817a0fe93de3bd1ed78f68ee077239d65a908_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:c11fa3e642fa099dd30b99375606f82a4cfbe67017d832f32c8fb1ed58a5aa76_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:d0960e7974bb914fe45bb0d740ad8a84cacba8233e9ee0e9eabd5b3e71372620_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:d5f38f5666ed4b7f7e7da03732367e1a5d67f7f7d35c0c4bc232b5aab7f2f2d4_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:e74e1470caa81fae1509bedce3d3d1a8cdf89f814e174593ceec0be711270dcc_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c9ec31a316089747957c8cc1a8a49dd9476d45d6e7af919fcf538a367d35a0c3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:d35056c3c4ee809fbfc2674c9085b16f5e5d943bf7ad710c6aa4e5713bcb095c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:dcea4453ca75f5c44c125c1d677f28702cb94a73366a520e37b842ba5128577c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f3d8cd4459b8271e7718d4c5e97f92cd7db4776e719da5d7c04025e18a622e60_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:212c72d2288a050a21498a5ceb4c3b659b4bb98d0ca445d6b85a7a8b94b35488_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:45eb78529c0122f43a9443d06679db427ec2a389f7612ebd36000ff9f5ed48a0_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:d105ced863235a301224f506642394034cd0209f726a385bca03147944f0134e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:d1fb82d1280562120cc7fb356701d1f33254a177da5d0c0db90d2276297373cb_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:38c1beb577ebc5dc35ce3e31316346f21d7d9d6c297254570d6c6f8b8af4268d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:a083d6d53630f47a8503a45b639ae5c567d1f724096d1f729082bfdb9d760585_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:f2dffb118be72c4d3b75564f6038eadc0de8d261d6b1eaeef35343ede6056539_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:fe33d9c4694948619c5e95464f48fc82fab1feb283ba1d57225b3678085981f8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:20d22b7c095cbe52a127e22a428a8b27c287c4574abd32c2133287dfff3aa0e9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7f8d1c497000e0ae2985e9ea5a6b97f0c24d64e92440358687c8a5fa76bc778c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bdbdf3620970cb066fe169ec145f6db31f4bb4fc768cc440f4b8df83f57f206a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:eed72f0b204935fc71bbf10495f0e5985e5049bbfada39fe8afa8a60d12833ea_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:0bbf3eaf02453b7123901fa866a7f3f056ec58daf047b51ad30e177574ef49ce_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1ce7092cace33e4ab97d548ab4c9a2388dd84e53bab452a7458c8a5ed4495701_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:7985455eba0bb60e7b1067f759f3e30ae73f9be78068f953e060786530253025_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d01e8651edc6bd95da78c5fb2201aec7c785126bc70e0f03e0f2e6ce67d245f4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:12e6b0853b26b6504bd578914183118e2c74bbaa0e934a07ffb99acf3e19efec_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:26a6c5c8b798a039e227d5b6f02a1bbc1ca2a3c3354d98ab7beddfdf39e323f8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9864736555736cb9912dcb1c72f7d85aa75ec96286972312c2d0a3fc24788d42_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a82429314b1c0785c2d46c99440175d0ac8311bec3f31da3418340a2a0a55ac2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:2d6d0eb401d3529cc09163cd67fb8af3d9629ec14890e3536904669e409c2262_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:33a206e8de99be5297890d5373cb7844c0ebf03285547a3dc752c7bab031284b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6ffc197659ebe1017b99eb4f9b3646ff311aeb2bac6d580b3e9ffaee6138079a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:8418c603da899631b4fc20e064533ca74f94b98e20ba3843b7603c9ff7cab8ac_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:02033087b0776681f186aa48725fd0e2297ba2e22bd554269ace3d51b3f6da5d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:c2a8ee96f4cca328a3791758909bf9322ece200a84b10bc15048979aa827af3e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:3fd566875c0685e36134791ffafd5232558ca1830324988a55ed8e189fe5c35a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:80d2d5f45ef286fb8ae44b74ec245a68b21300e7d1deb60f01c527586e036db0_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:089f5b6a5d58e7dfe1cb8fc7a552a7a3a525208e0cfc86f88362eacd3b11b8b7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:263187d98ca0b290168472163b9a8d81dba1077cce8d7dcd8419894ba16524d9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:fcd7799ce45632b008f561ee8688988c8dff42b9e0677a05302ee8e325e5613f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:2665982a7b3d16d59f3e11ddf65b1016828d746db8aba950d9094cbc5fc3cd26_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:8a152f3e2f884f37e0c222e8ee47985c2363cfae12745eefbc305b30158110c6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a74dfebf03b4e0c686a285f0b71653d37f945c6c8e4fa5e750cd3fccdda1ead4_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ef3b7610a226305c920001ff036628d48ff3ece3ff46c9727749e619b69d5524_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:31d45f4b5897554f9e459bf8822cd945a0307b515f8c2247e968aa3251bd9dee_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:439e379c449e0011dab2323ba70da96c9ae85de0c78ae65e4ec97cb9e792cc14_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:9a08e22dac8c713b0cde2a6ac9031a70ee16bd1df3d093f8533534287ac7fc41_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:f1341dbe1145a0d7f954d04b9309e8fc2d44ec306db7ac48ee48b63c29a935ee_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:1cb4e934a34d7905afbbe8bc1edd2ce28a01f2f10ed0ebc0ccb62d732009ac12_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:2ea17ca4317c75eb3a86741d6925cfa3b0f8fe5cfd14281ac42f2f61b983bf39_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:9c2d1fbec1fde2e3a0490bb630ef4de043fac05c915f6db43904feacfe15541d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:e1848797ae0628fe6fe4b16aca661ffdd6559cbfe56fe0892c01b6885cc10598_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:36fa337753dd82ecf610b3cd5bc3c32b4d863e7ef6326610004d5ad2e9e8a369_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:805c04faa83fd96fb2510deef9c180846028dff7c8de992474c00b34bdaf29e0_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:bf8c8fc79c16f075b4cddbf83f6cdcdbc00ae5b64e11582ae7446f5d44666223_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:ffa47990e61f60b7f7f65940caf22a8340af1dd2924f3dcd6bf5afda8cf369ab_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:335e23e7ad1a695dad06b98fefe5aa1a14540fdba46000257a0fa7f269dfe6a4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:a5fe2690e857872fc80ddd0a8e72a92508fe8bde271da5d9697cd6b88ea4f08a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:cb498e9708e578bbd9feda69340a843f0099ea49abbf4cc88524196c6d5a85b0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:d3e663795f398f7a945b75b5eb98d9171dfd65c82ae1abc583c31586bc2afda7_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6330474da38ae06e0c73f6319cee3c9d73bc48a31a155309222dbc414e76efcb_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:72ca1c3f1ce6ebd678469ad94416f27db9a6e9ffc5e22a6c0636f4f26872fa53_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d3d0cf16422232526f461e140aae0e5cb0b5c56787e6dedf93c7e96bc6c29594_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f1a0d254b3fe80b66cea05d072d13bb9870989299d9f2c5d7c93b9ac9ad3074a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:8b11535627b9908e957068a9183280ac57dba63c90150662b14cf728238c8568_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:c2fc14113c69627c79a7b28562b05f2c251645c976ee1928721c1de0d48a14b7_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:c3c2cc1cefb6fc3a12978f4f14b3e6d3a90928b54b4cbe092d28dcccde2dea01_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:e7b0213d1a1a9dbd9921ee545de41c263078dd3ebb1f838dfe150e73fb51ed2d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:06f1abd50ca304ed98a0dda0a37c62980abf90b926e596ea849edff7518f4920_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:167c7118d171f577a41a66acda52d3ebbfcf1189e2a6fb8101fcab56b6a7df8f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:1b2723e537e9ca906f3d1a6ef70a5d0c95b59623fbfd5f0c5bb6de49e6effd40_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e090cfadfbd9d9587a006ea68407fafb1673b93d6c1f6e77efdd2c658a503669_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:49823fa689e0b99a542b3363f61c609730ff500b1c83cbe9aa2b3ed949e9d79b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:4d213b4b7b581e6ca449fa12678b4b75b06b938d16c76c054910bf71c2b65168_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:761eefac8ce5fb75389e8e452f927143acc1aca266602d6fca8c007c30d7eeea_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:8071b85d6f58f8c81756886952ce6fae10fe9a88c83927342bd6106f1e234a34_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:54eebbf509914e15aecec16dc21e8e3c848bedda66394a51ea4088ed16f0d3ec_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:78c9f0837ce0827121fe91f53a1ae02bfd66b88ecb45fecd30826d47db233038_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:b31ac2f80176d24f71e4e1fb8bf8f153cab65e069add24cb891a021a06c0195e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ddb1c43498ca301d4a437b8ebb23378c0db0b8e50f58b0dca911564817db1854_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:4f4ed9468740e6a521d1e095bdb6f5fa175c7e1f05550d999ad7342650948c96_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:594299d23d3fbb349d6fb9c4e059320829e7d2d643d890298b2a94c4314d92e7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:6800efa41a1f05c0d4d2f6702ec6f2fbbea73c3d3fc025dc62a5cbf3233add53_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:dc4a15e5ce1b7f4e932a3a08b32264abf570df68e15f270d7467a43caebfe8a1_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:43594a42c2342a584f5f4b8296b6726edd85f8a00b9703922abc78320e8b6f74_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:805ea7427ea3131fab72e43f80c34db682ba3e3603b438f1315146f24f706c01_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:9f06792d0d1831f9a557c15967cbcf117365305b612f3a23f793863615285ba9_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:b010ff328387fdcb88aa746ded0b63f609c8ed3a9745ee2f648cfdc17570dacc_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:08f3e89b2984d8563a822dde8feb96231e9cae0e74cc7a64b9871d53f4a9990c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:430e32ea9f2b6e87ca04e7713f393441f7dfcb0df57c7ac4766b439e8c281396_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:477ee1d38e4457c9378f05e83e6086787b957bc93f5a9c280c4afab8a6e02152_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:d42373331e4dabbca4921280d47dea956ffc0690648ae172f156605db302c8f7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:87017af27e74c380225ffcbcc961d2d345b5d997df552a9248d07d8230dab3fd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:ed7dd0e4fde979f4286ec5fd7f3ff1c51eb22d15af56138ae838d97df29884e2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:205cf240004a81339d5673b723193758e0bbdb008db6a294295412b6f92cd1be_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:2bfd19c9c46179264bd0d7c37f8f7b9edda077f3210f168f010af88317904d70_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a7672e4823bc698d02c4d241c84a57a523b13a267850baf8c1ec44150eac7f7f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:b84395e944be5010ef965bf387939c481d9c313b8abd2338414a3b592de7a219_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:366278f589efb7c0ff2bdd800b0f6547b8be6acd259782192df2b10a9754945e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:4505bd25d99cfa5466dae74d577e459f756d6bc22fd5a21e91f32d6d6f7fab3f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7bdbb5168db25825edfaa505b705d639124f757f7c61768558c03f97dbb52e92_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:841d8a1a5cc97465078e19834734ac726341509d5e3fc5aa7d02e9418f7826ee_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:5f1fee6ff56a72baabb5f8c908feb2c4a67426fd0ed4bf8e55cc4daf552fc4cf_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:7689256c7f78b8e827b2588ce08ecb65035f3eb44c22ef395a4c16e80476e58d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:b2acd795681ddef65394e303c06e022ff54e1e0c53fcb341c381197f7e520b6a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:f5c1907aab6224d4c398d0f5cf151885859878ead00bbde79426c96dc8a6faf3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:168e6236d27a57e41e6318cb2a96b31eb4030b65f194c924d6e6a07c4a53f0c8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:6533b9840e66c882af6ea984d451821cfaf72000c1d2d8e1ffa46b95abfd0c52_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:8dd21817e31ef713af9cd67c004c8a6118b62c1dc557f963f28244920ffa9f5d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:bbc41d8cc76ccd7fe6a93d84cded4fe03cf08f985976266aa532b2a16232e1d8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:0c869ca3f2cea582df50c27d9170e6ecbf0df000d65ea250e2fb8ff41dbe6b4a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:4cedef9af9f34258060b059ad2d0f44ba329dc72e64942a8adcd1c14400a02ff_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:75460db975618d0dfc82f509725522f8151b49a00a210615dc8cbc97f6ed2fb4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:c4cc3eae9765cc81765638b8f1d6ed105d10d018f30bdd5ca9770b47e2ac683d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0006cc8afa959998457049601891036f387a518c2bdb3ba496928b229fe9d134_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6406a77819214fbcf753c72e1add20455ce1c71db634a10ed36cf4fdf857d892_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8f2245017277cd5f2642b162511ab42d7b8485567adfa25db900973baf058de1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ccfa78714715591d82a4bd4429114a92cce5748772e84bf19e4a890e428bd4b1_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:6ebdabc2690c1c1072803bd473496bc694f9d0c99af704f53c810d2c294ff687_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:ac2f665507bd239b43bfcebde4c50d9925b0376c06b448a9695e7f25ec4380d6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b2f58190b8a5b444f51f7d4431cd1fb5e59fc0c38fb4ff7ba4c51d2ed1ce6b2f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b84e75d4eeb59ff0804fc3b501156bfc562a52c0cd554783d8d7e7c0714d6f85_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:163154e33a4744ee5a451384d824443fe2f2a9e8bc961b121b1c317246ada9c3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8ba5133f9697e04a14d866027d8f342efe3bb9732857720393d9bf3e0effa09e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:be734c5f7b5f7ff624f842c056ae099c81ba1f4423016ba63f371a8d8f1fdf3f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:f4530c4f598865cc3ab9210760d93fc1640e15a07fda71fcc2b5453834dac7be_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2ca5fc5e9405404c8b611513cf033e480cf81c2677ccc08055fb934aa40cf7ef_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:3b18df1f2d706c80637b7a31ce09d3aee59eef1bddea71c218dc9270939dc194_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:c64fbe8a063ea2f7897ffd9bc2c1882c03c406611f8dffe9b9a885f3e75f105c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:def060ba5ad7ccecf1d1cb0ff3360dba500838c087d701015415e1a2ab08b4bf_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0693761931e2b7ffaf4e39c6fde5b0a1099d32b5269c7a498f76bff354a84ae9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:8fc7e5dbb6c2470efa7ea415b71569f753769abaf3331f9ee174adcf39a4dd27_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a1e0a23dc6c93de096d3d48710c45208a48a162d3858d0d7afdf4f300ebfe04f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:b71416e2ac3c46366da3abd72b0762b74759587afdfdc8a8c6a47a52b1d1d77d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:72c97ea299920a43dd391500e1f70b27cfbedf1e9a32ec9275171929b8fde7d2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:7d482a6204223e73e4dfa0013f4ba20db1d04c7a8c2881dd4b9a58e6e7d25f09_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:8ba5845b83d32531f3a3798486fdd8377bfec0748206d917ba821c6a76d55f3f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:dac43b8b4ab95960e240b3eef0fe1a6d37dfe23ab7d0cef27d412ad69afb5466_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:02698e7f9c59596fbe039b031515a319067d79c6696a5fd9fa5a95d5acd4026e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:28796a3d553d6880de207e5d6048c2efc4ea2858eb6251e43d1b46c9e9466748_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:7b0a4c796681ab9dafc0a708dead6e0a8db3166ec40e380dfb02978eadc7d2e5_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:ea3e2045e45229a9a61e6b9f9d10d0762a8e6f47e700d96c916b402864afe8a0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:12826fd7a8ca953be9429198adb9386f489e6c764d7b3fff044a4cb66c7f91b9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:22539e72bfdcdef4c91ee509142a1e403700c79d58b4f868a7a2e69b81c2d6a6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9c91efe4356286d3c8aecc6e9a4ba5ae54655477a2541ea80b2ab9ac88c63791_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:bc74fed608f8d45c463f68e581418b4ca5f3ef05467621bd6199edd149f3c7d1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1eaa76ae1380d3aed001b85612fddbbff2bdf70d85506c4fa5426ace8bd066b2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3760f9fb700165458048262a465f32d19660ba88e16b3aad5fc349b047a5248e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:be8dd7342bf7b1bcc1bc0f873ceeda8e81bf686259ee4cb5f377f397f43349e3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:fc535145b24b8def78590d003ddb58c2c1eee976ff2263740dfbf634f7d1c888_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:6956849db88740b12994232ecf2fb137db82f4afbef85b920612a9b38ed8bae7_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c182f19eb5bef9530482e666cbfbcf2649c1cccd95309850f93b82daf8d42a90_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:d12663d4543fda0b233405cc0e3823ab68cb421eb38acebf56ec4f0555e1e594_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f076696f3eaf06da9fcc6a4042afae097740771bf902fce0d3446e63ef8e7caa_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:326ec4eb64e1da8db46c9bdfa4e0ae03732a863eafad17e4ebf0dc63698acfae_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a7bc793a9fef04df9e54c978cc8c14c151168fa186e5258528e8e234fe036b00_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c493bb938f211c8018e014c922287ffd9db30a9d8e6818f2dc9cf42efd6b6da8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e0d5fb86c982e60025cf5e25d6ceaacbe380e9e9f8a78e311a488668ad991f5a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5f471c6d5ae1413d35f2b1dba478330537e2cf1c45f5d2a3b1d0b875935db19e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8fd890e0ed4d9101a895b34c0f42293b280d06245de6e45b113bbd5665ea488e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:98041b168deec45330330ec382e6262d616e1b1a22a389f9216b622c3118f401_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c1bdd2efec725038c68e2da7133bed08e1a1c8d9141a55062f621d6ed403af7a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:81e37f2597f8539a9f5b3800967545af056e88089f95eed69e5eb55426dba52e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:955772451d73b6ae56069b6e706629f6e726595f27bdd0d9a920d217e7456cc7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:ad5fb6d1f60634230f1dad1b9ca094c2fb8bae6e68d618ffce60d20c0e55d8c5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:cb8664cec305b071cc6cc3d7647b5baa9a013d35dcf318e407e6fcd7a2461eb8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:09b9ae640fccd4a948ce4835dbe29f65be91484aba6c2afc751761aa9dca541b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:3c9911b15f2798b2f4898177bdb924641e8ead282574beb11278b9370eded2fd_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:21d73647d434cea2c398a5c30ee2f92b6f5aee3b1106b961b1d50e8a18825f1a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:49fc188b34134f5695a59a384101be2254859d6e3fd3fa2e1deb282049e5f592_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:03e6ee2082e14e8becf5a2d7cc6e1681a088a057c1c7a2189fceddf23a7541af_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:80be0fc1705791db62dbf7b2385021b8e67d0d21a94815fff91c3e87d6e6e238_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:5c3c19e3dd09249a9e78ddc4871162b166bdeb05cabb7075f101084a26863568_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:de0740c2f08cf7e6a8c851135f4f2273c768eac198d7e09e35a81b585f1c755a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:401f429b76740c19f325c6f0680e55f66420dd35e72325bbaacf5f1708c2cb2f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:7e9b110c44bc04a2349b037104cd836c0dba7fc90bee7c0a3fa0a7bf380664df_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:96cb1a572e643c3d0cae3b20040c3c9663af86ede9c30bb38256c080de90983b_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:e41eb9ea6d0e646c40f43923678913904a2fc8f5f4fa1e9e458c807632e82c9a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:beafac871e27f012d9bdc881b0ed67095ca7d34305eb773117eaaf2a5f2404c7_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:d6ef7d1f4afe94e6bb5810852720c1239bd58b9a49a085d991659b59c6e26452_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:dd8dc49c8955041adc7c38a6023339cb928b3f944c144efe467ccc8da12c4c78_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:e7d08849926e92a0f9516b383ef71dcc2a6e368405f1d5f330042c62fa10685b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2559bac18be9d14dd0de38fd2c2b8d60b95d3ffdfc79d961747b7d35902252c8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8b31967a88b74281eafba0661b347aeec335308011e626d9dbc57557ef8fcd4e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e6a298a5a4b32e8908f2ea8207f673d1c7f63d654ebd18a7c3dc03bec7019240_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e892bc22d6a070e147ee0648d834798cae5f2e8941805a6bb7a0a4b1a292fb82_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:8e9d58dae4a9f2c50ebd9ac52262db031764fb28fcbc30880ba5a5c0e4546c49_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:a4ea9bf43c60b1486ae8538b1382882f464299257acf43fa326eb99d5e6851d0_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:b264bb9685a03d54117aa33f11853039d903cbd6d71dcdf63fa512e9f9d826c3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:f1a979149507ede702bcdcbdc5e49c667b52cb2f5e5f1cc9e0ca18602ba35772_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:3ac91633beb2c994cb8e7341b6efdc22dbfa4bbf9aab4819bc30102162b1d1c8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:451b74b33a2bdd13643f49117444110c86d7ea956a66e9285e3738e8c81b6f5b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9301a4880095595d6ee0667a7da2ac7e75f5a028a1f70bf71ec1227310d5e170_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b937da6f29b34bba141df41775d61d33df4c81c41a488c0f717d7b05cc85c453_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:36d319f66e25669271597bee4ae415053935d0877530d439a6e8b2eb23353cb6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:940220625073d9178c2efc540fb418df676e44dcd35c5a7ad01d1031ce779bd1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:c04c13d41b67bf5462d1ac2bbed4b95a53a2b2bbd293b32e7478b5cdd8ec5d5f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:f3bbcdd4a8f70fedfac7869d46124137c2a6856aa99a9de6de7b62060ccc5c08_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:059ae4b4cf18b4596d8c86340edd34332be7c667adbdb5199720a0a581086d55_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:4622bb035bf6a546e3de1164b347ec79844538d290bca3100622fee0986a51a8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:d296a62ddeade7d40ca2d727f9cfb3d4bb9dd81498c6a526a565e3698097420c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:ead3f5874193b8acd6bece9f9740c109665098b059db964e6d74192d6cbf52c3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:02236b492db7f328592308281ed110ec59afda1c6fe88b5b1278e66aaf0a76cb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:8eb91dcd0e34b5cf2520af44bcbef1d953892b1a39d117c579c8a2876bf8ab05_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:aad0341721e7a15e08a2bbe6ab9e59663d366f8b47aee21cdb54812e68161bd4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:f05183b69bd3ffd66c8d335d6a476161781ad2e9cd444a94edbf41eeab16ab81_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:6b65341e8a72cb548d68d8c2dd567eedaee6d00d198295437514524442471c01_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:983e36dba561f7cd2f5245528d856e81ad729c3a2040a66f2fcaa18650749887_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c496114509bc387930a5ac828dad33180e20adb00a0b81ea36fdf78159f91436_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:d23c4af5d88f5f753bf395b24bf1d168570e5f6036c6a6ae8b1bba6bed7ecbc3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:0c49b379e40a6fe3a09a21dac8005fd64c3d09c985dc728e1c7f4e57afc464c2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3d282ceb8dfca2308bda52e1b7d2663f7776db2a082be84a5af6e228c6de8664_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:87929d27a7e7d6538a5cdb3ad1d58f531c681ec5db4824498248ffd5dfcbedb2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:eb293c9ecb6715e0dfb6aaf457ec19a0f2d0862ef4cb22794335f53cb6981088_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:11e6a94fa5628b607268bb3d515a0dcc3d2b66a42a0512fbb50a7db7550c6a40_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:65e898b5ea52c5525501b63aa3063204b644e0cea1c9134d80bc2e920fc9a010_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:783d90fdb1b46848f2e9c4f313517e219216385667304593cfc71c2e54579b1c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:e57907330d75e38a859e54d12a56fedba7c1c1a931fc9db1bdfa3c2b10268704_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:4f5d0717182c96fe4d6ff1936b0ad433bd4626c0fa1b29eb1058ba02fd6f9500_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:95b856a7497da1ae18ce5789262957edc94bc4cd87a6913e6d16d1cf9154e1de_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:9868a70523d322153d4870f205323629f8230505c883b79bc64c6b8440472633_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:9b2a4de77fc5736a8d2c968c8782039e22f28c65a8f9af920cc797af5ff170f4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:03f6485cce2f104c812ca1b32c422379d8b97284c6561f4568da4b23efe873b8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:40b76bc1b9e5ca0e664371020999da9c619546692a52e50544a84ada1193e0c2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:505d160e6dc8dd5ba9ba156668578e4f420b37b7069075cc84acce52dd02829d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:a20f2c0440231d57eb8db827564604dad20c3656c39acdab469d15ae5ef37c8b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:8c60dbf477a0e750d0e4895ae8eda21a7ca74b6ea06e8b428d6eb0e3acccf63a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:5a28ee6abd396c5d957fa863a15cdc834c72a792d895a28415900cafa85c173a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:435629696ca8750b352c890af863b85ecc6680b8749006fbb56cfc8957db0a25_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:328a0954887176f2dce3b350f54ae0c0c51f937cfef1bba9b986659343b2eac9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:8c60dbf477a0e750d0e4895ae8eda21a7ca74b6ea06e8b428d6eb0e3acccf63a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:5a28ee6abd396c5d957fa863a15cdc834c72a792d895a28415900cafa85c173a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:25f55cdb3eb8a59fc5d2f5726a71748bf2d8005307025d16646889342829c8ec_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:98cdda546009cda7d6a4539bac65d2ac6b365efa697d4e040556ae758235e9c2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:47f3054cb4a6bd160fd59d591b30910bcbb7123fe44fbb6f057d9d3176858e5b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:5504bd98506b057146c643c36a6581cb2be8bcbf82787bef530fb6caf4c16e21_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:7d6c9216d995b1ad19e5ae1f9f30cf3faadd54e1274fb80c4d5fdd802ee6b1ae_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:da4cd3b8933c8d22cc34039993d8866dddaa2e203342a94f23876b7245ae4711_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:5858c8230e834bd3a75047e34e659c4d1fc61f6c53e23cae5d3a8deff8b73405_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:66b2e131a3be79803c75bc96b69c3e7be34faf2f00f6d4fa53c82704627f8a96_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:966501e1f2fc5f70670211953ade31dc37f0c86e647e40ea56aae47d3e0c1a90_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:febeb3a8a0fce4ca039322544cbfeb0c6f60723440ec6c2f60b12b390373418c_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.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:1167bd175a841398744ebf28418cdb871bbad24ae38db5a88dd07ce5cb843d86_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2c2340eb12f729cba09a33a67a873fd11d421203e4b4548474d88a6e37f1af14_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6a01712dfd5ae1a741dc0db425ceea67934e763afb5df78809c0e6a22ca3173f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:910dc87281b45ed6dd18d2fb7204765fe3f3332d325e7c0cb061ad93fea7bb06_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:719d802cdc007d64eab521dbc648d7efbac8b04713093b774bdce1da422e3ecd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:ed014578e5710249c89391fdb17423ffa5e6137de2308facd20d4c45981b4adb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:f42c255c1923e63843b1c7622861a65851aaa086fbb2668e0867e28893ba9c7b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:f9eb32fe20a46c5b0ccc3e7dd9f7f8d3c591cf64ee7800137ccdf6c4cb1726ea_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4a69fac5425de41d1bb0b2ebcbb99012b520002235e578b8a8ff0039079a3972_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5a3757def8e6a4fd616bb999d34903ddc9f7d8aa96dcd865f749dded52e92165_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:63b6550720f82b5a98783901d776f3866075896b661958cff3d8ddff44dec214_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:679852a44689f3a73197e047661821c910e35d50edbd788170b8b0cfd9304166_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:037c72c52db1039c57f1008617136cf9e94c8b3da14ea36c3a0595e6182c0042_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:17a517f94f4fb0429b6284d884570b95349f269ed187dbd94c4476f525dc54f3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:6e0a2c775267d2f07817788a3ecbdccadbe6377e4d18a0d9dd9c0f0d40c77eaa_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:adf596175de3c3004fce49a68cbe58e7ba15b3b0b315349ddee89d5dca8109f1_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:47c1a53900ad4c677b45d0dabd3f08a2f77f164fed64f53cc5f3d1f53a9fcc2a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:7cbc7f3c9d0912d4e1d0a1341a3db13fa59bdd0a2e3a81e161e4e23eb43f1278_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:a3c239970ebc8ba8b547dec72f2f6aeddc12cd19c18d75c493abc85285da48fd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:cfbf84917a9cebdd238a83d06f3145716b84b883dc78e81deb3738d2a92a4293_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:2be87034234cd07b0305ba546001dbd90403b8e758c83d557814d9b6ddddacc8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:31b6d68104fe1044f063ba297e9d9e69c1e55b95b26f1e33f93a2573d66814bd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:3dc697a49932c84227d323499a2a174900bd91215314697b8c9c41f7dca957c9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:f5f6edef66e7059ef66d2a2bdb52240c48279709048cda1b9b96bb11b9449e63_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:0e018e0ea1a45558fdebe89d04617b2b703ba93c7d58f2b92ceaea07d2498458_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:32a45843d97384b62b8865de40d5c642dfede6904c05d15da08fde3642c6b8af_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:e109e2c17a3686bad9121716df7ffc7d6ec82419f28b24fad531f96f86df0f32_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:f8f64b2c9168897706e6cc3ed967a390abbe83894e7758d08d1b790f451b1268_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:0e033237871e3e7ce2f0c11741dd6ffade3419f95b6b8600f7cb0a024bc89e0d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2f4ef4c232f199d5ac24750eca7388b57a44f976a782e48e0dc514c128801d35_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:468133aa3a5695bc314d8f2112e4a62388035c0b272abf4914ddcb485bfce137_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:601bcab3234fcecec33a89b6e6727bf6d9d3682b0e0a0eb98d6b84cc0db7458d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:00143215db73c4d765605e892829f7c7e4537fefe11251cb3d279afd98d5830b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:1e22e06efdd0d73b88ec841815eb6ab7c0f1324b98ea6d3c92910c2e9a592c5b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:5f2f9a2119899a4f1502173947b20d04fd943da8b2c953591a35d6e25bb5d027_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:f2143001d856a68c4cd933242fbd15d950512e445183f85a872f5aee4e2e503e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:152028b94c20a76e62793c63a4186a96b0958b2804979ead7dd47f33b273a846_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:583ba099e05b1c82e7c6dfa6d9a9be5face39683e39ca9d251b8a1562c0d6d42_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:9486a1646f0fcc699d0581ad5af993a73c46aeee65769bd8fb06bea1806f0a8b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:a91563e22d10c6a7c77b092ab6f829e7f0436923038ea4a47de1403813c20471_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:2544e96601860e73dff52f6befb165f531bf7686137d5550837674aae6afd3a9_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7a772d3d45015ec702f5e1ab054be240ed673591517ad99ef973898d1e535c69_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:d23cdaa0fd2114c904ded232b6019e61f53b49b41014a16e9df9b7f864384688_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:dc2ee3af87ceaff29152f92bca0dcacc935c10bd83cf136a9d8dbb628addaf65_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:574c4e42ac84049cc168e68faebbadecc3610348ad101ac9d34c140558e60131_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6f44a8a62a65945363867dbc79a5c43965d5e136766fefd02527145d53756ed4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ade325055aefd73a89a3e5d35d84c94b26c897986b77f7c887b3a435ee6e297a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:f841a5218782e8b9a3c435de0221c73ac6d5b4be8182609a074b99f1cc9b1f6a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:158858bb077286091d15b455154595158995981e1127e881694c686360d03d52_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:3a3b2fe2add4ab147f383874b55fb9d44c1067d915ab069c3649c321c0943d00_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:4947ab92f96cf1c2af5a7144e1787f90252ed0a9a0ae4729cc7fd61a4e671d9f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:4c06d16fe27f05724900f1df1db6d12b951c86c916800007a51de53aae260d64_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:008744686fcf83e9d9d4abd55bf1622d0e9f886570613835d29ac3c8cf9ad648_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5e45fa3a09a9bdea3957a74fe0ddf70080a83e70e8f41e8f16a0957e8f8f3bfb_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:6a39ad22c40ec6dfbe75e3c01f7bfa7bd8d1d7dbfe880d011c58362f15520d0d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:c6b4fa176ccc3af191fb7cb560b28bfdca4821b23d8296167b9919e0ffc26e1e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:73fb4d147dd798f244e7c6512084a7643985ed73163c07160cfa2b03566de6ea_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel9@sha256:557527d76a00f3afdaf2f146bed0d0d28224d8a063b1c9f88431ebb40300be0c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:6de7f07ca16a08f783899c687c355837fbe0cde28b8c5c25939524074f717665_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:d7db2153c58f0081db7446ed10fef94f0dce66b4dc909e65ba2c305161fe06b7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:30ff8f03b8eeb4ab60a86f9d72e596712171f4dfbbe7f2f74e747b596c05e3fd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4bafb9b1ccb421f617f7667e59fbc90d02a96f7955fcc76db9274a06562f47b7_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:633915104a44211fbb4ae16a128c60193cf266104345c664e8b28941cb051208_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:d08e59156c0c66dcd4b495a4d58fe8757445adf500fe4440b5f1e91779098384_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:680aeaabf1d04ec1242ae9ab0fc577ac095c170301a24cc07b2c20c06d119fb8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:a6d3d9b39379a76781f2894af08bad00632afbc1a6633cce43bba5c69a2c33ea_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:205ad021b256f031ac14686f61a5affc7ac8cab6afc076855324b4d91557d4b8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:c89f326a201d6b89af2d549a8bf35ef22ff4a82b5f1387a1aeaf4c691bc2b332_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:23fc1a55b530e3104c8674947f67e4e750b9b4fee1e71881148f5f532b558bbb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:40b70676d066ed2a7a1c78322ab1b96ff1c84a5f9cde846174a0b9d084cd0d2a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:6a8d392a88b7be09b2549e4cb5469a5ef748853072bb5354ac34d1c20a9690b0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:acaca7b68e729672aacec5b83f5349dee6eb0cc360e5f600aa9103e9026e8501_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:809682a7f5db22c4632cde8ec3cd0af3eb3b4a64bbdf95b7330b51acfab69925_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:e55d509c2b8028d64a64936fc665c013768e05a3f7019d372a2d7f5738e5db16_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:0d0463da3daa13d5047641085ea55f0ff09debab78b8a0552f2d2faf3f44c6d4_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:a3728c574b252b0830bd1df8e3e92a48c3121276214870a95c76ac12c108aa6a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:3ed7bf4ae76b1b3deacbfda0f18856b2c149a827c934c68fdb7348387c3148fb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7dae4561dbbf68fbb3c3e6190ddd8211b0d481f3457f13a4ea6ace475361a7bd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:447feb4c7d6d68716de5415cbcdb9f44aa594fb32c06480cf678b06788cd98fd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:f528b1517558b6aefda5c2bf23022ec918207238a0f4b759bafd7d54d0691691_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:5971fce447489bb15c3cc4cd9996e321cd8baab37ee170ba335b6ace45bd14f1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:dd10f8f08a1d5b063354f44376a68ee07218288077b78ab46e8e8ae75b747caa_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4899f0b1592431c277642bc16581a656d5e717067da2874bac7c00fa403c06d3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:db23b81652e9c7cf4fa25ba4a96ffafb07b0f5b2d923019658e50a07e31e019a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:1df9ed6540864562e105cbd7c275b0d066d028d4f2cf2362cf73a8ae5175fe18_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:8665625082320a37f6cab1a564adfe6a8d044cbb04c6ea948f15f093862358ea_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:625291292b2d99ab0374635a3190816c51e579dcbca6a0ff2e7ed8f686213cff_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:857360f334810f937fd1be07343b3a4fa20f48f9ef2f47d24bf07787683d9f81_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:01c0e71209c724866d3dd9aa76163ce0d4282d284d148f70d993b23b74ce1998_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:0c1811483c0b6923b5a03a43b3f38fef76bf8317fd2469d476546c2fc308d89f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:18f92db1fcfa7a6e159cdffa6c207576fa38fe8e39542770b49c81ba7427a0e6_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:4fd3b89d351ab5e4f5cb3dd0c7eba8a693466754fa6335f5d8349908f4a653bb_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:c58cc326fa3ccc29ccc1376869983ba77f555e88a5102e5439bc2c0d61605484_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:c6fad737f5f0c071d899858498cab7e031d424ea9ff5967bdc57b64e0a85905a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:191f7f1b1a766500f8365436c2cced514c795707e232187ef500b7cc4278b214_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:406b265de3e2cc470fb4d86ebad014965e31b95fcd255a81b7561c5e8fa0e56c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:865724525f54668e194725de3701a548e253be9e4f1debc84dbde854564238b4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9ae218f40503da16a9e065d8812c303a9e349d77be1f1daef1118bb0f0e1ef42_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4c797b6452d7bcaad38f37c65d0618f5dcc998ac5c27c20e9a11b155830599d9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9b04f7201f99279c028c528620ad50d94fe5cc2d74ee03b542b73fffdea494b4_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:af3b7c16a22c617c4a08fe22aa57038e82abaf27978d99598fc89c2587e7cf53_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:cfc288c31c5c00d58db6e6ddbf2d2f373dfb8dc67ba7c6d55293cb6491c29b04_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:370d9cf25a6331bc61f15927dbb752c9baa6696cb69f65a582c82de24c8ad7e4_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b00ca84a415ab24ee61ff3fb7fdc5334ce045125a14b4b76030f46c3c4b910a3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d223ef0499483832b4f1efec4e1128f8dca303de5fb3ef18a1e9f9817cd4d534_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fc42947a5994fd05142537f6fa8e7ec3d33c30f4cc5db5c83bcbc04d076b9312_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:8d5b7a2c9c54b30056336db174451e0504a6b70a3ff9376c1d6bb87788f90103_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:beb39083588eb33f97c9fa03683e74b1c51b76874ff8c1feda55cbbb27fe61d9_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:ca54639add5ce3ab35219dd58e1bfc9f6fa38130b0ab7486c4aa9c563fde87a6_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:de303accc9d9479b98214dda863ead61ef4ff07d24234b4a23ffd1e7e1c8b540_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:10c928e737116956e8b4972554eb7a7caf8ba82ef7988ff1bc55a20faf93a111_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:4e548be4269f413c54f23fa6e6be06c229f6929645d6dcf53b7b42613298e185_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:b982e659668e0b6d9feddc5664b34c92de8626965fb973af3fae7a7f3f1f0057_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:d14d63c929e558c5397dcf01dc9f48fd0d17cfa1125673177aa58ec64208deb3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:6214236f85ba29ebb5331829fd59c2e6758256d32e12dfaed7d8218db03f23bd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:6aa15ed02b87d8748be79fc881707a0506bf616d8c71d2e3ff6bc6831f80ee72_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:f713cd7ad817a6f0062ad246873378f7c1cee829b5b83c72efcfd4a70ed644b3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:f904fba09d99a7d6ab7583212174b78bb9ed5fd3bd1aa218d91dd18864541d12_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:05c44b7f417db2ad8c1a23bc01e62becac3946102369bb26770309285c377951_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0cb142098aca9137dacebf1790becca57f45e736d0ec049d6e900d6328ac28a1_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:8cdf51b679ab14cc5f9ed2d8265e7959b577d3ca1ccd0d698a6fabe5a11ab4d3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:c5665d7410064c6b4dd06328dcd62fb619e844dabcd5b218dfb10c3632b896e9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:325bd6adeb9eb27493b5f7d117fc82e3cf8a554c618f5dfa2448c3313b4943fa_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:4c4ec510e2eda60fef2a6ebf709c58da55a4dc6e584a060264854d9142ea6a0c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6ed4590215d494f1d630556163a47ebfab26a0ea69971862c9864ab0bb370b08_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f914abc670168e625021a71fa9546c2d28b4df490f21ba4f226a3c8387d4dab4_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:1aa49c2586807e952cdf7b1d86c0b3d25a0c3a32df62dfe3a777fc8b6cdfb8ff_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:246fbd712d6b7ef83cd83029c8998ac1b29d1454ccd636f8f6dc8b47bb5b6b56_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:38d300d9926a4fcde7999191efc6d99d6154baed0baa00f3f80db8234ed1f7d2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:3f44aeef785c94afe6707cf2457557fe8c6c9eaf72a000a2f1a3680a04d65411_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:5a3d3051df9f589ab8f3c326621f654b49ad33c715fcc8babd4ec35f473e8e24_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:77c228d758f0a2ca9da46be4c2df85757bc4ff9fe87aa6cda2ff2b1d50f86429_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8e1371a7bf53ef22fca75be240eafacc23fc6d119728f5d0d71a2bc149798de8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:a05161338c6d7bffbb1b294f00dfe1d3a53cc2f7a97553cf4e050315021b75ba_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1c78469e53ccad316db280cbd0ff4f845a2db0c9986fd7ed101e08ac5c5b8db2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:53c49af94fdd23d39cbcf433598c3f3a40139903631ccc5324b3aa49e4e5dfc6_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ebdbd79898c7462a90753afa2ab80a33fa6aceedea93e6cfa036a55f31bdd564_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:f842a1e9256475b3a5a6dae87b6b5c2d72cecfebce08ea44db5449f7854794d1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:74ffdaffe00b754bdad913e6699b44aa293f880e3803c00708d853202c20f745_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7cb9bd477e9f0f711eabeffee9f25f39c7985e7a27bdc46411b6bf4db31f8d53_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c0f06a3d5702010cbd5187f1b34b42eda35e2cfb5431aef3186037a385b57233_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c8be479b9223b21c389fde445e2e5d1541a7e60267fe07bfb53d64b6afb00999_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1ec6339dab77c900022ffcae585ff86041ebbe1d6cb8639d6167ad9b97156f45_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:b5f1e96b420a872b91d1d22766e9ce8fcb38c443c23a4f4baaac6892b3c6b4f7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:cbed4b61ebdcecfb4c459c7ccfed58a1db918bff994222f639bf2aba73def0d6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:f73ad509fa3ace02e50c9b1a3eb6850a819c706e93bdf88b0a700dfdad02047c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:38370fdd1910afe69d0b9e6ca55873e2db83b50f2182cef88ed7b12697ffcdd6_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6cf68975471ddee2804b4de20e932a1e1a1ea2ede27c614ebdf5ada4ea690e05_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:7f03465e59f1584ad52fed99f2ba8bbad123d1ab885a467fd69bac0ccb9a0923_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:96f38213da8a879118599dba97472b9a88587a1f15022648358360f368b6c744_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:68ed9daf7a0d82e2759096246c1b9eb07f97353c3f34a613fbf6893ca0d3470e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:974265ec3898a056decb3965f7c793a2852545e5dcf35e9f7e4bdec328c15c5b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:aafb8f5731b597fc079f76e4bac04da231e0e4fae464b83b7c7890b5f8ca91dc_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ed5146205b69538fd31b42b0114cf60015a47f872743a73077ef971d64d64c58_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:4aa00ab509205843236296fabd03a2c49e021eb135a91da0590c67b79694cd94_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:7bf12c94e1bc56b593af9b44bdfc3387ddda30c4a4ba762e8b89ceb714f3df65_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:7efbf4df1e8e17ca25087634b7387d0763590e00a33532f86f48b266199423eb_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:b7623d88ae5520b0ec76fb743d9c788511fa99b0ab0f6180de42d017dddc6cd9_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:41dec92ab759c44ceebe8eb15859b2ff29986dd5791ccab79f91cc1786a0b601_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:8014a45236ce64d0e0f3e35c6978442fd4f9ee21fc3f95e51f20dbf12e50359c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:94eff267e214468250b201f0af1de5bee5aab3e689d1f8bbe42d66f0c2adbdca_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:bc3e093b2d1a5e3962b9f02707aaff0d7e0de545a4b7a1887e79538aa2155fc8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:54e4d8b1282351915f2f22fa4843d5b4d19645dd890c4675f35749e2415d476d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6251627dcc972c58a39485c410c8a264d140b876f8b47765687a310ee4d28524_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:85c974e095e262ec405d402ff2a2c4419824edfb9859352c35fc0c8d1bc64c8a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a40c7d9de59a25a7212b6f43f281647ee45e21e948d718b43a780f741b0dbbab_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:a47be1e76eb39ed50efd59b57dd26a780674d022ec9d07d0b4954bcb309e39c3_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:af65a9f612d1e28e2b43f0917dcd06cec30dcb20366aed6a40908b74c07d05ef_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d182a13e89c363a605f2e6fc6a3e554fbaf27b9dd405ed84fccd8ed41bd8d8c3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:f3ec661872a5234517e8761e30e4e15cf2c7015760870d8dadb0c3f07007c4a3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:2186bb9adcba18266df62a838c9e79c6ee2b3181a97f6169513fe5202c0a75eb_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:6d89ed9ee8ac602fb6749bdf73bf0660df060810f805dbb807a903ed2dabc69f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:77a2aabcbd55ec7fc076d5c23ed8aece5424def3995e624291ca4f2139e6a82d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b0b0ffaab41c61cfad9ecd127f6f4e312ac45d548d77694cb470170b7bc540de_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:50e4d73d1ae6212010a58a15d5192ba8e60829e0e140a6d0bc849691c5c2d78c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7f0237ff4599cbe5aecd287913b9600a0bb36f2fd334a2a5691736cc6c5a8ff2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:862b9097cf6e1635d30fc1cd94f00f4656bd8170fcaf908bd058455298c46ac4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:984dcda6b5ea285c8a07461ff2279685000f35bcf3acc71e3b12231c782442de_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:02417ed67f618617fcca2270744e0dd3cd81a62d7f5f5da6e73221a7dee07649_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:b3b52c01b3d3351317eac2e4cb1e2b76bb4eb0b4698990b8468a9c26f42ad820_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:d94be231705a6d833b988b01a2aa5c6c8b918fbc38bf2ec8420bf133ccda55c9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f258283c5c32b7a28dc6c33a761eb7722a782773745325fbcd7bbb78349eb2e1_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:3d64a1e4f48ea11056d02d8fb29b5c5e17ba298f0a603e964ab1e448033fc66d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:6f737b4318a8f2e96c34c1f1e97ec23530533bdb33acbf9cba8982f8405f5aca_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d41416b2ae6fa0a882bd778f8628cb1258326ce3f212a1d956ba726b74248c60_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ee83baea9ff008d502c891af974c6ba419746967997f11c13266d7b02f7e8296_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:1d2c5714949f40e168358c505c0de750f5e2dc7dd0b2e99d31fe3af4cf1e864f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:517c74dcfbaff35ef2ba329a74a70402a228c77da442d263e5d3080ff7193965_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:9cf2219dfc08fc0ecb0f93c2e87ae9f8a7cad90b221742787a0cef6cfc62f007_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:aa18a0e963b906f041d4bf64c304ddef470fe78475378e11cb3565e5016beb06_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:1bbed360cd870566238b6c800e8522f04f02d16712c303eecc361af33fff436e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:28da5447837549fc35380edc0dc366bd59216852c59cfa2b3d512cf8eebc679a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:2bd88bbbe823623f5774a9813c7e43606ebdb6cd87b2db7fd78b7fe0c18f842d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c4b67e9207ea19d96108ed0117181a716c10d933c89ac036e49e952953cc3a2f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:11aebf8d07597c63ae5cac4cbc04e38d49ae1a4f8824ab22128e0b5c39e805cd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:357f6ef38223cb776249a04fb6ec29d61fbd24f7b31a5730544e449c1a5d9d6e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:83121be160c1fff1d16e17aea4daedde7e231b83ccb00349841494e7f87a8d1f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f2c98b4bc7bcbb9ade56ab4cfe5d44c32bc140b52a7ee9c5b9cf5957b7ada1ad_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:0dbaeba61694470f09eb05534c1dad038e310311f75009af32a0a1f43d469677_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4896946bdba46feed18276c4f29fe059ede4f60138c966fe9113aa93bbeadee4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4b81f38f15622b32498dbd192503ed2c54462959485ae48e47cfd67239181003_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4c02ec12d1f3762f4b2e735cd1600a00fd1bbc62130e005fd9842bd3f7ff7f6b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:18899c6aff68b24c792281604e3356f6bbb48d3f09db95f8b37f99ad7f8c914b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2316808c7649cb351257c6c2ee6aefbe0c0d561b822e3eeb18e85dbaf04491f3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:451233d80bc028a63b160526e07b233807d872f9d4e14da6ad4be96f64f29491_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:74fb3a4932ce350cd4da33d57a4fab1269bdb5e446fe8f93fada1b304a622ce6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0c7b57c158314b2f956181a8b28a9f8d7f83aedd8c87bb9bbbeed76a8fd7ea88_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5b88f0644f5b8237cf8b3aa0f6ee1d8a3899a912ce6499d1bee0aa902b2f8f80_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:672d284b3ef447aaea1bcc0a14c677c309116218340929ad59eaee178e9e5cb9_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dbce5221138c15a4aef2f65c3db8bab5ef127c48f3a446ae085a203d8591730c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:157d40ffe95e88526691e06daed0064ca15bbfe1aed547f3a3b968b9c36bee0f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:3885a8026a64c7f497aaa90c50ca93cf1479bfa83ad0d28c4f49cfd3c5220f66_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:457d21495a1f47cd6837f6263fa30652abc7a215c01962507a1e1bd6f4968a09_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9dec3a959d916331f6d2a59ef1e222ae4ef3d170cb344e2add3937966cf1c829_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:644f19b57dde50e4588f5cf1c4d72ac8d49dfb396b7c04d59dcdf6e27bb12017_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d5374c58882769f9d40f47d7aa8f20b1676842c8f0cd8b55a01d6fb587ecbfc3_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e9424fe4b804674ac06d8902eacaa8bef0c09f2c7441460621e587c10c079826_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f89289e63a584031efda082e7f77bd0ef4a28c815b3590061f8a397ee8e5a697_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:01eb7dbdb11a50a229196f82930e647e2080f53224bb41ca2a0fe6349c5d8d03_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:1e7712eee6328cbfaafef32ebe96031705ca193298de005ce69f63dd39eca9b4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:25eb621a41d2e7127f114416778c571112fcfe768281edf5e0bb25cd77235351_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:ad58b2585ef510c8f4c8b074085bb6dd3e17ed3248d7b86ad3185c76ec33b899_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:0f04929095116509edbbb1bf2a5c4a9ed725acf2a43307fff7cb5e4d225e553a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:2b9f99a6f44b8f7f39c4a78ed1f17726c933677102fa6953003ad1898f15ea94_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:edf6a8244ae0bfd588371101aced93b5ee8f5073309daa7ef6e407b4521928e1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:fcd4846ca63a5c2941046c19d96de0bb06ad4205c4f980c844dbd0d98df00d86_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:053cf21c2a3b09e2ba911c181d3585cc24390ba0ae4c130b9751a499c53a3196_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:154bd45ca42951efb3bcca14a5fa0bf055fe8c27d2a58e593e11d24abe2f98bd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2c0c232df35e9d03ef13aaa8b44b12b6c9ca2127f0a5e827d46b6beee55d856a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2d55f19aae3c983335bbcef443680455dc9e7b0ad49a8779e42165f505d19b5c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:01a8046396354cb5bb0c950d4511a3494b9e0ebc56b3624a48b41b60e0b8a30a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:0965f3fd7423e085d7682717f97901bc43da7a6f8aaf1f30ead9adeadf0ca649_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:33eac7aa9a8fc302b48f4541dbbef960aed461f73e42e413c5eeb25691a73905_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:7d168d6a6f797e925777d01d55bca9e2cd7f6b30e52a76607475935a7c87bf2d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:669d559563c8ce25ab835bfbb6d05b7df7fca88a0ea9374d50bf8373265a8bb2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:802a812b969112861ccc9a78880d0764af5c89c15198a594e7f8c1d6c2acfe0f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:bd2a533eade7e9a0589c83a3dc428d594b174da8c4eaf612d676d342dd1e7dd7_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c4efa347b4b2a9c938ad8bb772d1161a4a2b8b1e54455b0569a92c2f29cab2cd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:07ce41298f16b4f99d8cfaef9fe2a113855c4181c3b211d6c1f9e4fbdceb7d05_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:1945fc30c009a2abd77ec710cdae70cd18c726f633af7d9d8248fb56d5329638_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:566214654a337f7b2f76cba30abaef7b5abd496d0aa6dcf710aaa1dcbf740863_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a98ff558a980eac6d39c3e2d8275d0db333679521d54b919fd6b2c11a739f387_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:8b09b7ddb7949a9db7af4e4d1d8f15083cca65cd704b707d93a7d21a9c9e3c13_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:aa426170166116c40f3ad7a70d05d197188ccae8023e802755aaecb2decac985_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d4704096bb00b1d854cde90f964aa319d2898d407794944ec0025b386264f2bd_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:ffea3b9a771b27a8d8db70ef73a5089c7e343a26f5ca93698d490d2ebe67d206_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:26506524326c64baf2e77da8073ce297d72a583d6ae194516bcb6a32a273059a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ca8df7b4917a2c1b7a22e8f753cb19c9e92b15487c121e94156961d5b5cb7681_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:d2b5095502841f6654d21fddffc781f20990b586480eb4b56fc6414ed291d7eb_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e86eb8681972ee463d5dbce6a583dd035f2c38aecb09c3a6059ad99c3aeb8d31_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2003bfefc53e825002c66cd6aa5035d13db264ff9f4fd8c99e18683c1c808f39_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:284f8b74d3e69b69759f45116d07782376cda8554979535ecb4bf9aa8886af56_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:546822ec9a3b2688b4c31830872381cb22db5b476e89462c0e5e448ba96cfb77_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:65d9d9df5aa55831a1627b179412760f114bdde969040ba73c585c6449d19e36_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1a30ca1498e2cd83d64956812ec1facb07f796fb8db50977f3ff561ceb0da7fe_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:32700244d0578c423c636b0ef01254d823d0432125e1ca929d0ff1e115a446c1_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b562637dc56ed32a75a444ab2f31d75e7741ccea5b8a3c004df4a42ab1270d6e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c2a8a8f577ed98972d273ded3df429d0651608c8d46354584a2fd85782407b2e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:2526b6065d1ccfe1e36fe5b48958a22737b1243b3f0df10ee3d27e0a62fe340d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:34108f69a1ae3d91059fc955d42ff21e50c12390296677a94c4e691a0866cffb_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:4c2712c451f03ae375bb6f122c17ea1c28f6c52c2796ff64a893630733c6caf3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:88999cdfcf7d367056945f5fbeb558c6ad8a9c3e068e67724d12090341341bb8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:71b555c5e31fb0c3ad0c512f937027a14b1dfcdd4598438bda3252a8a2100c1c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:9c69c2600d5d0317fcbc2650fc4b52d319a32c3df9db6b5543b6ff254c3b9fe5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:bac49120f60baf152357368e241e3103a5fe6aea171d8a63917e8798d81bded3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:f270351f6697f9d7d3d8382f298956d6e1c5d9e8ef38317bfa7121e9825713af_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:0f3ebde6a312b04a5020957783e5156456dd0a60c9e1f009130e295b0143160c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:d878af0364938ce585214d77b78ed92b44c916113405f0649d1e727f9c010b3e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:dbea9f717a33a02f4fcbaa6029b6830b47b561fcab1063eb868812794159b303_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:f5ac07ba3f562b9c62461916f868079fbbb47d95b24379b9ceb55206e616e140_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:287c800f33b7bb17969c93891edc40646cc48acc9b741138795b7f041c82bbc8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:53ecd2e093819c381012a057628f8e614c85f0c58b6d54e378e2155122ab1d8b_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a840761823769c68291cefa9028e0a6f87b6625588b1850d148b2f8ea580d8ce_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:eeb3bd21c506b7558241ec2458d57407860998b91b4742669982073d6612a9bf_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:1a94c20db46917d931dfcbe19595ab6b4ace22f81ad34ea6d329eff8def1f0da_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:71d75fc8a847695728ead4620c5d19ccfc9b8bac9f51521af7ebabb762839425_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:99cdbfdac01ce74763ab9304f3bf30156bad8039a454758941bfa2c96da4787d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:a56d06011589ae7f1b0a338ae33423e77c559a93f4bd8924ebbeb16fa341a7a2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:299842fdbadf955534b257f3c63126a79fb14a9856c4530df09debde212a2384_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:7adbe4c7a14a3d470820884da692bae174fa6d170895c3ed4b02311a66294ea5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:0b264678a566eb387b44b5e8e2ab61c5e12b594aff4db75532d9fc8cf0cb3a78_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:ae2978f43a4b765fdcd8abe8e91956a0a1e267c0f76593d94e52780fadc68388_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:dfe83a3416da5cb195d8fda8ee8eec794dbeb0135de72e250bc965ef1f70bfce_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:e6e1c74ee273df32544e6119badf3b3c260e48c60934f67a7869dd739d020e1e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:015b35c884c0e9b5c3a2df4e3874610dceda9766b1db231a0e99774481c88bea_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:170dd5cd1770f1c560d2d0756a619a220d15c91c8d8d51ea322818be40603ed6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:7f43c6487ef0d6ee493fae02ef100abc813294f027b702722f38c619a5e8206c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:d40a074405d58180667a3722571285167277e73ef4247221e5b5c235ebbba38f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:1fde8ae44f15902a4a5dde0328cb037c74c40ab527db4963b5d703c35f2b2c6d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:8a13fe639a4db964e30cced1f77214a915489f75b2634356259a03f6f280d856_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:afb26125636804082e2827f1d473d49cd492a6356365c186f69873ad8e24e099_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:e9668f534471f09fbfcb31c76be4b68a743549c50255de8fff8fd0c8b4a34924_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:0a67e292a5b75f818272a3302f4d2d334ec57e5e0acdee47fc6da52625e6fb60_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:50be8ffecf96273dd18c233edb39db8e3088bb79acef2884f47b64a543f15e71_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:8fdc9fb2e35d486efdac44adca6152aeb6bed9fd88c183d80aa31da96e5b8c6f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:914fe11be86c707b3e2ea354c5a1c0cb72affd6d9dfe63ae2438a1a310ffe4c6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:53ee6ae093b31ee41b13bb67b40aeea723889379ff822719c8174e4272cce99c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:5e9cda0da90e658e08a08c69480c461701b03323aad484d887f12fa3e11bc9bf_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:8921a94912d602af5cb9636b2880c1ec7d8eff795473f4865f4354ea2079d428_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:d9b23f9f6c407010472286a31c17e8358a19103fe03260180d2d615aaa91eceb_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:53ee6ae093b31ee41b13bb67b40aeea723889379ff822719c8174e4272cce99c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:5e9cda0da90e658e08a08c69480c461701b03323aad484d887f12fa3e11bc9bf_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:8921a94912d602af5cb9636b2880c1ec7d8eff795473f4865f4354ea2079d428_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:d9b23f9f6c407010472286a31c17e8358a19103fe03260180d2d615aaa91eceb_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:0e598a4bc8097ed172a8e3e8058080ae3db89733c02644047e46cfb65b7d3b76_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:595b8a01e9b2189a3877041ce66509eb2a2a13bb0d928b4fa772e7d22d7e6bb3_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:a59804ff3479bbdd8249f52e145ad8099e67c790dd353684fe6faadb7246f3e5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:f5bdcc739dc1dc70a53c624c35d3e5e9574bbc67cf488919041e3ff0a11f009d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:0e598a4bc8097ed172a8e3e8058080ae3db89733c02644047e46cfb65b7d3b76_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:595b8a01e9b2189a3877041ce66509eb2a2a13bb0d928b4fa772e7d22d7e6bb3_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:a59804ff3479bbdd8249f52e145ad8099e67c790dd353684fe6faadb7246f3e5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:f5bdcc739dc1dc70a53c624c35d3e5e9574bbc67cf488919041e3ff0a11f009d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:06e2320e7c46ca66239bd9cd22eeb576f1c42f3acd26b8db1f6976e9717676fa_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:cc795d7a0cfbefbce47789c6d49532a9a41b8d62075d4c94bcb265fd3ad8ef6e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d87fda521517b9b5505780eb2d84212843145098e70032c9996b3250222fe604_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ec1000141bbcf65e1e79f4dbfcc97968b05cb1189cc35974ecda36bd2b8d302a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:0296d6ef8495a340807a800e8064de04bffd08cc24772e1482ea34d3eb39a83e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:2cb477ddcc46f5b57b4e81a8ad1163c0d3a13676e7079647dd2ec4b94281e9b8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:d85d011efa26fcf4fb9049c360e167a82f0f332f006906f945b0f0048d60da03_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:dcff01fb6c0c0477daca085f3ad54d39b6480f139ed59cd1fd4eea9077068889_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:0296d6ef8495a340807a800e8064de04bffd08cc24772e1482ea34d3eb39a83e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:2cb477ddcc46f5b57b4e81a8ad1163c0d3a13676e7079647dd2ec4b94281e9b8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:d85d011efa26fcf4fb9049c360e167a82f0f332f006906f945b0f0048d60da03_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:dcff01fb6c0c0477daca085f3ad54d39b6480f139ed59cd1fd4eea9077068889_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:5d7e619ddcc71a0244aecad37870bbe6a9bc993db053b68f57984c84751244f7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:6d0070709140682d4f91f5e7e1341cdfab3d992295f246a3b8f5394a3c290e98_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:8b8a1b6c5fdc802b3185d5a91bd9c68426307526fad048ec7b7360d2885a9709_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:a4b5e6597c79fd99492ba89777a51a9a0fa767a9b174aab5ad38eb6f7a195634_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:5d7e619ddcc71a0244aecad37870bbe6a9bc993db053b68f57984c84751244f7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:6d0070709140682d4f91f5e7e1341cdfab3d992295f246a3b8f5394a3c290e98_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:8b8a1b6c5fdc802b3185d5a91bd9c68426307526fad048ec7b7360d2885a9709_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:a4b5e6597c79fd99492ba89777a51a9a0fa767a9b174aab5ad38eb6f7a195634_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3f240b50f6973f1ab0ab53fd897acd7bec248c417923d56aad6630cee4bbad5d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:69a9487a24d400bbf3ab5bed205f622267fd19783a1c159669359d706a76c3f7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:778c6697c773971590c2187e863a18d45dbde7780c0da354a96480ca7e742b35_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ca587a8911043d96b60e967e4b2e33892254096414910174e6a7c395583e97b0_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:11801d98d9d8db5c37bc0bbb72aecc2eddfd0836d079f91a8018dd297e6f12e0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:34f5458a8d22a1b295a6cf6be82bffbb427aa6421c19609d37fbdb0de53afd48_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:5ed572029d4fbbb484fc3562046de00f7deaa0639185e26adb2210447a8ff958_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:8c3c79a3da45f6960f8cb68074488f8c1a97acd2637deab99b23cf5feb3dd831_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:2c452c9fb2f82e3b4e746669a2e8fe16a63cf009ddfb94d698529cef8f6ca8e4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:4eb82f07e01b4f66e34f933fc4c1ea0f09a8e227a216a732290e62db12641ced_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:7e411329883832f7e0e9bc7bcd716a5cc48898a051351176349bb877aa7a1704_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:fac2397c70e1a2d1457e45554f962daffec82ff643df596e3e0d47e2cd4a5727_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:71ef3a2f7205d5a4d2e223ea82ae0f8911ea9840cfc819e78931b5d8d7b3960f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:836739cc20594452479eb9db8a995d1caed27f82d8b1e7bad6061b0a7eeb3f41_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:9a6743d451c6a6223891fc13ca4e1f84328f5cbbe5be9c6f4a5505e47d894651_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:9b08cb63eae04604aa25e2816fc894292b63287c078922296ccf3108254a420d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:30a8075c0829c7e8170fee4fa1da1e4fc8f8fd7e98c03665692a0d3790a3e404_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:91eace031f4e244ba7c82194f0d9e4c42e1b3f83b4cea8281fbcff70a02855b6_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:a3a947c318b1d2cee8676949477eb154eebda2d7b01bc83aa3ab81b305d0c123_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d4485629dd69e3646522bb0c6fc3a616fd20e9e924c83481423beebef6620ed6_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:0050083f13ea8e40679295049c4312081d38904d8ccc1396b80f27544d01a06c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:1fa5db1d68336e05f0559c44f107e2968f7e65842d878a25355f37ff487001d0_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b8901c06e9ed87c8998625b99ee186ea5ac8a0a89c0263e210fc77f6b02fc36d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c90ac14a629770bd274536af0f82519c4247710c79acca953a37ae18d5108861_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:61ae2afb181d20ddc00f7f0f1a6a206221d15c887238ab048e10f838995c3d28_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:92ccfe03e0716617e78fcead09e592075632be76cb4d4f906a32fbbf1e7f79dd_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:92e8805702148fe8bd56ce06cd18da14eca209207633ecd89b3b3db27e784d2e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:a74af849f4f9b5eb17e812d798711ea57b234c311587a46fccf80b449e2ab091_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ce86043ba90a236d904b5bf8349678a139c9d12abee75b13e20b454762a79b07_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:fb673b9cd4bf5792fb1cbdc40d8ae3787b0c371157078ffbd959748ab0c19db6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:788f14d6d64cc43d2f137a2b5a2e13e80b6d7bd1c5db3aace5fc90b090cc1325_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b1aa6c712d6b2c05c5819d89c96f837a164cc978670d9ce0ca3676c2bf327ab7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:e0b18dde5738907a0cd2a7e54a3a37bd341627b6e12c2e8901cb5350e78e5f9f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:8b774ec1d7062dbf21f9d4c9c82926a333d4b530dd31e907fa292b1673c17f22_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:a44db4753020da0574e7b2cb486ed690ec6d452d9c9a86f1a35155b3203c3f14_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:fa22ce356479e36e38b28420a89c51826e52e4ed29599f8d81b33a4c9f17742f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:001a95b33c0b3c3c0000b21d4e6a0802ae3663c1d5c5e1c8b8bde03e248b74e9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:0f1a47dcc7b5e8d5d82076325fa73ec6bb18d6a7124bce44da452848859c03fd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:887ef213faf48dedc023d2c533d2b414f5cdafb4cbe79a33841d616ee1e6194c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:d74b26dbce57d591c118a178762b14e8d3663efedb7e3bf423c134c04361b4e9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:39575d20a0b0aaf4e66e34c26cd0ab61fdb672d13cacd4b8a46a05355ad98808_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:62ea773b1ca80e54dd81986d7aaf175916562abc8fef3a7a0785bdf976d43f35_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:a70b67bb199914cffdfd5a61528d442e434bc3dde0192e91f68cd7a23ec20353_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d53a31a064e2d3620ca9a6625149b02efbf5bddd3592afcf355d03f6539c689c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:00085499aba957ce0074d5f821884de04c511d20153293c39e85fb4af913c679_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:30cd4b0203521c2313602ce5bfe38fb36826471bf97573a4581662b579199d70_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4b5e0baa200d25a4e50917bad8abdea3860f7443d634ff316565da4650c7fe31_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f260327ebb92a129f41f5adbf40298abc26df6a7e1a88d419533b4712498ef53_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:1d51e5dd1835cb7d0dfc3507966c4d9811619fd68debba7a51f92351ffdc8aeb_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:d273edcc6cdb663d54cec22fc7947d30417ebde92772f7613ee71df7e245f8c6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:23ca2c33256242f865b28d356c525a06f15824a5b407827908fdd88909399ec0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:4d419fd5bbe80740a39821dbc54c463ba88056f16fb9dc367cd55f4704c382e9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:44d79a4c2279ff4d86d2a763c7d54209f9e24638fd4d1cedd5579b19ca25f5dc_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:798b93cd2c8dc91007f8e5ce984a9416a523ca1ad1d1edb48ee299cc38a7298d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel9@sha256:6089d0673200ad7ea54762cca3ca1b913ae4a48fc12ed42da637b6b17a6fb7d9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel9@sha256:6fa9719d09f35aed806742a476df49fade99829cfb07583b4413724fbfa1c194_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:2c22af5ba4c507b1d44a2f1b2b64585ec6b7225fdfd507cf9f2691376d169819_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b20ba95a4ef35e4a72e3b861655d236da808c9392f6f5b9b7b760f4c1ae12bd9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e93e6e39e6a94f8aed80905145fe08b6679dd15a84ded4b4ed0b24b0afdb36f4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:3b57a94699fd5667ccb1cade8f56ced7b4c9bc06969da3a9036fe4963a6bec0a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:d2e27e8532fdeecd9de5f9cc0ed750cfdfd92d82dbe142601c60d32693e67277_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:017c35ad3581bc5d47691821501fad35bc737e5c8aff5b486fd85905d6f815ec_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:d7c0d00e80632f5acfb1c3bc82e579be6b79e15817540e9c91cd6b3a1b3f6ac8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:03d49f30a46c3674fc120b13433e13a2fad082c984014f459ac7f10ab3e9bf97_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0a7e8b5f1b1120382de52f3540ff6908208bcd4ba242abba04ba79902920efc2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:2e903dd9147352077a4f775283942c3c66c21ec31fa80e1f65a048dacee8d227_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:77b9ae4216d409ae20d82c476e101fdd65c15eae30c619fc8c51e1213524938a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:369734364457c3584230c9b2445742b2dba5964dd7733422935bd16b71a0ea8d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:4d8b91d1d166f1ba933181bc34de9c05ac4de59a785c707e0eb695e4a81425b8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:5dd4a63ccc8ff694f3d0b4d38290cfa647c8c6effeceabcd86383af0657c1e38_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:d314434ff086a17a4dda0e0bc5499d892421d66e97cae55ce50336b25c14b9fd_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:2d4e18a550d1257dc97dc44428efbfe326ea8f305dc58228dbbe74cbdfd37e26_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:bce1b5dcb9d752202065a6aac8de3ee1721b8de03ee0f78f569d0f841d568554_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:ce8fa76166c3f37ae6e855b75e43aa462b0571d2720dd15ec7b9e282d522a13c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:df1f7115b9ef18a54f64b9646a27393c7c949a718fadb28ab8803d955c75577b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:39cb774a7444cc93f1fbb512cad9323fcc3ae217d4402c196a926701e98472c3_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:68cadb749ab080da743feff2b120d13f66cd54d61b7ee09b41083e36671a0f73_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:8300f9d1110230c510e9ae8dbbbc4501a5ce8b57b424f20ae3e42d4918ac9b48_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:d3f327e2a5f4745ad2cb946a2228e42bcf51be9715b23732eb1d0b877b6d3ba3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7f6a13a46ae75cda6eb2d5688c851cbbadb3193ac642494bee3d5d2c5e6ea8fc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:b92d8c3640522615577328179dec1c851becd7e42b7282d3a50f7af290c4037b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:4463bd38f33b06d584ebab15f5e2742693130e299590c038416f833e6ac313c5_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:8728d2c64b36f2c3fb9a52a1bf7ae98c5b113dc06ed7cca49c7b3e9f1789bcfe_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:4f68de2634b2f3650f98ebcda1c5c104a7941710c3ebe83ceb8fff4a0b697b82_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:a180fe7b396945b5a18274c742f6c01d726ba6177ff6721896f0235d943fd578_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:17cfcbf9d6be2d228c4cd0d8a5f23d4bee7814366ee0cf500af66a30ab43aa4f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b8e224d4897a0a99e182e966a61817a0fe93de3bd1ed78f68ee077239d65a908_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:c11fa3e642fa099dd30b99375606f82a4cfbe67017d832f32c8fb1ed58a5aa76_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:d0960e7974bb914fe45bb0d740ad8a84cacba8233e9ee0e9eabd5b3e71372620_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:d5f38f5666ed4b7f7e7da03732367e1a5d67f7f7d35c0c4bc232b5aab7f2f2d4_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:e74e1470caa81fae1509bedce3d3d1a8cdf89f814e174593ceec0be711270dcc_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c9ec31a316089747957c8cc1a8a49dd9476d45d6e7af919fcf538a367d35a0c3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:d35056c3c4ee809fbfc2674c9085b16f5e5d943bf7ad710c6aa4e5713bcb095c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:dcea4453ca75f5c44c125c1d677f28702cb94a73366a520e37b842ba5128577c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f3d8cd4459b8271e7718d4c5e97f92cd7db4776e719da5d7c04025e18a622e60_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:212c72d2288a050a21498a5ceb4c3b659b4bb98d0ca445d6b85a7a8b94b35488_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:45eb78529c0122f43a9443d06679db427ec2a389f7612ebd36000ff9f5ed48a0_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:d105ced863235a301224f506642394034cd0209f726a385bca03147944f0134e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:d1fb82d1280562120cc7fb356701d1f33254a177da5d0c0db90d2276297373cb_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:38c1beb577ebc5dc35ce3e31316346f21d7d9d6c297254570d6c6f8b8af4268d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:a083d6d53630f47a8503a45b639ae5c567d1f724096d1f729082bfdb9d760585_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:f2dffb118be72c4d3b75564f6038eadc0de8d261d6b1eaeef35343ede6056539_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:fe33d9c4694948619c5e95464f48fc82fab1feb283ba1d57225b3678085981f8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:20d22b7c095cbe52a127e22a428a8b27c287c4574abd32c2133287dfff3aa0e9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7f8d1c497000e0ae2985e9ea5a6b97f0c24d64e92440358687c8a5fa76bc778c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bdbdf3620970cb066fe169ec145f6db31f4bb4fc768cc440f4b8df83f57f206a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:eed72f0b204935fc71bbf10495f0e5985e5049bbfada39fe8afa8a60d12833ea_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:0bbf3eaf02453b7123901fa866a7f3f056ec58daf047b51ad30e177574ef49ce_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1ce7092cace33e4ab97d548ab4c9a2388dd84e53bab452a7458c8a5ed4495701_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:7985455eba0bb60e7b1067f759f3e30ae73f9be78068f953e060786530253025_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d01e8651edc6bd95da78c5fb2201aec7c785126bc70e0f03e0f2e6ce67d245f4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:12e6b0853b26b6504bd578914183118e2c74bbaa0e934a07ffb99acf3e19efec_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:26a6c5c8b798a039e227d5b6f02a1bbc1ca2a3c3354d98ab7beddfdf39e323f8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9864736555736cb9912dcb1c72f7d85aa75ec96286972312c2d0a3fc24788d42_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a82429314b1c0785c2d46c99440175d0ac8311bec3f31da3418340a2a0a55ac2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:2d6d0eb401d3529cc09163cd67fb8af3d9629ec14890e3536904669e409c2262_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:33a206e8de99be5297890d5373cb7844c0ebf03285547a3dc752c7bab031284b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6ffc197659ebe1017b99eb4f9b3646ff311aeb2bac6d580b3e9ffaee6138079a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:8418c603da899631b4fc20e064533ca74f94b98e20ba3843b7603c9ff7cab8ac_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:02033087b0776681f186aa48725fd0e2297ba2e22bd554269ace3d51b3f6da5d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:c2a8ee96f4cca328a3791758909bf9322ece200a84b10bc15048979aa827af3e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:3fd566875c0685e36134791ffafd5232558ca1830324988a55ed8e189fe5c35a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:80d2d5f45ef286fb8ae44b74ec245a68b21300e7d1deb60f01c527586e036db0_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:089f5b6a5d58e7dfe1cb8fc7a552a7a3a525208e0cfc86f88362eacd3b11b8b7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:263187d98ca0b290168472163b9a8d81dba1077cce8d7dcd8419894ba16524d9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:fcd7799ce45632b008f561ee8688988c8dff42b9e0677a05302ee8e325e5613f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:2665982a7b3d16d59f3e11ddf65b1016828d746db8aba950d9094cbc5fc3cd26_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:8a152f3e2f884f37e0c222e8ee47985c2363cfae12745eefbc305b30158110c6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a74dfebf03b4e0c686a285f0b71653d37f945c6c8e4fa5e750cd3fccdda1ead4_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ef3b7610a226305c920001ff036628d48ff3ece3ff46c9727749e619b69d5524_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:31d45f4b5897554f9e459bf8822cd945a0307b515f8c2247e968aa3251bd9dee_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:439e379c449e0011dab2323ba70da96c9ae85de0c78ae65e4ec97cb9e792cc14_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:9a08e22dac8c713b0cde2a6ac9031a70ee16bd1df3d093f8533534287ac7fc41_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:f1341dbe1145a0d7f954d04b9309e8fc2d44ec306db7ac48ee48b63c29a935ee_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:1cb4e934a34d7905afbbe8bc1edd2ce28a01f2f10ed0ebc0ccb62d732009ac12_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:2ea17ca4317c75eb3a86741d6925cfa3b0f8fe5cfd14281ac42f2f61b983bf39_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:9c2d1fbec1fde2e3a0490bb630ef4de043fac05c915f6db43904feacfe15541d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:e1848797ae0628fe6fe4b16aca661ffdd6559cbfe56fe0892c01b6885cc10598_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:36fa337753dd82ecf610b3cd5bc3c32b4d863e7ef6326610004d5ad2e9e8a369_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:805c04faa83fd96fb2510deef9c180846028dff7c8de992474c00b34bdaf29e0_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:bf8c8fc79c16f075b4cddbf83f6cdcdbc00ae5b64e11582ae7446f5d44666223_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:ffa47990e61f60b7f7f65940caf22a8340af1dd2924f3dcd6bf5afda8cf369ab_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:335e23e7ad1a695dad06b98fefe5aa1a14540fdba46000257a0fa7f269dfe6a4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:a5fe2690e857872fc80ddd0a8e72a92508fe8bde271da5d9697cd6b88ea4f08a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:cb498e9708e578bbd9feda69340a843f0099ea49abbf4cc88524196c6d5a85b0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:d3e663795f398f7a945b75b5eb98d9171dfd65c82ae1abc583c31586bc2afda7_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6330474da38ae06e0c73f6319cee3c9d73bc48a31a155309222dbc414e76efcb_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:72ca1c3f1ce6ebd678469ad94416f27db9a6e9ffc5e22a6c0636f4f26872fa53_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d3d0cf16422232526f461e140aae0e5cb0b5c56787e6dedf93c7e96bc6c29594_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f1a0d254b3fe80b66cea05d072d13bb9870989299d9f2c5d7c93b9ac9ad3074a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:8b11535627b9908e957068a9183280ac57dba63c90150662b14cf728238c8568_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:c2fc14113c69627c79a7b28562b05f2c251645c976ee1928721c1de0d48a14b7_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:c3c2cc1cefb6fc3a12978f4f14b3e6d3a90928b54b4cbe092d28dcccde2dea01_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:e7b0213d1a1a9dbd9921ee545de41c263078dd3ebb1f838dfe150e73fb51ed2d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:06f1abd50ca304ed98a0dda0a37c62980abf90b926e596ea849edff7518f4920_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:167c7118d171f577a41a66acda52d3ebbfcf1189e2a6fb8101fcab56b6a7df8f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:1b2723e537e9ca906f3d1a6ef70a5d0c95b59623fbfd5f0c5bb6de49e6effd40_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e090cfadfbd9d9587a006ea68407fafb1673b93d6c1f6e77efdd2c658a503669_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:49823fa689e0b99a542b3363f61c609730ff500b1c83cbe9aa2b3ed949e9d79b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:4d213b4b7b581e6ca449fa12678b4b75b06b938d16c76c054910bf71c2b65168_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:761eefac8ce5fb75389e8e452f927143acc1aca266602d6fca8c007c30d7eeea_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:8071b85d6f58f8c81756886952ce6fae10fe9a88c83927342bd6106f1e234a34_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:54eebbf509914e15aecec16dc21e8e3c848bedda66394a51ea4088ed16f0d3ec_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:78c9f0837ce0827121fe91f53a1ae02bfd66b88ecb45fecd30826d47db233038_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:b31ac2f80176d24f71e4e1fb8bf8f153cab65e069add24cb891a021a06c0195e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ddb1c43498ca301d4a437b8ebb23378c0db0b8e50f58b0dca911564817db1854_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:4f4ed9468740e6a521d1e095bdb6f5fa175c7e1f05550d999ad7342650948c96_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:594299d23d3fbb349d6fb9c4e059320829e7d2d643d890298b2a94c4314d92e7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:6800efa41a1f05c0d4d2f6702ec6f2fbbea73c3d3fc025dc62a5cbf3233add53_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:dc4a15e5ce1b7f4e932a3a08b32264abf570df68e15f270d7467a43caebfe8a1_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:43594a42c2342a584f5f4b8296b6726edd85f8a00b9703922abc78320e8b6f74_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:805ea7427ea3131fab72e43f80c34db682ba3e3603b438f1315146f24f706c01_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:9f06792d0d1831f9a557c15967cbcf117365305b612f3a23f793863615285ba9_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:b010ff328387fdcb88aa746ded0b63f609c8ed3a9745ee2f648cfdc17570dacc_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:08f3e89b2984d8563a822dde8feb96231e9cae0e74cc7a64b9871d53f4a9990c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:430e32ea9f2b6e87ca04e7713f393441f7dfcb0df57c7ac4766b439e8c281396_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:477ee1d38e4457c9378f05e83e6086787b957bc93f5a9c280c4afab8a6e02152_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:d42373331e4dabbca4921280d47dea956ffc0690648ae172f156605db302c8f7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:87017af27e74c380225ffcbcc961d2d345b5d997df552a9248d07d8230dab3fd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:ed7dd0e4fde979f4286ec5fd7f3ff1c51eb22d15af56138ae838d97df29884e2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:205cf240004a81339d5673b723193758e0bbdb008db6a294295412b6f92cd1be_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:2bfd19c9c46179264bd0d7c37f8f7b9edda077f3210f168f010af88317904d70_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a7672e4823bc698d02c4d241c84a57a523b13a267850baf8c1ec44150eac7f7f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:b84395e944be5010ef965bf387939c481d9c313b8abd2338414a3b592de7a219_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:366278f589efb7c0ff2bdd800b0f6547b8be6acd259782192df2b10a9754945e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:4505bd25d99cfa5466dae74d577e459f756d6bc22fd5a21e91f32d6d6f7fab3f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7bdbb5168db25825edfaa505b705d639124f757f7c61768558c03f97dbb52e92_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:841d8a1a5cc97465078e19834734ac726341509d5e3fc5aa7d02e9418f7826ee_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:5f1fee6ff56a72baabb5f8c908feb2c4a67426fd0ed4bf8e55cc4daf552fc4cf_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:7689256c7f78b8e827b2588ce08ecb65035f3eb44c22ef395a4c16e80476e58d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:b2acd795681ddef65394e303c06e022ff54e1e0c53fcb341c381197f7e520b6a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:f5c1907aab6224d4c398d0f5cf151885859878ead00bbde79426c96dc8a6faf3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:168e6236d27a57e41e6318cb2a96b31eb4030b65f194c924d6e6a07c4a53f0c8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:6533b9840e66c882af6ea984d451821cfaf72000c1d2d8e1ffa46b95abfd0c52_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:8dd21817e31ef713af9cd67c004c8a6118b62c1dc557f963f28244920ffa9f5d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:bbc41d8cc76ccd7fe6a93d84cded4fe03cf08f985976266aa532b2a16232e1d8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:0c869ca3f2cea582df50c27d9170e6ecbf0df000d65ea250e2fb8ff41dbe6b4a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:4cedef9af9f34258060b059ad2d0f44ba329dc72e64942a8adcd1c14400a02ff_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:75460db975618d0dfc82f509725522f8151b49a00a210615dc8cbc97f6ed2fb4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:c4cc3eae9765cc81765638b8f1d6ed105d10d018f30bdd5ca9770b47e2ac683d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0006cc8afa959998457049601891036f387a518c2bdb3ba496928b229fe9d134_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6406a77819214fbcf753c72e1add20455ce1c71db634a10ed36cf4fdf857d892_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8f2245017277cd5f2642b162511ab42d7b8485567adfa25db900973baf058de1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ccfa78714715591d82a4bd4429114a92cce5748772e84bf19e4a890e428bd4b1_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:6ebdabc2690c1c1072803bd473496bc694f9d0c99af704f53c810d2c294ff687_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:ac2f665507bd239b43bfcebde4c50d9925b0376c06b448a9695e7f25ec4380d6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b2f58190b8a5b444f51f7d4431cd1fb5e59fc0c38fb4ff7ba4c51d2ed1ce6b2f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b84e75d4eeb59ff0804fc3b501156bfc562a52c0cd554783d8d7e7c0714d6f85_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:163154e33a4744ee5a451384d824443fe2f2a9e8bc961b121b1c317246ada9c3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8ba5133f9697e04a14d866027d8f342efe3bb9732857720393d9bf3e0effa09e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:be734c5f7b5f7ff624f842c056ae099c81ba1f4423016ba63f371a8d8f1fdf3f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:f4530c4f598865cc3ab9210760d93fc1640e15a07fda71fcc2b5453834dac7be_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2ca5fc5e9405404c8b611513cf033e480cf81c2677ccc08055fb934aa40cf7ef_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:3b18df1f2d706c80637b7a31ce09d3aee59eef1bddea71c218dc9270939dc194_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:c64fbe8a063ea2f7897ffd9bc2c1882c03c406611f8dffe9b9a885f3e75f105c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:def060ba5ad7ccecf1d1cb0ff3360dba500838c087d701015415e1a2ab08b4bf_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0693761931e2b7ffaf4e39c6fde5b0a1099d32b5269c7a498f76bff354a84ae9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:8fc7e5dbb6c2470efa7ea415b71569f753769abaf3331f9ee174adcf39a4dd27_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a1e0a23dc6c93de096d3d48710c45208a48a162d3858d0d7afdf4f300ebfe04f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:b71416e2ac3c46366da3abd72b0762b74759587afdfdc8a8c6a47a52b1d1d77d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:72c97ea299920a43dd391500e1f70b27cfbedf1e9a32ec9275171929b8fde7d2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:7d482a6204223e73e4dfa0013f4ba20db1d04c7a8c2881dd4b9a58e6e7d25f09_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:8ba5845b83d32531f3a3798486fdd8377bfec0748206d917ba821c6a76d55f3f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:dac43b8b4ab95960e240b3eef0fe1a6d37dfe23ab7d0cef27d412ad69afb5466_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:02698e7f9c59596fbe039b031515a319067d79c6696a5fd9fa5a95d5acd4026e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:28796a3d553d6880de207e5d6048c2efc4ea2858eb6251e43d1b46c9e9466748_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:7b0a4c796681ab9dafc0a708dead6e0a8db3166ec40e380dfb02978eadc7d2e5_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:ea3e2045e45229a9a61e6b9f9d10d0762a8e6f47e700d96c916b402864afe8a0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:12826fd7a8ca953be9429198adb9386f489e6c764d7b3fff044a4cb66c7f91b9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:22539e72bfdcdef4c91ee509142a1e403700c79d58b4f868a7a2e69b81c2d6a6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9c91efe4356286d3c8aecc6e9a4ba5ae54655477a2541ea80b2ab9ac88c63791_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:bc74fed608f8d45c463f68e581418b4ca5f3ef05467621bd6199edd149f3c7d1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1eaa76ae1380d3aed001b85612fddbbff2bdf70d85506c4fa5426ace8bd066b2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3760f9fb700165458048262a465f32d19660ba88e16b3aad5fc349b047a5248e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:be8dd7342bf7b1bcc1bc0f873ceeda8e81bf686259ee4cb5f377f397f43349e3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:fc535145b24b8def78590d003ddb58c2c1eee976ff2263740dfbf634f7d1c888_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:6956849db88740b12994232ecf2fb137db82f4afbef85b920612a9b38ed8bae7_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c182f19eb5bef9530482e666cbfbcf2649c1cccd95309850f93b82daf8d42a90_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:d12663d4543fda0b233405cc0e3823ab68cb421eb38acebf56ec4f0555e1e594_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f076696f3eaf06da9fcc6a4042afae097740771bf902fce0d3446e63ef8e7caa_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:326ec4eb64e1da8db46c9bdfa4e0ae03732a863eafad17e4ebf0dc63698acfae_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a7bc793a9fef04df9e54c978cc8c14c151168fa186e5258528e8e234fe036b00_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c493bb938f211c8018e014c922287ffd9db30a9d8e6818f2dc9cf42efd6b6da8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e0d5fb86c982e60025cf5e25d6ceaacbe380e9e9f8a78e311a488668ad991f5a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5f471c6d5ae1413d35f2b1dba478330537e2cf1c45f5d2a3b1d0b875935db19e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8fd890e0ed4d9101a895b34c0f42293b280d06245de6e45b113bbd5665ea488e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:98041b168deec45330330ec382e6262d616e1b1a22a389f9216b622c3118f401_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c1bdd2efec725038c68e2da7133bed08e1a1c8d9141a55062f621d6ed403af7a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:81e37f2597f8539a9f5b3800967545af056e88089f95eed69e5eb55426dba52e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:955772451d73b6ae56069b6e706629f6e726595f27bdd0d9a920d217e7456cc7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:ad5fb6d1f60634230f1dad1b9ca094c2fb8bae6e68d618ffce60d20c0e55d8c5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:cb8664cec305b071cc6cc3d7647b5baa9a013d35dcf318e407e6fcd7a2461eb8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:09b9ae640fccd4a948ce4835dbe29f65be91484aba6c2afc751761aa9dca541b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:3c9911b15f2798b2f4898177bdb924641e8ead282574beb11278b9370eded2fd_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:21d73647d434cea2c398a5c30ee2f92b6f5aee3b1106b961b1d50e8a18825f1a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:49fc188b34134f5695a59a384101be2254859d6e3fd3fa2e1deb282049e5f592_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:03e6ee2082e14e8becf5a2d7cc6e1681a088a057c1c7a2189fceddf23a7541af_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:80be0fc1705791db62dbf7b2385021b8e67d0d21a94815fff91c3e87d6e6e238_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:5c3c19e3dd09249a9e78ddc4871162b166bdeb05cabb7075f101084a26863568_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:de0740c2f08cf7e6a8c851135f4f2273c768eac198d7e09e35a81b585f1c755a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:401f429b76740c19f325c6f0680e55f66420dd35e72325bbaacf5f1708c2cb2f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:7e9b110c44bc04a2349b037104cd836c0dba7fc90bee7c0a3fa0a7bf380664df_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:96cb1a572e643c3d0cae3b20040c3c9663af86ede9c30bb38256c080de90983b_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:e41eb9ea6d0e646c40f43923678913904a2fc8f5f4fa1e9e458c807632e82c9a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:beafac871e27f012d9bdc881b0ed67095ca7d34305eb773117eaaf2a5f2404c7_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:d6ef7d1f4afe94e6bb5810852720c1239bd58b9a49a085d991659b59c6e26452_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:dd8dc49c8955041adc7c38a6023339cb928b3f944c144efe467ccc8da12c4c78_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:e7d08849926e92a0f9516b383ef71dcc2a6e368405f1d5f330042c62fa10685b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2559bac18be9d14dd0de38fd2c2b8d60b95d3ffdfc79d961747b7d35902252c8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8b31967a88b74281eafba0661b347aeec335308011e626d9dbc57557ef8fcd4e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e6a298a5a4b32e8908f2ea8207f673d1c7f63d654ebd18a7c3dc03bec7019240_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e892bc22d6a070e147ee0648d834798cae5f2e8941805a6bb7a0a4b1a292fb82_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:8e9d58dae4a9f2c50ebd9ac52262db031764fb28fcbc30880ba5a5c0e4546c49_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:a4ea9bf43c60b1486ae8538b1382882f464299257acf43fa326eb99d5e6851d0_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:b264bb9685a03d54117aa33f11853039d903cbd6d71dcdf63fa512e9f9d826c3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:f1a979149507ede702bcdcbdc5e49c667b52cb2f5e5f1cc9e0ca18602ba35772_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:3ac91633beb2c994cb8e7341b6efdc22dbfa4bbf9aab4819bc30102162b1d1c8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:451b74b33a2bdd13643f49117444110c86d7ea956a66e9285e3738e8c81b6f5b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9301a4880095595d6ee0667a7da2ac7e75f5a028a1f70bf71ec1227310d5e170_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b937da6f29b34bba141df41775d61d33df4c81c41a488c0f717d7b05cc85c453_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:36d319f66e25669271597bee4ae415053935d0877530d439a6e8b2eb23353cb6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:940220625073d9178c2efc540fb418df676e44dcd35c5a7ad01d1031ce779bd1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:c04c13d41b67bf5462d1ac2bbed4b95a53a2b2bbd293b32e7478b5cdd8ec5d5f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:f3bbcdd4a8f70fedfac7869d46124137c2a6856aa99a9de6de7b62060ccc5c08_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:059ae4b4cf18b4596d8c86340edd34332be7c667adbdb5199720a0a581086d55_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:4622bb035bf6a546e3de1164b347ec79844538d290bca3100622fee0986a51a8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:d296a62ddeade7d40ca2d727f9cfb3d4bb9dd81498c6a526a565e3698097420c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:ead3f5874193b8acd6bece9f9740c109665098b059db964e6d74192d6cbf52c3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:02236b492db7f328592308281ed110ec59afda1c6fe88b5b1278e66aaf0a76cb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:8eb91dcd0e34b5cf2520af44bcbef1d953892b1a39d117c579c8a2876bf8ab05_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:aad0341721e7a15e08a2bbe6ab9e59663d366f8b47aee21cdb54812e68161bd4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:f05183b69bd3ffd66c8d335d6a476161781ad2e9cd444a94edbf41eeab16ab81_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:6b65341e8a72cb548d68d8c2dd567eedaee6d00d198295437514524442471c01_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:983e36dba561f7cd2f5245528d856e81ad729c3a2040a66f2fcaa18650749887_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c496114509bc387930a5ac828dad33180e20adb00a0b81ea36fdf78159f91436_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:d23c4af5d88f5f753bf395b24bf1d168570e5f6036c6a6ae8b1bba6bed7ecbc3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:0c49b379e40a6fe3a09a21dac8005fd64c3d09c985dc728e1c7f4e57afc464c2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3d282ceb8dfca2308bda52e1b7d2663f7776db2a082be84a5af6e228c6de8664_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:87929d27a7e7d6538a5cdb3ad1d58f531c681ec5db4824498248ffd5dfcbedb2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:eb293c9ecb6715e0dfb6aaf457ec19a0f2d0862ef4cb22794335f53cb6981088_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:11e6a94fa5628b607268bb3d515a0dcc3d2b66a42a0512fbb50a7db7550c6a40_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:65e898b5ea52c5525501b63aa3063204b644e0cea1c9134d80bc2e920fc9a010_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:783d90fdb1b46848f2e9c4f313517e219216385667304593cfc71c2e54579b1c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:e57907330d75e38a859e54d12a56fedba7c1c1a931fc9db1bdfa3c2b10268704_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:4f5d0717182c96fe4d6ff1936b0ad433bd4626c0fa1b29eb1058ba02fd6f9500_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:95b856a7497da1ae18ce5789262957edc94bc4cd87a6913e6d16d1cf9154e1de_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:9868a70523d322153d4870f205323629f8230505c883b79bc64c6b8440472633_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:9b2a4de77fc5736a8d2c968c8782039e22f28c65a8f9af920cc797af5ff170f4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:03f6485cce2f104c812ca1b32c422379d8b97284c6561f4568da4b23efe873b8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:40b76bc1b9e5ca0e664371020999da9c619546692a52e50544a84ada1193e0c2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:505d160e6dc8dd5ba9ba156668578e4f420b37b7069075cc84acce52dd02829d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:a20f2c0440231d57eb8db827564604dad20c3656c39acdab469d15ae5ef37c8b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:8c60dbf477a0e750d0e4895ae8eda21a7ca74b6ea06e8b428d6eb0e3acccf63a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:5a28ee6abd396c5d957fa863a15cdc834c72a792d895a28415900cafa85c173a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:435629696ca8750b352c890af863b85ecc6680b8749006fbb56cfc8957db0a25_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:328a0954887176f2dce3b350f54ae0c0c51f937cfef1bba9b986659343b2eac9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:8c60dbf477a0e750d0e4895ae8eda21a7ca74b6ea06e8b428d6eb0e3acccf63a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:5a28ee6abd396c5d957fa863a15cdc834c72a792d895a28415900cafa85c173a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:25f55cdb3eb8a59fc5d2f5726a71748bf2d8005307025d16646889342829c8ec_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:98cdda546009cda7d6a4539bac65d2ac6b365efa697d4e040556ae758235e9c2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:47f3054cb4a6bd160fd59d591b30910bcbb7123fe44fbb6f057d9d3176858e5b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:5504bd98506b057146c643c36a6581cb2be8bcbf82787bef530fb6caf4c16e21_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:7d6c9216d995b1ad19e5ae1f9f30cf3faadd54e1274fb80c4d5fdd802ee6b1ae_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:da4cd3b8933c8d22cc34039993d8866dddaa2e203342a94f23876b7245ae4711_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:5858c8230e834bd3a75047e34e659c4d1fc61f6c53e23cae5d3a8deff8b73405_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:66b2e131a3be79803c75bc96b69c3e7be34faf2f00f6d4fa53c82704627f8a96_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:966501e1f2fc5f70670211953ade31dc37f0c86e647e40ea56aae47d3e0c1a90_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:febeb3a8a0fce4ca039322544cbfeb0c6f60723440ec6c2f60b12b390373418c_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-11-06T11:55:24+00:00",
"details": "For OpenShift Container Platform 4.15 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.15/html/release_notes/\n\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:855c4f8fd6db0a6c7b7ae0f0e02ca5b51720cbac0911725963fa7bc63b943d21\n\n (For s390x architecture)\n The image digest is sha256:fb218aff20519c10a13f3571cf47aa56ec2363b2dfc06a93e6b8a31f391cd4ac\n\n (For ppc64le architecture)\n The image digest is sha256:8b7fd6407a406163268297557db03eafebd2ad18927dbbaaa82a5ace028a7076\n\n (For aarch64 architecture)\n The image digest is sha256:be872deb5923ccf88e32c0ec9422982159f53ee4d547b4ea59a165266d4d2ab2\n\nAll OpenShift Container Platform 4.15 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.15/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:1167bd175a841398744ebf28418cdb871bbad24ae38db5a88dd07ce5cb843d86_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2c2340eb12f729cba09a33a67a873fd11d421203e4b4548474d88a6e37f1af14_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6a01712dfd5ae1a741dc0db425ceea67934e763afb5df78809c0e6a22ca3173f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:910dc87281b45ed6dd18d2fb7204765fe3f3332d325e7c0cb061ad93fea7bb06_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:19306"
}
],
"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.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:719d802cdc007d64eab521dbc648d7efbac8b04713093b774bdce1da422e3ecd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:ed014578e5710249c89391fdb17423ffa5e6137de2308facd20d4c45981b4adb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:f42c255c1923e63843b1c7622861a65851aaa086fbb2668e0867e28893ba9c7b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:f9eb32fe20a46c5b0ccc3e7dd9f7f8d3c591cf64ee7800137ccdf6c4cb1726ea_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4a69fac5425de41d1bb0b2ebcbb99012b520002235e578b8a8ff0039079a3972_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5a3757def8e6a4fd616bb999d34903ddc9f7d8aa96dcd865f749dded52e92165_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:63b6550720f82b5a98783901d776f3866075896b661958cff3d8ddff44dec214_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:679852a44689f3a73197e047661821c910e35d50edbd788170b8b0cfd9304166_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:037c72c52db1039c57f1008617136cf9e94c8b3da14ea36c3a0595e6182c0042_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:17a517f94f4fb0429b6284d884570b95349f269ed187dbd94c4476f525dc54f3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:6e0a2c775267d2f07817788a3ecbdccadbe6377e4d18a0d9dd9c0f0d40c77eaa_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:adf596175de3c3004fce49a68cbe58e7ba15b3b0b315349ddee89d5dca8109f1_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:47c1a53900ad4c677b45d0dabd3f08a2f77f164fed64f53cc5f3d1f53a9fcc2a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:7cbc7f3c9d0912d4e1d0a1341a3db13fa59bdd0a2e3a81e161e4e23eb43f1278_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:a3c239970ebc8ba8b547dec72f2f6aeddc12cd19c18d75c493abc85285da48fd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:cfbf84917a9cebdd238a83d06f3145716b84b883dc78e81deb3738d2a92a4293_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:2be87034234cd07b0305ba546001dbd90403b8e758c83d557814d9b6ddddacc8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:31b6d68104fe1044f063ba297e9d9e69c1e55b95b26f1e33f93a2573d66814bd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:3dc697a49932c84227d323499a2a174900bd91215314697b8c9c41f7dca957c9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:f5f6edef66e7059ef66d2a2bdb52240c48279709048cda1b9b96bb11b9449e63_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:0e018e0ea1a45558fdebe89d04617b2b703ba93c7d58f2b92ceaea07d2498458_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:32a45843d97384b62b8865de40d5c642dfede6904c05d15da08fde3642c6b8af_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:e109e2c17a3686bad9121716df7ffc7d6ec82419f28b24fad531f96f86df0f32_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:f8f64b2c9168897706e6cc3ed967a390abbe83894e7758d08d1b790f451b1268_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:0e033237871e3e7ce2f0c11741dd6ffade3419f95b6b8600f7cb0a024bc89e0d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2f4ef4c232f199d5ac24750eca7388b57a44f976a782e48e0dc514c128801d35_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:468133aa3a5695bc314d8f2112e4a62388035c0b272abf4914ddcb485bfce137_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:601bcab3234fcecec33a89b6e6727bf6d9d3682b0e0a0eb98d6b84cc0db7458d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:00143215db73c4d765605e892829f7c7e4537fefe11251cb3d279afd98d5830b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:1e22e06efdd0d73b88ec841815eb6ab7c0f1324b98ea6d3c92910c2e9a592c5b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:5f2f9a2119899a4f1502173947b20d04fd943da8b2c953591a35d6e25bb5d027_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:f2143001d856a68c4cd933242fbd15d950512e445183f85a872f5aee4e2e503e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:152028b94c20a76e62793c63a4186a96b0958b2804979ead7dd47f33b273a846_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:583ba099e05b1c82e7c6dfa6d9a9be5face39683e39ca9d251b8a1562c0d6d42_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:9486a1646f0fcc699d0581ad5af993a73c46aeee65769bd8fb06bea1806f0a8b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:a91563e22d10c6a7c77b092ab6f829e7f0436923038ea4a47de1403813c20471_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:2544e96601860e73dff52f6befb165f531bf7686137d5550837674aae6afd3a9_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7a772d3d45015ec702f5e1ab054be240ed673591517ad99ef973898d1e535c69_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:d23cdaa0fd2114c904ded232b6019e61f53b49b41014a16e9df9b7f864384688_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:dc2ee3af87ceaff29152f92bca0dcacc935c10bd83cf136a9d8dbb628addaf65_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:574c4e42ac84049cc168e68faebbadecc3610348ad101ac9d34c140558e60131_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6f44a8a62a65945363867dbc79a5c43965d5e136766fefd02527145d53756ed4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ade325055aefd73a89a3e5d35d84c94b26c897986b77f7c887b3a435ee6e297a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:f841a5218782e8b9a3c435de0221c73ac6d5b4be8182609a074b99f1cc9b1f6a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:158858bb077286091d15b455154595158995981e1127e881694c686360d03d52_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:3a3b2fe2add4ab147f383874b55fb9d44c1067d915ab069c3649c321c0943d00_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:4947ab92f96cf1c2af5a7144e1787f90252ed0a9a0ae4729cc7fd61a4e671d9f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:4c06d16fe27f05724900f1df1db6d12b951c86c916800007a51de53aae260d64_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:008744686fcf83e9d9d4abd55bf1622d0e9f886570613835d29ac3c8cf9ad648_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5e45fa3a09a9bdea3957a74fe0ddf70080a83e70e8f41e8f16a0957e8f8f3bfb_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:6a39ad22c40ec6dfbe75e3c01f7bfa7bd8d1d7dbfe880d011c58362f15520d0d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:c6b4fa176ccc3af191fb7cb560b28bfdca4821b23d8296167b9919e0ffc26e1e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:73fb4d147dd798f244e7c6512084a7643985ed73163c07160cfa2b03566de6ea_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel9@sha256:557527d76a00f3afdaf2f146bed0d0d28224d8a063b1c9f88431ebb40300be0c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:6de7f07ca16a08f783899c687c355837fbe0cde28b8c5c25939524074f717665_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:d7db2153c58f0081db7446ed10fef94f0dce66b4dc909e65ba2c305161fe06b7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:30ff8f03b8eeb4ab60a86f9d72e596712171f4dfbbe7f2f74e747b596c05e3fd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4bafb9b1ccb421f617f7667e59fbc90d02a96f7955fcc76db9274a06562f47b7_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:633915104a44211fbb4ae16a128c60193cf266104345c664e8b28941cb051208_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:d08e59156c0c66dcd4b495a4d58fe8757445adf500fe4440b5f1e91779098384_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:680aeaabf1d04ec1242ae9ab0fc577ac095c170301a24cc07b2c20c06d119fb8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:a6d3d9b39379a76781f2894af08bad00632afbc1a6633cce43bba5c69a2c33ea_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:205ad021b256f031ac14686f61a5affc7ac8cab6afc076855324b4d91557d4b8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:c89f326a201d6b89af2d549a8bf35ef22ff4a82b5f1387a1aeaf4c691bc2b332_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:23fc1a55b530e3104c8674947f67e4e750b9b4fee1e71881148f5f532b558bbb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:40b70676d066ed2a7a1c78322ab1b96ff1c84a5f9cde846174a0b9d084cd0d2a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:6a8d392a88b7be09b2549e4cb5469a5ef748853072bb5354ac34d1c20a9690b0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:acaca7b68e729672aacec5b83f5349dee6eb0cc360e5f600aa9103e9026e8501_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:809682a7f5db22c4632cde8ec3cd0af3eb3b4a64bbdf95b7330b51acfab69925_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:e55d509c2b8028d64a64936fc665c013768e05a3f7019d372a2d7f5738e5db16_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:0d0463da3daa13d5047641085ea55f0ff09debab78b8a0552f2d2faf3f44c6d4_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:a3728c574b252b0830bd1df8e3e92a48c3121276214870a95c76ac12c108aa6a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:3ed7bf4ae76b1b3deacbfda0f18856b2c149a827c934c68fdb7348387c3148fb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7dae4561dbbf68fbb3c3e6190ddd8211b0d481f3457f13a4ea6ace475361a7bd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:447feb4c7d6d68716de5415cbcdb9f44aa594fb32c06480cf678b06788cd98fd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:f528b1517558b6aefda5c2bf23022ec918207238a0f4b759bafd7d54d0691691_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:5971fce447489bb15c3cc4cd9996e321cd8baab37ee170ba335b6ace45bd14f1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:dd10f8f08a1d5b063354f44376a68ee07218288077b78ab46e8e8ae75b747caa_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4899f0b1592431c277642bc16581a656d5e717067da2874bac7c00fa403c06d3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:db23b81652e9c7cf4fa25ba4a96ffafb07b0f5b2d923019658e50a07e31e019a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:1df9ed6540864562e105cbd7c275b0d066d028d4f2cf2362cf73a8ae5175fe18_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:8665625082320a37f6cab1a564adfe6a8d044cbb04c6ea948f15f093862358ea_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:625291292b2d99ab0374635a3190816c51e579dcbca6a0ff2e7ed8f686213cff_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:857360f334810f937fd1be07343b3a4fa20f48f9ef2f47d24bf07787683d9f81_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:01c0e71209c724866d3dd9aa76163ce0d4282d284d148f70d993b23b74ce1998_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:0c1811483c0b6923b5a03a43b3f38fef76bf8317fd2469d476546c2fc308d89f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:18f92db1fcfa7a6e159cdffa6c207576fa38fe8e39542770b49c81ba7427a0e6_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:4fd3b89d351ab5e4f5cb3dd0c7eba8a693466754fa6335f5d8349908f4a653bb_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:c58cc326fa3ccc29ccc1376869983ba77f555e88a5102e5439bc2c0d61605484_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:c6fad737f5f0c071d899858498cab7e031d424ea9ff5967bdc57b64e0a85905a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:191f7f1b1a766500f8365436c2cced514c795707e232187ef500b7cc4278b214_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:406b265de3e2cc470fb4d86ebad014965e31b95fcd255a81b7561c5e8fa0e56c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:865724525f54668e194725de3701a548e253be9e4f1debc84dbde854564238b4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9ae218f40503da16a9e065d8812c303a9e349d77be1f1daef1118bb0f0e1ef42_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4c797b6452d7bcaad38f37c65d0618f5dcc998ac5c27c20e9a11b155830599d9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9b04f7201f99279c028c528620ad50d94fe5cc2d74ee03b542b73fffdea494b4_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:af3b7c16a22c617c4a08fe22aa57038e82abaf27978d99598fc89c2587e7cf53_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:cfc288c31c5c00d58db6e6ddbf2d2f373dfb8dc67ba7c6d55293cb6491c29b04_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:370d9cf25a6331bc61f15927dbb752c9baa6696cb69f65a582c82de24c8ad7e4_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b00ca84a415ab24ee61ff3fb7fdc5334ce045125a14b4b76030f46c3c4b910a3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d223ef0499483832b4f1efec4e1128f8dca303de5fb3ef18a1e9f9817cd4d534_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fc42947a5994fd05142537f6fa8e7ec3d33c30f4cc5db5c83bcbc04d076b9312_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:8d5b7a2c9c54b30056336db174451e0504a6b70a3ff9376c1d6bb87788f90103_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:beb39083588eb33f97c9fa03683e74b1c51b76874ff8c1feda55cbbb27fe61d9_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:ca54639add5ce3ab35219dd58e1bfc9f6fa38130b0ab7486c4aa9c563fde87a6_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:de303accc9d9479b98214dda863ead61ef4ff07d24234b4a23ffd1e7e1c8b540_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:10c928e737116956e8b4972554eb7a7caf8ba82ef7988ff1bc55a20faf93a111_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:4e548be4269f413c54f23fa6e6be06c229f6929645d6dcf53b7b42613298e185_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:b982e659668e0b6d9feddc5664b34c92de8626965fb973af3fae7a7f3f1f0057_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:d14d63c929e558c5397dcf01dc9f48fd0d17cfa1125673177aa58ec64208deb3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:6214236f85ba29ebb5331829fd59c2e6758256d32e12dfaed7d8218db03f23bd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:6aa15ed02b87d8748be79fc881707a0506bf616d8c71d2e3ff6bc6831f80ee72_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:f713cd7ad817a6f0062ad246873378f7c1cee829b5b83c72efcfd4a70ed644b3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:f904fba09d99a7d6ab7583212174b78bb9ed5fd3bd1aa218d91dd18864541d12_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:05c44b7f417db2ad8c1a23bc01e62becac3946102369bb26770309285c377951_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0cb142098aca9137dacebf1790becca57f45e736d0ec049d6e900d6328ac28a1_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:8cdf51b679ab14cc5f9ed2d8265e7959b577d3ca1ccd0d698a6fabe5a11ab4d3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:c5665d7410064c6b4dd06328dcd62fb619e844dabcd5b218dfb10c3632b896e9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:325bd6adeb9eb27493b5f7d117fc82e3cf8a554c618f5dfa2448c3313b4943fa_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:4c4ec510e2eda60fef2a6ebf709c58da55a4dc6e584a060264854d9142ea6a0c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6ed4590215d494f1d630556163a47ebfab26a0ea69971862c9864ab0bb370b08_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f914abc670168e625021a71fa9546c2d28b4df490f21ba4f226a3c8387d4dab4_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:1aa49c2586807e952cdf7b1d86c0b3d25a0c3a32df62dfe3a777fc8b6cdfb8ff_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:246fbd712d6b7ef83cd83029c8998ac1b29d1454ccd636f8f6dc8b47bb5b6b56_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:38d300d9926a4fcde7999191efc6d99d6154baed0baa00f3f80db8234ed1f7d2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:3f44aeef785c94afe6707cf2457557fe8c6c9eaf72a000a2f1a3680a04d65411_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:5a3d3051df9f589ab8f3c326621f654b49ad33c715fcc8babd4ec35f473e8e24_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:77c228d758f0a2ca9da46be4c2df85757bc4ff9fe87aa6cda2ff2b1d50f86429_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8e1371a7bf53ef22fca75be240eafacc23fc6d119728f5d0d71a2bc149798de8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:a05161338c6d7bffbb1b294f00dfe1d3a53cc2f7a97553cf4e050315021b75ba_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1c78469e53ccad316db280cbd0ff4f845a2db0c9986fd7ed101e08ac5c5b8db2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:53c49af94fdd23d39cbcf433598c3f3a40139903631ccc5324b3aa49e4e5dfc6_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ebdbd79898c7462a90753afa2ab80a33fa6aceedea93e6cfa036a55f31bdd564_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:f842a1e9256475b3a5a6dae87b6b5c2d72cecfebce08ea44db5449f7854794d1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:74ffdaffe00b754bdad913e6699b44aa293f880e3803c00708d853202c20f745_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7cb9bd477e9f0f711eabeffee9f25f39c7985e7a27bdc46411b6bf4db31f8d53_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c0f06a3d5702010cbd5187f1b34b42eda35e2cfb5431aef3186037a385b57233_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c8be479b9223b21c389fde445e2e5d1541a7e60267fe07bfb53d64b6afb00999_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1ec6339dab77c900022ffcae585ff86041ebbe1d6cb8639d6167ad9b97156f45_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:b5f1e96b420a872b91d1d22766e9ce8fcb38c443c23a4f4baaac6892b3c6b4f7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:cbed4b61ebdcecfb4c459c7ccfed58a1db918bff994222f639bf2aba73def0d6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:f73ad509fa3ace02e50c9b1a3eb6850a819c706e93bdf88b0a700dfdad02047c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:38370fdd1910afe69d0b9e6ca55873e2db83b50f2182cef88ed7b12697ffcdd6_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6cf68975471ddee2804b4de20e932a1e1a1ea2ede27c614ebdf5ada4ea690e05_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:7f03465e59f1584ad52fed99f2ba8bbad123d1ab885a467fd69bac0ccb9a0923_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:96f38213da8a879118599dba97472b9a88587a1f15022648358360f368b6c744_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:68ed9daf7a0d82e2759096246c1b9eb07f97353c3f34a613fbf6893ca0d3470e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:974265ec3898a056decb3965f7c793a2852545e5dcf35e9f7e4bdec328c15c5b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:aafb8f5731b597fc079f76e4bac04da231e0e4fae464b83b7c7890b5f8ca91dc_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ed5146205b69538fd31b42b0114cf60015a47f872743a73077ef971d64d64c58_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:4aa00ab509205843236296fabd03a2c49e021eb135a91da0590c67b79694cd94_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:7bf12c94e1bc56b593af9b44bdfc3387ddda30c4a4ba762e8b89ceb714f3df65_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:7efbf4df1e8e17ca25087634b7387d0763590e00a33532f86f48b266199423eb_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:b7623d88ae5520b0ec76fb743d9c788511fa99b0ab0f6180de42d017dddc6cd9_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:41dec92ab759c44ceebe8eb15859b2ff29986dd5791ccab79f91cc1786a0b601_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:8014a45236ce64d0e0f3e35c6978442fd4f9ee21fc3f95e51f20dbf12e50359c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:94eff267e214468250b201f0af1de5bee5aab3e689d1f8bbe42d66f0c2adbdca_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:bc3e093b2d1a5e3962b9f02707aaff0d7e0de545a4b7a1887e79538aa2155fc8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:54e4d8b1282351915f2f22fa4843d5b4d19645dd890c4675f35749e2415d476d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6251627dcc972c58a39485c410c8a264d140b876f8b47765687a310ee4d28524_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:85c974e095e262ec405d402ff2a2c4419824edfb9859352c35fc0c8d1bc64c8a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a40c7d9de59a25a7212b6f43f281647ee45e21e948d718b43a780f741b0dbbab_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:a47be1e76eb39ed50efd59b57dd26a780674d022ec9d07d0b4954bcb309e39c3_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:af65a9f612d1e28e2b43f0917dcd06cec30dcb20366aed6a40908b74c07d05ef_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d182a13e89c363a605f2e6fc6a3e554fbaf27b9dd405ed84fccd8ed41bd8d8c3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:f3ec661872a5234517e8761e30e4e15cf2c7015760870d8dadb0c3f07007c4a3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:2186bb9adcba18266df62a838c9e79c6ee2b3181a97f6169513fe5202c0a75eb_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:6d89ed9ee8ac602fb6749bdf73bf0660df060810f805dbb807a903ed2dabc69f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:77a2aabcbd55ec7fc076d5c23ed8aece5424def3995e624291ca4f2139e6a82d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b0b0ffaab41c61cfad9ecd127f6f4e312ac45d548d77694cb470170b7bc540de_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:50e4d73d1ae6212010a58a15d5192ba8e60829e0e140a6d0bc849691c5c2d78c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7f0237ff4599cbe5aecd287913b9600a0bb36f2fd334a2a5691736cc6c5a8ff2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:862b9097cf6e1635d30fc1cd94f00f4656bd8170fcaf908bd058455298c46ac4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:984dcda6b5ea285c8a07461ff2279685000f35bcf3acc71e3b12231c782442de_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:02417ed67f618617fcca2270744e0dd3cd81a62d7f5f5da6e73221a7dee07649_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:b3b52c01b3d3351317eac2e4cb1e2b76bb4eb0b4698990b8468a9c26f42ad820_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:d94be231705a6d833b988b01a2aa5c6c8b918fbc38bf2ec8420bf133ccda55c9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f258283c5c32b7a28dc6c33a761eb7722a782773745325fbcd7bbb78349eb2e1_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:3d64a1e4f48ea11056d02d8fb29b5c5e17ba298f0a603e964ab1e448033fc66d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:6f737b4318a8f2e96c34c1f1e97ec23530533bdb33acbf9cba8982f8405f5aca_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d41416b2ae6fa0a882bd778f8628cb1258326ce3f212a1d956ba726b74248c60_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ee83baea9ff008d502c891af974c6ba419746967997f11c13266d7b02f7e8296_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:1d2c5714949f40e168358c505c0de750f5e2dc7dd0b2e99d31fe3af4cf1e864f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:517c74dcfbaff35ef2ba329a74a70402a228c77da442d263e5d3080ff7193965_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:9cf2219dfc08fc0ecb0f93c2e87ae9f8a7cad90b221742787a0cef6cfc62f007_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:aa18a0e963b906f041d4bf64c304ddef470fe78475378e11cb3565e5016beb06_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:1bbed360cd870566238b6c800e8522f04f02d16712c303eecc361af33fff436e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:28da5447837549fc35380edc0dc366bd59216852c59cfa2b3d512cf8eebc679a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:2bd88bbbe823623f5774a9813c7e43606ebdb6cd87b2db7fd78b7fe0c18f842d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c4b67e9207ea19d96108ed0117181a716c10d933c89ac036e49e952953cc3a2f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:11aebf8d07597c63ae5cac4cbc04e38d49ae1a4f8824ab22128e0b5c39e805cd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:357f6ef38223cb776249a04fb6ec29d61fbd24f7b31a5730544e449c1a5d9d6e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:83121be160c1fff1d16e17aea4daedde7e231b83ccb00349841494e7f87a8d1f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f2c98b4bc7bcbb9ade56ab4cfe5d44c32bc140b52a7ee9c5b9cf5957b7ada1ad_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:0dbaeba61694470f09eb05534c1dad038e310311f75009af32a0a1f43d469677_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4896946bdba46feed18276c4f29fe059ede4f60138c966fe9113aa93bbeadee4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4b81f38f15622b32498dbd192503ed2c54462959485ae48e47cfd67239181003_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4c02ec12d1f3762f4b2e735cd1600a00fd1bbc62130e005fd9842bd3f7ff7f6b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:18899c6aff68b24c792281604e3356f6bbb48d3f09db95f8b37f99ad7f8c914b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2316808c7649cb351257c6c2ee6aefbe0c0d561b822e3eeb18e85dbaf04491f3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:451233d80bc028a63b160526e07b233807d872f9d4e14da6ad4be96f64f29491_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:74fb3a4932ce350cd4da33d57a4fab1269bdb5e446fe8f93fada1b304a622ce6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0c7b57c158314b2f956181a8b28a9f8d7f83aedd8c87bb9bbbeed76a8fd7ea88_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5b88f0644f5b8237cf8b3aa0f6ee1d8a3899a912ce6499d1bee0aa902b2f8f80_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:672d284b3ef447aaea1bcc0a14c677c309116218340929ad59eaee178e9e5cb9_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dbce5221138c15a4aef2f65c3db8bab5ef127c48f3a446ae085a203d8591730c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:157d40ffe95e88526691e06daed0064ca15bbfe1aed547f3a3b968b9c36bee0f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:3885a8026a64c7f497aaa90c50ca93cf1479bfa83ad0d28c4f49cfd3c5220f66_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:457d21495a1f47cd6837f6263fa30652abc7a215c01962507a1e1bd6f4968a09_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9dec3a959d916331f6d2a59ef1e222ae4ef3d170cb344e2add3937966cf1c829_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:644f19b57dde50e4588f5cf1c4d72ac8d49dfb396b7c04d59dcdf6e27bb12017_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d5374c58882769f9d40f47d7aa8f20b1676842c8f0cd8b55a01d6fb587ecbfc3_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e9424fe4b804674ac06d8902eacaa8bef0c09f2c7441460621e587c10c079826_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f89289e63a584031efda082e7f77bd0ef4a28c815b3590061f8a397ee8e5a697_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:01eb7dbdb11a50a229196f82930e647e2080f53224bb41ca2a0fe6349c5d8d03_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:1e7712eee6328cbfaafef32ebe96031705ca193298de005ce69f63dd39eca9b4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:25eb621a41d2e7127f114416778c571112fcfe768281edf5e0bb25cd77235351_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:ad58b2585ef510c8f4c8b074085bb6dd3e17ed3248d7b86ad3185c76ec33b899_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:0f04929095116509edbbb1bf2a5c4a9ed725acf2a43307fff7cb5e4d225e553a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:2b9f99a6f44b8f7f39c4a78ed1f17726c933677102fa6953003ad1898f15ea94_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:edf6a8244ae0bfd588371101aced93b5ee8f5073309daa7ef6e407b4521928e1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:fcd4846ca63a5c2941046c19d96de0bb06ad4205c4f980c844dbd0d98df00d86_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:053cf21c2a3b09e2ba911c181d3585cc24390ba0ae4c130b9751a499c53a3196_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:154bd45ca42951efb3bcca14a5fa0bf055fe8c27d2a58e593e11d24abe2f98bd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2c0c232df35e9d03ef13aaa8b44b12b6c9ca2127f0a5e827d46b6beee55d856a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2d55f19aae3c983335bbcef443680455dc9e7b0ad49a8779e42165f505d19b5c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:01a8046396354cb5bb0c950d4511a3494b9e0ebc56b3624a48b41b60e0b8a30a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:0965f3fd7423e085d7682717f97901bc43da7a6f8aaf1f30ead9adeadf0ca649_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:33eac7aa9a8fc302b48f4541dbbef960aed461f73e42e413c5eeb25691a73905_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:7d168d6a6f797e925777d01d55bca9e2cd7f6b30e52a76607475935a7c87bf2d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:669d559563c8ce25ab835bfbb6d05b7df7fca88a0ea9374d50bf8373265a8bb2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:802a812b969112861ccc9a78880d0764af5c89c15198a594e7f8c1d6c2acfe0f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:bd2a533eade7e9a0589c83a3dc428d594b174da8c4eaf612d676d342dd1e7dd7_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c4efa347b4b2a9c938ad8bb772d1161a4a2b8b1e54455b0569a92c2f29cab2cd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:07ce41298f16b4f99d8cfaef9fe2a113855c4181c3b211d6c1f9e4fbdceb7d05_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:1945fc30c009a2abd77ec710cdae70cd18c726f633af7d9d8248fb56d5329638_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:566214654a337f7b2f76cba30abaef7b5abd496d0aa6dcf710aaa1dcbf740863_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a98ff558a980eac6d39c3e2d8275d0db333679521d54b919fd6b2c11a739f387_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:8b09b7ddb7949a9db7af4e4d1d8f15083cca65cd704b707d93a7d21a9c9e3c13_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:aa426170166116c40f3ad7a70d05d197188ccae8023e802755aaecb2decac985_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d4704096bb00b1d854cde90f964aa319d2898d407794944ec0025b386264f2bd_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:ffea3b9a771b27a8d8db70ef73a5089c7e343a26f5ca93698d490d2ebe67d206_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:26506524326c64baf2e77da8073ce297d72a583d6ae194516bcb6a32a273059a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ca8df7b4917a2c1b7a22e8f753cb19c9e92b15487c121e94156961d5b5cb7681_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:d2b5095502841f6654d21fddffc781f20990b586480eb4b56fc6414ed291d7eb_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e86eb8681972ee463d5dbce6a583dd035f2c38aecb09c3a6059ad99c3aeb8d31_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2003bfefc53e825002c66cd6aa5035d13db264ff9f4fd8c99e18683c1c808f39_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:284f8b74d3e69b69759f45116d07782376cda8554979535ecb4bf9aa8886af56_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:546822ec9a3b2688b4c31830872381cb22db5b476e89462c0e5e448ba96cfb77_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:65d9d9df5aa55831a1627b179412760f114bdde969040ba73c585c6449d19e36_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1a30ca1498e2cd83d64956812ec1facb07f796fb8db50977f3ff561ceb0da7fe_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:32700244d0578c423c636b0ef01254d823d0432125e1ca929d0ff1e115a446c1_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b562637dc56ed32a75a444ab2f31d75e7741ccea5b8a3c004df4a42ab1270d6e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c2a8a8f577ed98972d273ded3df429d0651608c8d46354584a2fd85782407b2e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:2526b6065d1ccfe1e36fe5b48958a22737b1243b3f0df10ee3d27e0a62fe340d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:34108f69a1ae3d91059fc955d42ff21e50c12390296677a94c4e691a0866cffb_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:4c2712c451f03ae375bb6f122c17ea1c28f6c52c2796ff64a893630733c6caf3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:88999cdfcf7d367056945f5fbeb558c6ad8a9c3e068e67724d12090341341bb8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:71b555c5e31fb0c3ad0c512f937027a14b1dfcdd4598438bda3252a8a2100c1c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:9c69c2600d5d0317fcbc2650fc4b52d319a32c3df9db6b5543b6ff254c3b9fe5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:bac49120f60baf152357368e241e3103a5fe6aea171d8a63917e8798d81bded3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:f270351f6697f9d7d3d8382f298956d6e1c5d9e8ef38317bfa7121e9825713af_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:0f3ebde6a312b04a5020957783e5156456dd0a60c9e1f009130e295b0143160c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:d878af0364938ce585214d77b78ed92b44c916113405f0649d1e727f9c010b3e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:dbea9f717a33a02f4fcbaa6029b6830b47b561fcab1063eb868812794159b303_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:f5ac07ba3f562b9c62461916f868079fbbb47d95b24379b9ceb55206e616e140_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:287c800f33b7bb17969c93891edc40646cc48acc9b741138795b7f041c82bbc8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:53ecd2e093819c381012a057628f8e614c85f0c58b6d54e378e2155122ab1d8b_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a840761823769c68291cefa9028e0a6f87b6625588b1850d148b2f8ea580d8ce_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:eeb3bd21c506b7558241ec2458d57407860998b91b4742669982073d6612a9bf_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:1a94c20db46917d931dfcbe19595ab6b4ace22f81ad34ea6d329eff8def1f0da_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:71d75fc8a847695728ead4620c5d19ccfc9b8bac9f51521af7ebabb762839425_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:99cdbfdac01ce74763ab9304f3bf30156bad8039a454758941bfa2c96da4787d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:a56d06011589ae7f1b0a338ae33423e77c559a93f4bd8924ebbeb16fa341a7a2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:299842fdbadf955534b257f3c63126a79fb14a9856c4530df09debde212a2384_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:7adbe4c7a14a3d470820884da692bae174fa6d170895c3ed4b02311a66294ea5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:0b264678a566eb387b44b5e8e2ab61c5e12b594aff4db75532d9fc8cf0cb3a78_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:ae2978f43a4b765fdcd8abe8e91956a0a1e267c0f76593d94e52780fadc68388_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:dfe83a3416da5cb195d8fda8ee8eec794dbeb0135de72e250bc965ef1f70bfce_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:e6e1c74ee273df32544e6119badf3b3c260e48c60934f67a7869dd739d020e1e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:015b35c884c0e9b5c3a2df4e3874610dceda9766b1db231a0e99774481c88bea_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:170dd5cd1770f1c560d2d0756a619a220d15c91c8d8d51ea322818be40603ed6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:7f43c6487ef0d6ee493fae02ef100abc813294f027b702722f38c619a5e8206c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:d40a074405d58180667a3722571285167277e73ef4247221e5b5c235ebbba38f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:1fde8ae44f15902a4a5dde0328cb037c74c40ab527db4963b5d703c35f2b2c6d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:8a13fe639a4db964e30cced1f77214a915489f75b2634356259a03f6f280d856_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:afb26125636804082e2827f1d473d49cd492a6356365c186f69873ad8e24e099_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:e9668f534471f09fbfcb31c76be4b68a743549c50255de8fff8fd0c8b4a34924_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:0a67e292a5b75f818272a3302f4d2d334ec57e5e0acdee47fc6da52625e6fb60_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:50be8ffecf96273dd18c233edb39db8e3088bb79acef2884f47b64a543f15e71_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:8fdc9fb2e35d486efdac44adca6152aeb6bed9fd88c183d80aa31da96e5b8c6f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:914fe11be86c707b3e2ea354c5a1c0cb72affd6d9dfe63ae2438a1a310ffe4c6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:53ee6ae093b31ee41b13bb67b40aeea723889379ff822719c8174e4272cce99c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:5e9cda0da90e658e08a08c69480c461701b03323aad484d887f12fa3e11bc9bf_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:8921a94912d602af5cb9636b2880c1ec7d8eff795473f4865f4354ea2079d428_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:d9b23f9f6c407010472286a31c17e8358a19103fe03260180d2d615aaa91eceb_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:53ee6ae093b31ee41b13bb67b40aeea723889379ff822719c8174e4272cce99c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:5e9cda0da90e658e08a08c69480c461701b03323aad484d887f12fa3e11bc9bf_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:8921a94912d602af5cb9636b2880c1ec7d8eff795473f4865f4354ea2079d428_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:d9b23f9f6c407010472286a31c17e8358a19103fe03260180d2d615aaa91eceb_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:0e598a4bc8097ed172a8e3e8058080ae3db89733c02644047e46cfb65b7d3b76_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:595b8a01e9b2189a3877041ce66509eb2a2a13bb0d928b4fa772e7d22d7e6bb3_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:a59804ff3479bbdd8249f52e145ad8099e67c790dd353684fe6faadb7246f3e5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:f5bdcc739dc1dc70a53c624c35d3e5e9574bbc67cf488919041e3ff0a11f009d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:0e598a4bc8097ed172a8e3e8058080ae3db89733c02644047e46cfb65b7d3b76_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:595b8a01e9b2189a3877041ce66509eb2a2a13bb0d928b4fa772e7d22d7e6bb3_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:a59804ff3479bbdd8249f52e145ad8099e67c790dd353684fe6faadb7246f3e5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:f5bdcc739dc1dc70a53c624c35d3e5e9574bbc67cf488919041e3ff0a11f009d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:06e2320e7c46ca66239bd9cd22eeb576f1c42f3acd26b8db1f6976e9717676fa_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:cc795d7a0cfbefbce47789c6d49532a9a41b8d62075d4c94bcb265fd3ad8ef6e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d87fda521517b9b5505780eb2d84212843145098e70032c9996b3250222fe604_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ec1000141bbcf65e1e79f4dbfcc97968b05cb1189cc35974ecda36bd2b8d302a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:0296d6ef8495a340807a800e8064de04bffd08cc24772e1482ea34d3eb39a83e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:2cb477ddcc46f5b57b4e81a8ad1163c0d3a13676e7079647dd2ec4b94281e9b8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:d85d011efa26fcf4fb9049c360e167a82f0f332f006906f945b0f0048d60da03_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:dcff01fb6c0c0477daca085f3ad54d39b6480f139ed59cd1fd4eea9077068889_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:0296d6ef8495a340807a800e8064de04bffd08cc24772e1482ea34d3eb39a83e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:2cb477ddcc46f5b57b4e81a8ad1163c0d3a13676e7079647dd2ec4b94281e9b8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:d85d011efa26fcf4fb9049c360e167a82f0f332f006906f945b0f0048d60da03_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:dcff01fb6c0c0477daca085f3ad54d39b6480f139ed59cd1fd4eea9077068889_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:5d7e619ddcc71a0244aecad37870bbe6a9bc993db053b68f57984c84751244f7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:6d0070709140682d4f91f5e7e1341cdfab3d992295f246a3b8f5394a3c290e98_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:8b8a1b6c5fdc802b3185d5a91bd9c68426307526fad048ec7b7360d2885a9709_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:a4b5e6597c79fd99492ba89777a51a9a0fa767a9b174aab5ad38eb6f7a195634_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:5d7e619ddcc71a0244aecad37870bbe6a9bc993db053b68f57984c84751244f7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:6d0070709140682d4f91f5e7e1341cdfab3d992295f246a3b8f5394a3c290e98_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:8b8a1b6c5fdc802b3185d5a91bd9c68426307526fad048ec7b7360d2885a9709_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:a4b5e6597c79fd99492ba89777a51a9a0fa767a9b174aab5ad38eb6f7a195634_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3f240b50f6973f1ab0ab53fd897acd7bec248c417923d56aad6630cee4bbad5d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:69a9487a24d400bbf3ab5bed205f622267fd19783a1c159669359d706a76c3f7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:778c6697c773971590c2187e863a18d45dbde7780c0da354a96480ca7e742b35_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ca587a8911043d96b60e967e4b2e33892254096414910174e6a7c395583e97b0_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:11801d98d9d8db5c37bc0bbb72aecc2eddfd0836d079f91a8018dd297e6f12e0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:34f5458a8d22a1b295a6cf6be82bffbb427aa6421c19609d37fbdb0de53afd48_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:5ed572029d4fbbb484fc3562046de00f7deaa0639185e26adb2210447a8ff958_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:8c3c79a3da45f6960f8cb68074488f8c1a97acd2637deab99b23cf5feb3dd831_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:2c452c9fb2f82e3b4e746669a2e8fe16a63cf009ddfb94d698529cef8f6ca8e4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:4eb82f07e01b4f66e34f933fc4c1ea0f09a8e227a216a732290e62db12641ced_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:7e411329883832f7e0e9bc7bcd716a5cc48898a051351176349bb877aa7a1704_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:fac2397c70e1a2d1457e45554f962daffec82ff643df596e3e0d47e2cd4a5727_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:71ef3a2f7205d5a4d2e223ea82ae0f8911ea9840cfc819e78931b5d8d7b3960f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:836739cc20594452479eb9db8a995d1caed27f82d8b1e7bad6061b0a7eeb3f41_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:9a6743d451c6a6223891fc13ca4e1f84328f5cbbe5be9c6f4a5505e47d894651_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:9b08cb63eae04604aa25e2816fc894292b63287c078922296ccf3108254a420d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:30a8075c0829c7e8170fee4fa1da1e4fc8f8fd7e98c03665692a0d3790a3e404_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:91eace031f4e244ba7c82194f0d9e4c42e1b3f83b4cea8281fbcff70a02855b6_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:a3a947c318b1d2cee8676949477eb154eebda2d7b01bc83aa3ab81b305d0c123_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d4485629dd69e3646522bb0c6fc3a616fd20e9e924c83481423beebef6620ed6_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:0050083f13ea8e40679295049c4312081d38904d8ccc1396b80f27544d01a06c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:1fa5db1d68336e05f0559c44f107e2968f7e65842d878a25355f37ff487001d0_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b8901c06e9ed87c8998625b99ee186ea5ac8a0a89c0263e210fc77f6b02fc36d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c90ac14a629770bd274536af0f82519c4247710c79acca953a37ae18d5108861_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:61ae2afb181d20ddc00f7f0f1a6a206221d15c887238ab048e10f838995c3d28_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:92ccfe03e0716617e78fcead09e592075632be76cb4d4f906a32fbbf1e7f79dd_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:92e8805702148fe8bd56ce06cd18da14eca209207633ecd89b3b3db27e784d2e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:a74af849f4f9b5eb17e812d798711ea57b234c311587a46fccf80b449e2ab091_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ce86043ba90a236d904b5bf8349678a139c9d12abee75b13e20b454762a79b07_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:fb673b9cd4bf5792fb1cbdc40d8ae3787b0c371157078ffbd959748ab0c19db6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:788f14d6d64cc43d2f137a2b5a2e13e80b6d7bd1c5db3aace5fc90b090cc1325_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b1aa6c712d6b2c05c5819d89c96f837a164cc978670d9ce0ca3676c2bf327ab7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:e0b18dde5738907a0cd2a7e54a3a37bd341627b6e12c2e8901cb5350e78e5f9f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:8b774ec1d7062dbf21f9d4c9c82926a333d4b530dd31e907fa292b1673c17f22_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:a44db4753020da0574e7b2cb486ed690ec6d452d9c9a86f1a35155b3203c3f14_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:fa22ce356479e36e38b28420a89c51826e52e4ed29599f8d81b33a4c9f17742f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:001a95b33c0b3c3c0000b21d4e6a0802ae3663c1d5c5e1c8b8bde03e248b74e9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:0f1a47dcc7b5e8d5d82076325fa73ec6bb18d6a7124bce44da452848859c03fd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:887ef213faf48dedc023d2c533d2b414f5cdafb4cbe79a33841d616ee1e6194c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:d74b26dbce57d591c118a178762b14e8d3663efedb7e3bf423c134c04361b4e9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:39575d20a0b0aaf4e66e34c26cd0ab61fdb672d13cacd4b8a46a05355ad98808_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:62ea773b1ca80e54dd81986d7aaf175916562abc8fef3a7a0785bdf976d43f35_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:a70b67bb199914cffdfd5a61528d442e434bc3dde0192e91f68cd7a23ec20353_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d53a31a064e2d3620ca9a6625149b02efbf5bddd3592afcf355d03f6539c689c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:00085499aba957ce0074d5f821884de04c511d20153293c39e85fb4af913c679_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:30cd4b0203521c2313602ce5bfe38fb36826471bf97573a4581662b579199d70_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4b5e0baa200d25a4e50917bad8abdea3860f7443d634ff316565da4650c7fe31_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f260327ebb92a129f41f5adbf40298abc26df6a7e1a88d419533b4712498ef53_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:1d51e5dd1835cb7d0dfc3507966c4d9811619fd68debba7a51f92351ffdc8aeb_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:d273edcc6cdb663d54cec22fc7947d30417ebde92772f7613ee71df7e245f8c6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:23ca2c33256242f865b28d356c525a06f15824a5b407827908fdd88909399ec0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:4d419fd5bbe80740a39821dbc54c463ba88056f16fb9dc367cd55f4704c382e9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:44d79a4c2279ff4d86d2a763c7d54209f9e24638fd4d1cedd5579b19ca25f5dc_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:798b93cd2c8dc91007f8e5ce984a9416a523ca1ad1d1edb48ee299cc38a7298d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel9@sha256:6089d0673200ad7ea54762cca3ca1b913ae4a48fc12ed42da637b6b17a6fb7d9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel9@sha256:6fa9719d09f35aed806742a476df49fade99829cfb07583b4413724fbfa1c194_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:2c22af5ba4c507b1d44a2f1b2b64585ec6b7225fdfd507cf9f2691376d169819_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b20ba95a4ef35e4a72e3b861655d236da808c9392f6f5b9b7b760f4c1ae12bd9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e93e6e39e6a94f8aed80905145fe08b6679dd15a84ded4b4ed0b24b0afdb36f4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:3b57a94699fd5667ccb1cade8f56ced7b4c9bc06969da3a9036fe4963a6bec0a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:d2e27e8532fdeecd9de5f9cc0ed750cfdfd92d82dbe142601c60d32693e67277_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:017c35ad3581bc5d47691821501fad35bc737e5c8aff5b486fd85905d6f815ec_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:d7c0d00e80632f5acfb1c3bc82e579be6b79e15817540e9c91cd6b3a1b3f6ac8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:03d49f30a46c3674fc120b13433e13a2fad082c984014f459ac7f10ab3e9bf97_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0a7e8b5f1b1120382de52f3540ff6908208bcd4ba242abba04ba79902920efc2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:2e903dd9147352077a4f775283942c3c66c21ec31fa80e1f65a048dacee8d227_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:77b9ae4216d409ae20d82c476e101fdd65c15eae30c619fc8c51e1213524938a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:369734364457c3584230c9b2445742b2dba5964dd7733422935bd16b71a0ea8d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:4d8b91d1d166f1ba933181bc34de9c05ac4de59a785c707e0eb695e4a81425b8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:5dd4a63ccc8ff694f3d0b4d38290cfa647c8c6effeceabcd86383af0657c1e38_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:d314434ff086a17a4dda0e0bc5499d892421d66e97cae55ce50336b25c14b9fd_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:2d4e18a550d1257dc97dc44428efbfe326ea8f305dc58228dbbe74cbdfd37e26_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:bce1b5dcb9d752202065a6aac8de3ee1721b8de03ee0f78f569d0f841d568554_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:ce8fa76166c3f37ae6e855b75e43aa462b0571d2720dd15ec7b9e282d522a13c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:df1f7115b9ef18a54f64b9646a27393c7c949a718fadb28ab8803d955c75577b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:39cb774a7444cc93f1fbb512cad9323fcc3ae217d4402c196a926701e98472c3_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:68cadb749ab080da743feff2b120d13f66cd54d61b7ee09b41083e36671a0f73_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:8300f9d1110230c510e9ae8dbbbc4501a5ce8b57b424f20ae3e42d4918ac9b48_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:d3f327e2a5f4745ad2cb946a2228e42bcf51be9715b23732eb1d0b877b6d3ba3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7f6a13a46ae75cda6eb2d5688c851cbbadb3193ac642494bee3d5d2c5e6ea8fc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:b92d8c3640522615577328179dec1c851becd7e42b7282d3a50f7af290c4037b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:4463bd38f33b06d584ebab15f5e2742693130e299590c038416f833e6ac313c5_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:8728d2c64b36f2c3fb9a52a1bf7ae98c5b113dc06ed7cca49c7b3e9f1789bcfe_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:4f68de2634b2f3650f98ebcda1c5c104a7941710c3ebe83ceb8fff4a0b697b82_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:a180fe7b396945b5a18274c742f6c01d726ba6177ff6721896f0235d943fd578_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:17cfcbf9d6be2d228c4cd0d8a5f23d4bee7814366ee0cf500af66a30ab43aa4f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b8e224d4897a0a99e182e966a61817a0fe93de3bd1ed78f68ee077239d65a908_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:c11fa3e642fa099dd30b99375606f82a4cfbe67017d832f32c8fb1ed58a5aa76_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:d0960e7974bb914fe45bb0d740ad8a84cacba8233e9ee0e9eabd5b3e71372620_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:d5f38f5666ed4b7f7e7da03732367e1a5d67f7f7d35c0c4bc232b5aab7f2f2d4_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:e74e1470caa81fae1509bedce3d3d1a8cdf89f814e174593ceec0be711270dcc_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c9ec31a316089747957c8cc1a8a49dd9476d45d6e7af919fcf538a367d35a0c3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:d35056c3c4ee809fbfc2674c9085b16f5e5d943bf7ad710c6aa4e5713bcb095c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:dcea4453ca75f5c44c125c1d677f28702cb94a73366a520e37b842ba5128577c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f3d8cd4459b8271e7718d4c5e97f92cd7db4776e719da5d7c04025e18a622e60_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:212c72d2288a050a21498a5ceb4c3b659b4bb98d0ca445d6b85a7a8b94b35488_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:45eb78529c0122f43a9443d06679db427ec2a389f7612ebd36000ff9f5ed48a0_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:d105ced863235a301224f506642394034cd0209f726a385bca03147944f0134e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:d1fb82d1280562120cc7fb356701d1f33254a177da5d0c0db90d2276297373cb_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:38c1beb577ebc5dc35ce3e31316346f21d7d9d6c297254570d6c6f8b8af4268d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:a083d6d53630f47a8503a45b639ae5c567d1f724096d1f729082bfdb9d760585_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:f2dffb118be72c4d3b75564f6038eadc0de8d261d6b1eaeef35343ede6056539_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:fe33d9c4694948619c5e95464f48fc82fab1feb283ba1d57225b3678085981f8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:20d22b7c095cbe52a127e22a428a8b27c287c4574abd32c2133287dfff3aa0e9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7f8d1c497000e0ae2985e9ea5a6b97f0c24d64e92440358687c8a5fa76bc778c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bdbdf3620970cb066fe169ec145f6db31f4bb4fc768cc440f4b8df83f57f206a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:eed72f0b204935fc71bbf10495f0e5985e5049bbfada39fe8afa8a60d12833ea_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:0bbf3eaf02453b7123901fa866a7f3f056ec58daf047b51ad30e177574ef49ce_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1ce7092cace33e4ab97d548ab4c9a2388dd84e53bab452a7458c8a5ed4495701_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:7985455eba0bb60e7b1067f759f3e30ae73f9be78068f953e060786530253025_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d01e8651edc6bd95da78c5fb2201aec7c785126bc70e0f03e0f2e6ce67d245f4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:12e6b0853b26b6504bd578914183118e2c74bbaa0e934a07ffb99acf3e19efec_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:26a6c5c8b798a039e227d5b6f02a1bbc1ca2a3c3354d98ab7beddfdf39e323f8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9864736555736cb9912dcb1c72f7d85aa75ec96286972312c2d0a3fc24788d42_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a82429314b1c0785c2d46c99440175d0ac8311bec3f31da3418340a2a0a55ac2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:2d6d0eb401d3529cc09163cd67fb8af3d9629ec14890e3536904669e409c2262_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:33a206e8de99be5297890d5373cb7844c0ebf03285547a3dc752c7bab031284b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6ffc197659ebe1017b99eb4f9b3646ff311aeb2bac6d580b3e9ffaee6138079a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:8418c603da899631b4fc20e064533ca74f94b98e20ba3843b7603c9ff7cab8ac_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:02033087b0776681f186aa48725fd0e2297ba2e22bd554269ace3d51b3f6da5d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:c2a8ee96f4cca328a3791758909bf9322ece200a84b10bc15048979aa827af3e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:3fd566875c0685e36134791ffafd5232558ca1830324988a55ed8e189fe5c35a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:80d2d5f45ef286fb8ae44b74ec245a68b21300e7d1deb60f01c527586e036db0_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:089f5b6a5d58e7dfe1cb8fc7a552a7a3a525208e0cfc86f88362eacd3b11b8b7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:263187d98ca0b290168472163b9a8d81dba1077cce8d7dcd8419894ba16524d9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:fcd7799ce45632b008f561ee8688988c8dff42b9e0677a05302ee8e325e5613f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:2665982a7b3d16d59f3e11ddf65b1016828d746db8aba950d9094cbc5fc3cd26_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:8a152f3e2f884f37e0c222e8ee47985c2363cfae12745eefbc305b30158110c6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a74dfebf03b4e0c686a285f0b71653d37f945c6c8e4fa5e750cd3fccdda1ead4_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ef3b7610a226305c920001ff036628d48ff3ece3ff46c9727749e619b69d5524_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:31d45f4b5897554f9e459bf8822cd945a0307b515f8c2247e968aa3251bd9dee_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:439e379c449e0011dab2323ba70da96c9ae85de0c78ae65e4ec97cb9e792cc14_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:9a08e22dac8c713b0cde2a6ac9031a70ee16bd1df3d093f8533534287ac7fc41_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:f1341dbe1145a0d7f954d04b9309e8fc2d44ec306db7ac48ee48b63c29a935ee_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:1cb4e934a34d7905afbbe8bc1edd2ce28a01f2f10ed0ebc0ccb62d732009ac12_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:2ea17ca4317c75eb3a86741d6925cfa3b0f8fe5cfd14281ac42f2f61b983bf39_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:9c2d1fbec1fde2e3a0490bb630ef4de043fac05c915f6db43904feacfe15541d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:e1848797ae0628fe6fe4b16aca661ffdd6559cbfe56fe0892c01b6885cc10598_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:36fa337753dd82ecf610b3cd5bc3c32b4d863e7ef6326610004d5ad2e9e8a369_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:805c04faa83fd96fb2510deef9c180846028dff7c8de992474c00b34bdaf29e0_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:bf8c8fc79c16f075b4cddbf83f6cdcdbc00ae5b64e11582ae7446f5d44666223_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:ffa47990e61f60b7f7f65940caf22a8340af1dd2924f3dcd6bf5afda8cf369ab_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:335e23e7ad1a695dad06b98fefe5aa1a14540fdba46000257a0fa7f269dfe6a4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:a5fe2690e857872fc80ddd0a8e72a92508fe8bde271da5d9697cd6b88ea4f08a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:cb498e9708e578bbd9feda69340a843f0099ea49abbf4cc88524196c6d5a85b0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:d3e663795f398f7a945b75b5eb98d9171dfd65c82ae1abc583c31586bc2afda7_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6330474da38ae06e0c73f6319cee3c9d73bc48a31a155309222dbc414e76efcb_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:72ca1c3f1ce6ebd678469ad94416f27db9a6e9ffc5e22a6c0636f4f26872fa53_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d3d0cf16422232526f461e140aae0e5cb0b5c56787e6dedf93c7e96bc6c29594_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f1a0d254b3fe80b66cea05d072d13bb9870989299d9f2c5d7c93b9ac9ad3074a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:8b11535627b9908e957068a9183280ac57dba63c90150662b14cf728238c8568_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:c2fc14113c69627c79a7b28562b05f2c251645c976ee1928721c1de0d48a14b7_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:c3c2cc1cefb6fc3a12978f4f14b3e6d3a90928b54b4cbe092d28dcccde2dea01_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:e7b0213d1a1a9dbd9921ee545de41c263078dd3ebb1f838dfe150e73fb51ed2d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:06f1abd50ca304ed98a0dda0a37c62980abf90b926e596ea849edff7518f4920_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:167c7118d171f577a41a66acda52d3ebbfcf1189e2a6fb8101fcab56b6a7df8f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:1b2723e537e9ca906f3d1a6ef70a5d0c95b59623fbfd5f0c5bb6de49e6effd40_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e090cfadfbd9d9587a006ea68407fafb1673b93d6c1f6e77efdd2c658a503669_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:49823fa689e0b99a542b3363f61c609730ff500b1c83cbe9aa2b3ed949e9d79b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:4d213b4b7b581e6ca449fa12678b4b75b06b938d16c76c054910bf71c2b65168_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:761eefac8ce5fb75389e8e452f927143acc1aca266602d6fca8c007c30d7eeea_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:8071b85d6f58f8c81756886952ce6fae10fe9a88c83927342bd6106f1e234a34_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:54eebbf509914e15aecec16dc21e8e3c848bedda66394a51ea4088ed16f0d3ec_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:78c9f0837ce0827121fe91f53a1ae02bfd66b88ecb45fecd30826d47db233038_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:b31ac2f80176d24f71e4e1fb8bf8f153cab65e069add24cb891a021a06c0195e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ddb1c43498ca301d4a437b8ebb23378c0db0b8e50f58b0dca911564817db1854_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:4f4ed9468740e6a521d1e095bdb6f5fa175c7e1f05550d999ad7342650948c96_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:594299d23d3fbb349d6fb9c4e059320829e7d2d643d890298b2a94c4314d92e7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:6800efa41a1f05c0d4d2f6702ec6f2fbbea73c3d3fc025dc62a5cbf3233add53_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:dc4a15e5ce1b7f4e932a3a08b32264abf570df68e15f270d7467a43caebfe8a1_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:43594a42c2342a584f5f4b8296b6726edd85f8a00b9703922abc78320e8b6f74_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:805ea7427ea3131fab72e43f80c34db682ba3e3603b438f1315146f24f706c01_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:9f06792d0d1831f9a557c15967cbcf117365305b612f3a23f793863615285ba9_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:b010ff328387fdcb88aa746ded0b63f609c8ed3a9745ee2f648cfdc17570dacc_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:08f3e89b2984d8563a822dde8feb96231e9cae0e74cc7a64b9871d53f4a9990c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:430e32ea9f2b6e87ca04e7713f393441f7dfcb0df57c7ac4766b439e8c281396_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:477ee1d38e4457c9378f05e83e6086787b957bc93f5a9c280c4afab8a6e02152_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:d42373331e4dabbca4921280d47dea956ffc0690648ae172f156605db302c8f7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:87017af27e74c380225ffcbcc961d2d345b5d997df552a9248d07d8230dab3fd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:ed7dd0e4fde979f4286ec5fd7f3ff1c51eb22d15af56138ae838d97df29884e2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:205cf240004a81339d5673b723193758e0bbdb008db6a294295412b6f92cd1be_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:2bfd19c9c46179264bd0d7c37f8f7b9edda077f3210f168f010af88317904d70_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a7672e4823bc698d02c4d241c84a57a523b13a267850baf8c1ec44150eac7f7f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:b84395e944be5010ef965bf387939c481d9c313b8abd2338414a3b592de7a219_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:1167bd175a841398744ebf28418cdb871bbad24ae38db5a88dd07ce5cb843d86_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2c2340eb12f729cba09a33a67a873fd11d421203e4b4548474d88a6e37f1af14_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6a01712dfd5ae1a741dc0db425ceea67934e763afb5df78809c0e6a22ca3173f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:910dc87281b45ed6dd18d2fb7204765fe3f3332d325e7c0cb061ad93fea7bb06_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:366278f589efb7c0ff2bdd800b0f6547b8be6acd259782192df2b10a9754945e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:4505bd25d99cfa5466dae74d577e459f756d6bc22fd5a21e91f32d6d6f7fab3f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7bdbb5168db25825edfaa505b705d639124f757f7c61768558c03f97dbb52e92_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:841d8a1a5cc97465078e19834734ac726341509d5e3fc5aa7d02e9418f7826ee_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:5f1fee6ff56a72baabb5f8c908feb2c4a67426fd0ed4bf8e55cc4daf552fc4cf_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:7689256c7f78b8e827b2588ce08ecb65035f3eb44c22ef395a4c16e80476e58d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:b2acd795681ddef65394e303c06e022ff54e1e0c53fcb341c381197f7e520b6a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:f5c1907aab6224d4c398d0f5cf151885859878ead00bbde79426c96dc8a6faf3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:168e6236d27a57e41e6318cb2a96b31eb4030b65f194c924d6e6a07c4a53f0c8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:6533b9840e66c882af6ea984d451821cfaf72000c1d2d8e1ffa46b95abfd0c52_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:8dd21817e31ef713af9cd67c004c8a6118b62c1dc557f963f28244920ffa9f5d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:bbc41d8cc76ccd7fe6a93d84cded4fe03cf08f985976266aa532b2a16232e1d8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:0c869ca3f2cea582df50c27d9170e6ecbf0df000d65ea250e2fb8ff41dbe6b4a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:4cedef9af9f34258060b059ad2d0f44ba329dc72e64942a8adcd1c14400a02ff_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:75460db975618d0dfc82f509725522f8151b49a00a210615dc8cbc97f6ed2fb4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:c4cc3eae9765cc81765638b8f1d6ed105d10d018f30bdd5ca9770b47e2ac683d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0006cc8afa959998457049601891036f387a518c2bdb3ba496928b229fe9d134_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6406a77819214fbcf753c72e1add20455ce1c71db634a10ed36cf4fdf857d892_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8f2245017277cd5f2642b162511ab42d7b8485567adfa25db900973baf058de1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ccfa78714715591d82a4bd4429114a92cce5748772e84bf19e4a890e428bd4b1_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:6ebdabc2690c1c1072803bd473496bc694f9d0c99af704f53c810d2c294ff687_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:ac2f665507bd239b43bfcebde4c50d9925b0376c06b448a9695e7f25ec4380d6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b2f58190b8a5b444f51f7d4431cd1fb5e59fc0c38fb4ff7ba4c51d2ed1ce6b2f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b84e75d4eeb59ff0804fc3b501156bfc562a52c0cd554783d8d7e7c0714d6f85_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:163154e33a4744ee5a451384d824443fe2f2a9e8bc961b121b1c317246ada9c3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8ba5133f9697e04a14d866027d8f342efe3bb9732857720393d9bf3e0effa09e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:be734c5f7b5f7ff624f842c056ae099c81ba1f4423016ba63f371a8d8f1fdf3f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:f4530c4f598865cc3ab9210760d93fc1640e15a07fda71fcc2b5453834dac7be_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2ca5fc5e9405404c8b611513cf033e480cf81c2677ccc08055fb934aa40cf7ef_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:3b18df1f2d706c80637b7a31ce09d3aee59eef1bddea71c218dc9270939dc194_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:c64fbe8a063ea2f7897ffd9bc2c1882c03c406611f8dffe9b9a885f3e75f105c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:def060ba5ad7ccecf1d1cb0ff3360dba500838c087d701015415e1a2ab08b4bf_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0693761931e2b7ffaf4e39c6fde5b0a1099d32b5269c7a498f76bff354a84ae9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:8fc7e5dbb6c2470efa7ea415b71569f753769abaf3331f9ee174adcf39a4dd27_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a1e0a23dc6c93de096d3d48710c45208a48a162d3858d0d7afdf4f300ebfe04f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:b71416e2ac3c46366da3abd72b0762b74759587afdfdc8a8c6a47a52b1d1d77d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:72c97ea299920a43dd391500e1f70b27cfbedf1e9a32ec9275171929b8fde7d2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:7d482a6204223e73e4dfa0013f4ba20db1d04c7a8c2881dd4b9a58e6e7d25f09_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:8ba5845b83d32531f3a3798486fdd8377bfec0748206d917ba821c6a76d55f3f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:dac43b8b4ab95960e240b3eef0fe1a6d37dfe23ab7d0cef27d412ad69afb5466_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:02698e7f9c59596fbe039b031515a319067d79c6696a5fd9fa5a95d5acd4026e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:28796a3d553d6880de207e5d6048c2efc4ea2858eb6251e43d1b46c9e9466748_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:7b0a4c796681ab9dafc0a708dead6e0a8db3166ec40e380dfb02978eadc7d2e5_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:ea3e2045e45229a9a61e6b9f9d10d0762a8e6f47e700d96c916b402864afe8a0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:12826fd7a8ca953be9429198adb9386f489e6c764d7b3fff044a4cb66c7f91b9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:22539e72bfdcdef4c91ee509142a1e403700c79d58b4f868a7a2e69b81c2d6a6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9c91efe4356286d3c8aecc6e9a4ba5ae54655477a2541ea80b2ab9ac88c63791_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:bc74fed608f8d45c463f68e581418b4ca5f3ef05467621bd6199edd149f3c7d1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1eaa76ae1380d3aed001b85612fddbbff2bdf70d85506c4fa5426ace8bd066b2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3760f9fb700165458048262a465f32d19660ba88e16b3aad5fc349b047a5248e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:be8dd7342bf7b1bcc1bc0f873ceeda8e81bf686259ee4cb5f377f397f43349e3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:fc535145b24b8def78590d003ddb58c2c1eee976ff2263740dfbf634f7d1c888_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:6956849db88740b12994232ecf2fb137db82f4afbef85b920612a9b38ed8bae7_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c182f19eb5bef9530482e666cbfbcf2649c1cccd95309850f93b82daf8d42a90_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:d12663d4543fda0b233405cc0e3823ab68cb421eb38acebf56ec4f0555e1e594_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f076696f3eaf06da9fcc6a4042afae097740771bf902fce0d3446e63ef8e7caa_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:326ec4eb64e1da8db46c9bdfa4e0ae03732a863eafad17e4ebf0dc63698acfae_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a7bc793a9fef04df9e54c978cc8c14c151168fa186e5258528e8e234fe036b00_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c493bb938f211c8018e014c922287ffd9db30a9d8e6818f2dc9cf42efd6b6da8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e0d5fb86c982e60025cf5e25d6ceaacbe380e9e9f8a78e311a488668ad991f5a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5f471c6d5ae1413d35f2b1dba478330537e2cf1c45f5d2a3b1d0b875935db19e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8fd890e0ed4d9101a895b34c0f42293b280d06245de6e45b113bbd5665ea488e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:98041b168deec45330330ec382e6262d616e1b1a22a389f9216b622c3118f401_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c1bdd2efec725038c68e2da7133bed08e1a1c8d9141a55062f621d6ed403af7a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:81e37f2597f8539a9f5b3800967545af056e88089f95eed69e5eb55426dba52e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:955772451d73b6ae56069b6e706629f6e726595f27bdd0d9a920d217e7456cc7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:ad5fb6d1f60634230f1dad1b9ca094c2fb8bae6e68d618ffce60d20c0e55d8c5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:cb8664cec305b071cc6cc3d7647b5baa9a013d35dcf318e407e6fcd7a2461eb8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:09b9ae640fccd4a948ce4835dbe29f65be91484aba6c2afc751761aa9dca541b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:3c9911b15f2798b2f4898177bdb924641e8ead282574beb11278b9370eded2fd_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:21d73647d434cea2c398a5c30ee2f92b6f5aee3b1106b961b1d50e8a18825f1a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:49fc188b34134f5695a59a384101be2254859d6e3fd3fa2e1deb282049e5f592_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:03e6ee2082e14e8becf5a2d7cc6e1681a088a057c1c7a2189fceddf23a7541af_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:80be0fc1705791db62dbf7b2385021b8e67d0d21a94815fff91c3e87d6e6e238_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:5c3c19e3dd09249a9e78ddc4871162b166bdeb05cabb7075f101084a26863568_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:de0740c2f08cf7e6a8c851135f4f2273c768eac198d7e09e35a81b585f1c755a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:401f429b76740c19f325c6f0680e55f66420dd35e72325bbaacf5f1708c2cb2f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:7e9b110c44bc04a2349b037104cd836c0dba7fc90bee7c0a3fa0a7bf380664df_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:96cb1a572e643c3d0cae3b20040c3c9663af86ede9c30bb38256c080de90983b_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:e41eb9ea6d0e646c40f43923678913904a2fc8f5f4fa1e9e458c807632e82c9a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:beafac871e27f012d9bdc881b0ed67095ca7d34305eb773117eaaf2a5f2404c7_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:d6ef7d1f4afe94e6bb5810852720c1239bd58b9a49a085d991659b59c6e26452_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:dd8dc49c8955041adc7c38a6023339cb928b3f944c144efe467ccc8da12c4c78_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:e7d08849926e92a0f9516b383ef71dcc2a6e368405f1d5f330042c62fa10685b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2559bac18be9d14dd0de38fd2c2b8d60b95d3ffdfc79d961747b7d35902252c8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8b31967a88b74281eafba0661b347aeec335308011e626d9dbc57557ef8fcd4e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e6a298a5a4b32e8908f2ea8207f673d1c7f63d654ebd18a7c3dc03bec7019240_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e892bc22d6a070e147ee0648d834798cae5f2e8941805a6bb7a0a4b1a292fb82_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:8e9d58dae4a9f2c50ebd9ac52262db031764fb28fcbc30880ba5a5c0e4546c49_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:a4ea9bf43c60b1486ae8538b1382882f464299257acf43fa326eb99d5e6851d0_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:b264bb9685a03d54117aa33f11853039d903cbd6d71dcdf63fa512e9f9d826c3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:f1a979149507ede702bcdcbdc5e49c667b52cb2f5e5f1cc9e0ca18602ba35772_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:3ac91633beb2c994cb8e7341b6efdc22dbfa4bbf9aab4819bc30102162b1d1c8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:451b74b33a2bdd13643f49117444110c86d7ea956a66e9285e3738e8c81b6f5b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9301a4880095595d6ee0667a7da2ac7e75f5a028a1f70bf71ec1227310d5e170_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b937da6f29b34bba141df41775d61d33df4c81c41a488c0f717d7b05cc85c453_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:36d319f66e25669271597bee4ae415053935d0877530d439a6e8b2eb23353cb6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:940220625073d9178c2efc540fb418df676e44dcd35c5a7ad01d1031ce779bd1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:c04c13d41b67bf5462d1ac2bbed4b95a53a2b2bbd293b32e7478b5cdd8ec5d5f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:f3bbcdd4a8f70fedfac7869d46124137c2a6856aa99a9de6de7b62060ccc5c08_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:059ae4b4cf18b4596d8c86340edd34332be7c667adbdb5199720a0a581086d55_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:4622bb035bf6a546e3de1164b347ec79844538d290bca3100622fee0986a51a8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:d296a62ddeade7d40ca2d727f9cfb3d4bb9dd81498c6a526a565e3698097420c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:ead3f5874193b8acd6bece9f9740c109665098b059db964e6d74192d6cbf52c3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:02236b492db7f328592308281ed110ec59afda1c6fe88b5b1278e66aaf0a76cb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:8eb91dcd0e34b5cf2520af44bcbef1d953892b1a39d117c579c8a2876bf8ab05_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:aad0341721e7a15e08a2bbe6ab9e59663d366f8b47aee21cdb54812e68161bd4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:f05183b69bd3ffd66c8d335d6a476161781ad2e9cd444a94edbf41eeab16ab81_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:6b65341e8a72cb548d68d8c2dd567eedaee6d00d198295437514524442471c01_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:983e36dba561f7cd2f5245528d856e81ad729c3a2040a66f2fcaa18650749887_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c496114509bc387930a5ac828dad33180e20adb00a0b81ea36fdf78159f91436_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:d23c4af5d88f5f753bf395b24bf1d168570e5f6036c6a6ae8b1bba6bed7ecbc3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:0c49b379e40a6fe3a09a21dac8005fd64c3d09c985dc728e1c7f4e57afc464c2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3d282ceb8dfca2308bda52e1b7d2663f7776db2a082be84a5af6e228c6de8664_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:87929d27a7e7d6538a5cdb3ad1d58f531c681ec5db4824498248ffd5dfcbedb2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:eb293c9ecb6715e0dfb6aaf457ec19a0f2d0862ef4cb22794335f53cb6981088_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:11e6a94fa5628b607268bb3d515a0dcc3d2b66a42a0512fbb50a7db7550c6a40_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:65e898b5ea52c5525501b63aa3063204b644e0cea1c9134d80bc2e920fc9a010_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:783d90fdb1b46848f2e9c4f313517e219216385667304593cfc71c2e54579b1c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:e57907330d75e38a859e54d12a56fedba7c1c1a931fc9db1bdfa3c2b10268704_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:4f5d0717182c96fe4d6ff1936b0ad433bd4626c0fa1b29eb1058ba02fd6f9500_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:95b856a7497da1ae18ce5789262957edc94bc4cd87a6913e6d16d1cf9154e1de_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:9868a70523d322153d4870f205323629f8230505c883b79bc64c6b8440472633_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:9b2a4de77fc5736a8d2c968c8782039e22f28c65a8f9af920cc797af5ff170f4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:03f6485cce2f104c812ca1b32c422379d8b97284c6561f4568da4b23efe873b8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:40b76bc1b9e5ca0e664371020999da9c619546692a52e50544a84ada1193e0c2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:505d160e6dc8dd5ba9ba156668578e4f420b37b7069075cc84acce52dd02829d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:a20f2c0440231d57eb8db827564604dad20c3656c39acdab469d15ae5ef37c8b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:8c60dbf477a0e750d0e4895ae8eda21a7ca74b6ea06e8b428d6eb0e3acccf63a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:5a28ee6abd396c5d957fa863a15cdc834c72a792d895a28415900cafa85c173a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:435629696ca8750b352c890af863b85ecc6680b8749006fbb56cfc8957db0a25_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:328a0954887176f2dce3b350f54ae0c0c51f937cfef1bba9b986659343b2eac9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:8c60dbf477a0e750d0e4895ae8eda21a7ca74b6ea06e8b428d6eb0e3acccf63a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:5a28ee6abd396c5d957fa863a15cdc834c72a792d895a28415900cafa85c173a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:25f55cdb3eb8a59fc5d2f5726a71748bf2d8005307025d16646889342829c8ec_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:98cdda546009cda7d6a4539bac65d2ac6b365efa697d4e040556ae758235e9c2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:47f3054cb4a6bd160fd59d591b30910bcbb7123fe44fbb6f057d9d3176858e5b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:5504bd98506b057146c643c36a6581cb2be8bcbf82787bef530fb6caf4c16e21_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:7d6c9216d995b1ad19e5ae1f9f30cf3faadd54e1274fb80c4d5fdd802ee6b1ae_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:da4cd3b8933c8d22cc34039993d8866dddaa2e203342a94f23876b7245ae4711_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:5858c8230e834bd3a75047e34e659c4d1fc61f6c53e23cae5d3a8deff8b73405_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:66b2e131a3be79803c75bc96b69c3e7be34faf2f00f6d4fa53c82704627f8a96_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:966501e1f2fc5f70670211953ade31dc37f0c86e647e40ea56aae47d3e0c1a90_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:febeb3a8a0fce4ca039322544cbfeb0c6f60723440ec6c2f60b12b390373418c_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-48910",
"cwe": {
"id": "CWE-1321",
"name": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)"
},
"discovery_date": "2024-10-31T15:00:53.609372+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:719d802cdc007d64eab521dbc648d7efbac8b04713093b774bdce1da422e3ecd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:ed014578e5710249c89391fdb17423ffa5e6137de2308facd20d4c45981b4adb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:f42c255c1923e63843b1c7622861a65851aaa086fbb2668e0867e28893ba9c7b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:f9eb32fe20a46c5b0ccc3e7dd9f7f8d3c591cf64ee7800137ccdf6c4cb1726ea_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4a69fac5425de41d1bb0b2ebcbb99012b520002235e578b8a8ff0039079a3972_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5a3757def8e6a4fd616bb999d34903ddc9f7d8aa96dcd865f749dded52e92165_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:63b6550720f82b5a98783901d776f3866075896b661958cff3d8ddff44dec214_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:679852a44689f3a73197e047661821c910e35d50edbd788170b8b0cfd9304166_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:037c72c52db1039c57f1008617136cf9e94c8b3da14ea36c3a0595e6182c0042_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:17a517f94f4fb0429b6284d884570b95349f269ed187dbd94c4476f525dc54f3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:6e0a2c775267d2f07817788a3ecbdccadbe6377e4d18a0d9dd9c0f0d40c77eaa_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:adf596175de3c3004fce49a68cbe58e7ba15b3b0b315349ddee89d5dca8109f1_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:47c1a53900ad4c677b45d0dabd3f08a2f77f164fed64f53cc5f3d1f53a9fcc2a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:7cbc7f3c9d0912d4e1d0a1341a3db13fa59bdd0a2e3a81e161e4e23eb43f1278_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:a3c239970ebc8ba8b547dec72f2f6aeddc12cd19c18d75c493abc85285da48fd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:cfbf84917a9cebdd238a83d06f3145716b84b883dc78e81deb3738d2a92a4293_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:2be87034234cd07b0305ba546001dbd90403b8e758c83d557814d9b6ddddacc8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:31b6d68104fe1044f063ba297e9d9e69c1e55b95b26f1e33f93a2573d66814bd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:3dc697a49932c84227d323499a2a174900bd91215314697b8c9c41f7dca957c9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:f5f6edef66e7059ef66d2a2bdb52240c48279709048cda1b9b96bb11b9449e63_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:0e018e0ea1a45558fdebe89d04617b2b703ba93c7d58f2b92ceaea07d2498458_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:32a45843d97384b62b8865de40d5c642dfede6904c05d15da08fde3642c6b8af_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:e109e2c17a3686bad9121716df7ffc7d6ec82419f28b24fad531f96f86df0f32_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:f8f64b2c9168897706e6cc3ed967a390abbe83894e7758d08d1b790f451b1268_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:0e033237871e3e7ce2f0c11741dd6ffade3419f95b6b8600f7cb0a024bc89e0d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2f4ef4c232f199d5ac24750eca7388b57a44f976a782e48e0dc514c128801d35_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:468133aa3a5695bc314d8f2112e4a62388035c0b272abf4914ddcb485bfce137_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:601bcab3234fcecec33a89b6e6727bf6d9d3682b0e0a0eb98d6b84cc0db7458d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:00143215db73c4d765605e892829f7c7e4537fefe11251cb3d279afd98d5830b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:1e22e06efdd0d73b88ec841815eb6ab7c0f1324b98ea6d3c92910c2e9a592c5b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:5f2f9a2119899a4f1502173947b20d04fd943da8b2c953591a35d6e25bb5d027_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:f2143001d856a68c4cd933242fbd15d950512e445183f85a872f5aee4e2e503e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:152028b94c20a76e62793c63a4186a96b0958b2804979ead7dd47f33b273a846_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:583ba099e05b1c82e7c6dfa6d9a9be5face39683e39ca9d251b8a1562c0d6d42_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:9486a1646f0fcc699d0581ad5af993a73c46aeee65769bd8fb06bea1806f0a8b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:a91563e22d10c6a7c77b092ab6f829e7f0436923038ea4a47de1403813c20471_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:2544e96601860e73dff52f6befb165f531bf7686137d5550837674aae6afd3a9_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7a772d3d45015ec702f5e1ab054be240ed673591517ad99ef973898d1e535c69_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:d23cdaa0fd2114c904ded232b6019e61f53b49b41014a16e9df9b7f864384688_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:dc2ee3af87ceaff29152f92bca0dcacc935c10bd83cf136a9d8dbb628addaf65_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:574c4e42ac84049cc168e68faebbadecc3610348ad101ac9d34c140558e60131_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6f44a8a62a65945363867dbc79a5c43965d5e136766fefd02527145d53756ed4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ade325055aefd73a89a3e5d35d84c94b26c897986b77f7c887b3a435ee6e297a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:f841a5218782e8b9a3c435de0221c73ac6d5b4be8182609a074b99f1cc9b1f6a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:158858bb077286091d15b455154595158995981e1127e881694c686360d03d52_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:3a3b2fe2add4ab147f383874b55fb9d44c1067d915ab069c3649c321c0943d00_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:4947ab92f96cf1c2af5a7144e1787f90252ed0a9a0ae4729cc7fd61a4e671d9f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:4c06d16fe27f05724900f1df1db6d12b951c86c916800007a51de53aae260d64_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:008744686fcf83e9d9d4abd55bf1622d0e9f886570613835d29ac3c8cf9ad648_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5e45fa3a09a9bdea3957a74fe0ddf70080a83e70e8f41e8f16a0957e8f8f3bfb_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:6a39ad22c40ec6dfbe75e3c01f7bfa7bd8d1d7dbfe880d011c58362f15520d0d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:c6b4fa176ccc3af191fb7cb560b28bfdca4821b23d8296167b9919e0ffc26e1e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:73fb4d147dd798f244e7c6512084a7643985ed73163c07160cfa2b03566de6ea_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel9@sha256:557527d76a00f3afdaf2f146bed0d0d28224d8a063b1c9f88431ebb40300be0c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:6de7f07ca16a08f783899c687c355837fbe0cde28b8c5c25939524074f717665_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:d7db2153c58f0081db7446ed10fef94f0dce66b4dc909e65ba2c305161fe06b7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:30ff8f03b8eeb4ab60a86f9d72e596712171f4dfbbe7f2f74e747b596c05e3fd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4bafb9b1ccb421f617f7667e59fbc90d02a96f7955fcc76db9274a06562f47b7_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:633915104a44211fbb4ae16a128c60193cf266104345c664e8b28941cb051208_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:d08e59156c0c66dcd4b495a4d58fe8757445adf500fe4440b5f1e91779098384_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:680aeaabf1d04ec1242ae9ab0fc577ac095c170301a24cc07b2c20c06d119fb8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:a6d3d9b39379a76781f2894af08bad00632afbc1a6633cce43bba5c69a2c33ea_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:205ad021b256f031ac14686f61a5affc7ac8cab6afc076855324b4d91557d4b8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:c89f326a201d6b89af2d549a8bf35ef22ff4a82b5f1387a1aeaf4c691bc2b332_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:23fc1a55b530e3104c8674947f67e4e750b9b4fee1e71881148f5f532b558bbb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:40b70676d066ed2a7a1c78322ab1b96ff1c84a5f9cde846174a0b9d084cd0d2a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:6a8d392a88b7be09b2549e4cb5469a5ef748853072bb5354ac34d1c20a9690b0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:acaca7b68e729672aacec5b83f5349dee6eb0cc360e5f600aa9103e9026e8501_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:809682a7f5db22c4632cde8ec3cd0af3eb3b4a64bbdf95b7330b51acfab69925_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:e55d509c2b8028d64a64936fc665c013768e05a3f7019d372a2d7f5738e5db16_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:0d0463da3daa13d5047641085ea55f0ff09debab78b8a0552f2d2faf3f44c6d4_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:a3728c574b252b0830bd1df8e3e92a48c3121276214870a95c76ac12c108aa6a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:3ed7bf4ae76b1b3deacbfda0f18856b2c149a827c934c68fdb7348387c3148fb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7dae4561dbbf68fbb3c3e6190ddd8211b0d481f3457f13a4ea6ace475361a7bd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:447feb4c7d6d68716de5415cbcdb9f44aa594fb32c06480cf678b06788cd98fd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:f528b1517558b6aefda5c2bf23022ec918207238a0f4b759bafd7d54d0691691_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:5971fce447489bb15c3cc4cd9996e321cd8baab37ee170ba335b6ace45bd14f1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:dd10f8f08a1d5b063354f44376a68ee07218288077b78ab46e8e8ae75b747caa_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4899f0b1592431c277642bc16581a656d5e717067da2874bac7c00fa403c06d3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:db23b81652e9c7cf4fa25ba4a96ffafb07b0f5b2d923019658e50a07e31e019a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:1df9ed6540864562e105cbd7c275b0d066d028d4f2cf2362cf73a8ae5175fe18_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:8665625082320a37f6cab1a564adfe6a8d044cbb04c6ea948f15f093862358ea_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:625291292b2d99ab0374635a3190816c51e579dcbca6a0ff2e7ed8f686213cff_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:857360f334810f937fd1be07343b3a4fa20f48f9ef2f47d24bf07787683d9f81_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:01c0e71209c724866d3dd9aa76163ce0d4282d284d148f70d993b23b74ce1998_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:0c1811483c0b6923b5a03a43b3f38fef76bf8317fd2469d476546c2fc308d89f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:18f92db1fcfa7a6e159cdffa6c207576fa38fe8e39542770b49c81ba7427a0e6_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:4fd3b89d351ab5e4f5cb3dd0c7eba8a693466754fa6335f5d8349908f4a653bb_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:c58cc326fa3ccc29ccc1376869983ba77f555e88a5102e5439bc2c0d61605484_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:c6fad737f5f0c071d899858498cab7e031d424ea9ff5967bdc57b64e0a85905a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:191f7f1b1a766500f8365436c2cced514c795707e232187ef500b7cc4278b214_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:406b265de3e2cc470fb4d86ebad014965e31b95fcd255a81b7561c5e8fa0e56c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:865724525f54668e194725de3701a548e253be9e4f1debc84dbde854564238b4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9ae218f40503da16a9e065d8812c303a9e349d77be1f1daef1118bb0f0e1ef42_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4c797b6452d7bcaad38f37c65d0618f5dcc998ac5c27c20e9a11b155830599d9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9b04f7201f99279c028c528620ad50d94fe5cc2d74ee03b542b73fffdea494b4_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:af3b7c16a22c617c4a08fe22aa57038e82abaf27978d99598fc89c2587e7cf53_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:cfc288c31c5c00d58db6e6ddbf2d2f373dfb8dc67ba7c6d55293cb6491c29b04_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:370d9cf25a6331bc61f15927dbb752c9baa6696cb69f65a582c82de24c8ad7e4_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b00ca84a415ab24ee61ff3fb7fdc5334ce045125a14b4b76030f46c3c4b910a3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d223ef0499483832b4f1efec4e1128f8dca303de5fb3ef18a1e9f9817cd4d534_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fc42947a5994fd05142537f6fa8e7ec3d33c30f4cc5db5c83bcbc04d076b9312_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:8d5b7a2c9c54b30056336db174451e0504a6b70a3ff9376c1d6bb87788f90103_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:beb39083588eb33f97c9fa03683e74b1c51b76874ff8c1feda55cbbb27fe61d9_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:ca54639add5ce3ab35219dd58e1bfc9f6fa38130b0ab7486c4aa9c563fde87a6_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:de303accc9d9479b98214dda863ead61ef4ff07d24234b4a23ffd1e7e1c8b540_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:10c928e737116956e8b4972554eb7a7caf8ba82ef7988ff1bc55a20faf93a111_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:4e548be4269f413c54f23fa6e6be06c229f6929645d6dcf53b7b42613298e185_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:b982e659668e0b6d9feddc5664b34c92de8626965fb973af3fae7a7f3f1f0057_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:d14d63c929e558c5397dcf01dc9f48fd0d17cfa1125673177aa58ec64208deb3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:6214236f85ba29ebb5331829fd59c2e6758256d32e12dfaed7d8218db03f23bd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:6aa15ed02b87d8748be79fc881707a0506bf616d8c71d2e3ff6bc6831f80ee72_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:f713cd7ad817a6f0062ad246873378f7c1cee829b5b83c72efcfd4a70ed644b3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:f904fba09d99a7d6ab7583212174b78bb9ed5fd3bd1aa218d91dd18864541d12_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:05c44b7f417db2ad8c1a23bc01e62becac3946102369bb26770309285c377951_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0cb142098aca9137dacebf1790becca57f45e736d0ec049d6e900d6328ac28a1_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:8cdf51b679ab14cc5f9ed2d8265e7959b577d3ca1ccd0d698a6fabe5a11ab4d3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:c5665d7410064c6b4dd06328dcd62fb619e844dabcd5b218dfb10c3632b896e9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:325bd6adeb9eb27493b5f7d117fc82e3cf8a554c618f5dfa2448c3313b4943fa_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:4c4ec510e2eda60fef2a6ebf709c58da55a4dc6e584a060264854d9142ea6a0c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6ed4590215d494f1d630556163a47ebfab26a0ea69971862c9864ab0bb370b08_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f914abc670168e625021a71fa9546c2d28b4df490f21ba4f226a3c8387d4dab4_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:1aa49c2586807e952cdf7b1d86c0b3d25a0c3a32df62dfe3a777fc8b6cdfb8ff_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:246fbd712d6b7ef83cd83029c8998ac1b29d1454ccd636f8f6dc8b47bb5b6b56_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:38d300d9926a4fcde7999191efc6d99d6154baed0baa00f3f80db8234ed1f7d2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:3f44aeef785c94afe6707cf2457557fe8c6c9eaf72a000a2f1a3680a04d65411_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:5a3d3051df9f589ab8f3c326621f654b49ad33c715fcc8babd4ec35f473e8e24_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:77c228d758f0a2ca9da46be4c2df85757bc4ff9fe87aa6cda2ff2b1d50f86429_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8e1371a7bf53ef22fca75be240eafacc23fc6d119728f5d0d71a2bc149798de8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:a05161338c6d7bffbb1b294f00dfe1d3a53cc2f7a97553cf4e050315021b75ba_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1c78469e53ccad316db280cbd0ff4f845a2db0c9986fd7ed101e08ac5c5b8db2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:53c49af94fdd23d39cbcf433598c3f3a40139903631ccc5324b3aa49e4e5dfc6_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ebdbd79898c7462a90753afa2ab80a33fa6aceedea93e6cfa036a55f31bdd564_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:f842a1e9256475b3a5a6dae87b6b5c2d72cecfebce08ea44db5449f7854794d1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:74ffdaffe00b754bdad913e6699b44aa293f880e3803c00708d853202c20f745_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7cb9bd477e9f0f711eabeffee9f25f39c7985e7a27bdc46411b6bf4db31f8d53_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c0f06a3d5702010cbd5187f1b34b42eda35e2cfb5431aef3186037a385b57233_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c8be479b9223b21c389fde445e2e5d1541a7e60267fe07bfb53d64b6afb00999_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1ec6339dab77c900022ffcae585ff86041ebbe1d6cb8639d6167ad9b97156f45_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:b5f1e96b420a872b91d1d22766e9ce8fcb38c443c23a4f4baaac6892b3c6b4f7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:cbed4b61ebdcecfb4c459c7ccfed58a1db918bff994222f639bf2aba73def0d6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:f73ad509fa3ace02e50c9b1a3eb6850a819c706e93bdf88b0a700dfdad02047c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:38370fdd1910afe69d0b9e6ca55873e2db83b50f2182cef88ed7b12697ffcdd6_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6cf68975471ddee2804b4de20e932a1e1a1ea2ede27c614ebdf5ada4ea690e05_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:7f03465e59f1584ad52fed99f2ba8bbad123d1ab885a467fd69bac0ccb9a0923_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:96f38213da8a879118599dba97472b9a88587a1f15022648358360f368b6c744_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:68ed9daf7a0d82e2759096246c1b9eb07f97353c3f34a613fbf6893ca0d3470e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:974265ec3898a056decb3965f7c793a2852545e5dcf35e9f7e4bdec328c15c5b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:aafb8f5731b597fc079f76e4bac04da231e0e4fae464b83b7c7890b5f8ca91dc_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ed5146205b69538fd31b42b0114cf60015a47f872743a73077ef971d64d64c58_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:4aa00ab509205843236296fabd03a2c49e021eb135a91da0590c67b79694cd94_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:7bf12c94e1bc56b593af9b44bdfc3387ddda30c4a4ba762e8b89ceb714f3df65_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:7efbf4df1e8e17ca25087634b7387d0763590e00a33532f86f48b266199423eb_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:b7623d88ae5520b0ec76fb743d9c788511fa99b0ab0f6180de42d017dddc6cd9_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:41dec92ab759c44ceebe8eb15859b2ff29986dd5791ccab79f91cc1786a0b601_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:8014a45236ce64d0e0f3e35c6978442fd4f9ee21fc3f95e51f20dbf12e50359c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:94eff267e214468250b201f0af1de5bee5aab3e689d1f8bbe42d66f0c2adbdca_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:bc3e093b2d1a5e3962b9f02707aaff0d7e0de545a4b7a1887e79538aa2155fc8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:54e4d8b1282351915f2f22fa4843d5b4d19645dd890c4675f35749e2415d476d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6251627dcc972c58a39485c410c8a264d140b876f8b47765687a310ee4d28524_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:85c974e095e262ec405d402ff2a2c4419824edfb9859352c35fc0c8d1bc64c8a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a40c7d9de59a25a7212b6f43f281647ee45e21e948d718b43a780f741b0dbbab_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:a47be1e76eb39ed50efd59b57dd26a780674d022ec9d07d0b4954bcb309e39c3_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:af65a9f612d1e28e2b43f0917dcd06cec30dcb20366aed6a40908b74c07d05ef_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d182a13e89c363a605f2e6fc6a3e554fbaf27b9dd405ed84fccd8ed41bd8d8c3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:f3ec661872a5234517e8761e30e4e15cf2c7015760870d8dadb0c3f07007c4a3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:2186bb9adcba18266df62a838c9e79c6ee2b3181a97f6169513fe5202c0a75eb_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:6d89ed9ee8ac602fb6749bdf73bf0660df060810f805dbb807a903ed2dabc69f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:77a2aabcbd55ec7fc076d5c23ed8aece5424def3995e624291ca4f2139e6a82d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b0b0ffaab41c61cfad9ecd127f6f4e312ac45d548d77694cb470170b7bc540de_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:50e4d73d1ae6212010a58a15d5192ba8e60829e0e140a6d0bc849691c5c2d78c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7f0237ff4599cbe5aecd287913b9600a0bb36f2fd334a2a5691736cc6c5a8ff2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:862b9097cf6e1635d30fc1cd94f00f4656bd8170fcaf908bd058455298c46ac4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:984dcda6b5ea285c8a07461ff2279685000f35bcf3acc71e3b12231c782442de_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:02417ed67f618617fcca2270744e0dd3cd81a62d7f5f5da6e73221a7dee07649_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:b3b52c01b3d3351317eac2e4cb1e2b76bb4eb0b4698990b8468a9c26f42ad820_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:d94be231705a6d833b988b01a2aa5c6c8b918fbc38bf2ec8420bf133ccda55c9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f258283c5c32b7a28dc6c33a761eb7722a782773745325fbcd7bbb78349eb2e1_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:3d64a1e4f48ea11056d02d8fb29b5c5e17ba298f0a603e964ab1e448033fc66d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:6f737b4318a8f2e96c34c1f1e97ec23530533bdb33acbf9cba8982f8405f5aca_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d41416b2ae6fa0a882bd778f8628cb1258326ce3f212a1d956ba726b74248c60_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ee83baea9ff008d502c891af974c6ba419746967997f11c13266d7b02f7e8296_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:1d2c5714949f40e168358c505c0de750f5e2dc7dd0b2e99d31fe3af4cf1e864f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:517c74dcfbaff35ef2ba329a74a70402a228c77da442d263e5d3080ff7193965_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:9cf2219dfc08fc0ecb0f93c2e87ae9f8a7cad90b221742787a0cef6cfc62f007_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:aa18a0e963b906f041d4bf64c304ddef470fe78475378e11cb3565e5016beb06_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:1bbed360cd870566238b6c800e8522f04f02d16712c303eecc361af33fff436e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:28da5447837549fc35380edc0dc366bd59216852c59cfa2b3d512cf8eebc679a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:2bd88bbbe823623f5774a9813c7e43606ebdb6cd87b2db7fd78b7fe0c18f842d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c4b67e9207ea19d96108ed0117181a716c10d933c89ac036e49e952953cc3a2f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:11aebf8d07597c63ae5cac4cbc04e38d49ae1a4f8824ab22128e0b5c39e805cd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:357f6ef38223cb776249a04fb6ec29d61fbd24f7b31a5730544e449c1a5d9d6e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:83121be160c1fff1d16e17aea4daedde7e231b83ccb00349841494e7f87a8d1f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f2c98b4bc7bcbb9ade56ab4cfe5d44c32bc140b52a7ee9c5b9cf5957b7ada1ad_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:0dbaeba61694470f09eb05534c1dad038e310311f75009af32a0a1f43d469677_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4896946bdba46feed18276c4f29fe059ede4f60138c966fe9113aa93bbeadee4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4b81f38f15622b32498dbd192503ed2c54462959485ae48e47cfd67239181003_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4c02ec12d1f3762f4b2e735cd1600a00fd1bbc62130e005fd9842bd3f7ff7f6b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:18899c6aff68b24c792281604e3356f6bbb48d3f09db95f8b37f99ad7f8c914b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2316808c7649cb351257c6c2ee6aefbe0c0d561b822e3eeb18e85dbaf04491f3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:451233d80bc028a63b160526e07b233807d872f9d4e14da6ad4be96f64f29491_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:74fb3a4932ce350cd4da33d57a4fab1269bdb5e446fe8f93fada1b304a622ce6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0c7b57c158314b2f956181a8b28a9f8d7f83aedd8c87bb9bbbeed76a8fd7ea88_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5b88f0644f5b8237cf8b3aa0f6ee1d8a3899a912ce6499d1bee0aa902b2f8f80_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:672d284b3ef447aaea1bcc0a14c677c309116218340929ad59eaee178e9e5cb9_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dbce5221138c15a4aef2f65c3db8bab5ef127c48f3a446ae085a203d8591730c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:157d40ffe95e88526691e06daed0064ca15bbfe1aed547f3a3b968b9c36bee0f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:3885a8026a64c7f497aaa90c50ca93cf1479bfa83ad0d28c4f49cfd3c5220f66_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:457d21495a1f47cd6837f6263fa30652abc7a215c01962507a1e1bd6f4968a09_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9dec3a959d916331f6d2a59ef1e222ae4ef3d170cb344e2add3937966cf1c829_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:644f19b57dde50e4588f5cf1c4d72ac8d49dfb396b7c04d59dcdf6e27bb12017_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d5374c58882769f9d40f47d7aa8f20b1676842c8f0cd8b55a01d6fb587ecbfc3_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e9424fe4b804674ac06d8902eacaa8bef0c09f2c7441460621e587c10c079826_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f89289e63a584031efda082e7f77bd0ef4a28c815b3590061f8a397ee8e5a697_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:01eb7dbdb11a50a229196f82930e647e2080f53224bb41ca2a0fe6349c5d8d03_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:1e7712eee6328cbfaafef32ebe96031705ca193298de005ce69f63dd39eca9b4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:25eb621a41d2e7127f114416778c571112fcfe768281edf5e0bb25cd77235351_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:ad58b2585ef510c8f4c8b074085bb6dd3e17ed3248d7b86ad3185c76ec33b899_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:0f04929095116509edbbb1bf2a5c4a9ed725acf2a43307fff7cb5e4d225e553a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:2b9f99a6f44b8f7f39c4a78ed1f17726c933677102fa6953003ad1898f15ea94_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:edf6a8244ae0bfd588371101aced93b5ee8f5073309daa7ef6e407b4521928e1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:fcd4846ca63a5c2941046c19d96de0bb06ad4205c4f980c844dbd0d98df00d86_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:053cf21c2a3b09e2ba911c181d3585cc24390ba0ae4c130b9751a499c53a3196_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:154bd45ca42951efb3bcca14a5fa0bf055fe8c27d2a58e593e11d24abe2f98bd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2c0c232df35e9d03ef13aaa8b44b12b6c9ca2127f0a5e827d46b6beee55d856a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2d55f19aae3c983335bbcef443680455dc9e7b0ad49a8779e42165f505d19b5c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:01a8046396354cb5bb0c950d4511a3494b9e0ebc56b3624a48b41b60e0b8a30a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:0965f3fd7423e085d7682717f97901bc43da7a6f8aaf1f30ead9adeadf0ca649_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:33eac7aa9a8fc302b48f4541dbbef960aed461f73e42e413c5eeb25691a73905_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:7d168d6a6f797e925777d01d55bca9e2cd7f6b30e52a76607475935a7c87bf2d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:669d559563c8ce25ab835bfbb6d05b7df7fca88a0ea9374d50bf8373265a8bb2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:802a812b969112861ccc9a78880d0764af5c89c15198a594e7f8c1d6c2acfe0f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:bd2a533eade7e9a0589c83a3dc428d594b174da8c4eaf612d676d342dd1e7dd7_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c4efa347b4b2a9c938ad8bb772d1161a4a2b8b1e54455b0569a92c2f29cab2cd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:07ce41298f16b4f99d8cfaef9fe2a113855c4181c3b211d6c1f9e4fbdceb7d05_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:1945fc30c009a2abd77ec710cdae70cd18c726f633af7d9d8248fb56d5329638_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:566214654a337f7b2f76cba30abaef7b5abd496d0aa6dcf710aaa1dcbf740863_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a98ff558a980eac6d39c3e2d8275d0db333679521d54b919fd6b2c11a739f387_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:8b09b7ddb7949a9db7af4e4d1d8f15083cca65cd704b707d93a7d21a9c9e3c13_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:aa426170166116c40f3ad7a70d05d197188ccae8023e802755aaecb2decac985_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d4704096bb00b1d854cde90f964aa319d2898d407794944ec0025b386264f2bd_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:ffea3b9a771b27a8d8db70ef73a5089c7e343a26f5ca93698d490d2ebe67d206_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:26506524326c64baf2e77da8073ce297d72a583d6ae194516bcb6a32a273059a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ca8df7b4917a2c1b7a22e8f753cb19c9e92b15487c121e94156961d5b5cb7681_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:d2b5095502841f6654d21fddffc781f20990b586480eb4b56fc6414ed291d7eb_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e86eb8681972ee463d5dbce6a583dd035f2c38aecb09c3a6059ad99c3aeb8d31_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2003bfefc53e825002c66cd6aa5035d13db264ff9f4fd8c99e18683c1c808f39_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:284f8b74d3e69b69759f45116d07782376cda8554979535ecb4bf9aa8886af56_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:546822ec9a3b2688b4c31830872381cb22db5b476e89462c0e5e448ba96cfb77_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:65d9d9df5aa55831a1627b179412760f114bdde969040ba73c585c6449d19e36_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1a30ca1498e2cd83d64956812ec1facb07f796fb8db50977f3ff561ceb0da7fe_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:32700244d0578c423c636b0ef01254d823d0432125e1ca929d0ff1e115a446c1_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b562637dc56ed32a75a444ab2f31d75e7741ccea5b8a3c004df4a42ab1270d6e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c2a8a8f577ed98972d273ded3df429d0651608c8d46354584a2fd85782407b2e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:2526b6065d1ccfe1e36fe5b48958a22737b1243b3f0df10ee3d27e0a62fe340d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:34108f69a1ae3d91059fc955d42ff21e50c12390296677a94c4e691a0866cffb_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:4c2712c451f03ae375bb6f122c17ea1c28f6c52c2796ff64a893630733c6caf3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:88999cdfcf7d367056945f5fbeb558c6ad8a9c3e068e67724d12090341341bb8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:0f3ebde6a312b04a5020957783e5156456dd0a60c9e1f009130e295b0143160c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:d878af0364938ce585214d77b78ed92b44c916113405f0649d1e727f9c010b3e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:dbea9f717a33a02f4fcbaa6029b6830b47b561fcab1063eb868812794159b303_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:f5ac07ba3f562b9c62461916f868079fbbb47d95b24379b9ceb55206e616e140_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:287c800f33b7bb17969c93891edc40646cc48acc9b741138795b7f041c82bbc8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:53ecd2e093819c381012a057628f8e614c85f0c58b6d54e378e2155122ab1d8b_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a840761823769c68291cefa9028e0a6f87b6625588b1850d148b2f8ea580d8ce_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:eeb3bd21c506b7558241ec2458d57407860998b91b4742669982073d6612a9bf_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:1a94c20db46917d931dfcbe19595ab6b4ace22f81ad34ea6d329eff8def1f0da_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:71d75fc8a847695728ead4620c5d19ccfc9b8bac9f51521af7ebabb762839425_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:99cdbfdac01ce74763ab9304f3bf30156bad8039a454758941bfa2c96da4787d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:a56d06011589ae7f1b0a338ae33423e77c559a93f4bd8924ebbeb16fa341a7a2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:299842fdbadf955534b257f3c63126a79fb14a9856c4530df09debde212a2384_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:7adbe4c7a14a3d470820884da692bae174fa6d170895c3ed4b02311a66294ea5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:0b264678a566eb387b44b5e8e2ab61c5e12b594aff4db75532d9fc8cf0cb3a78_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:ae2978f43a4b765fdcd8abe8e91956a0a1e267c0f76593d94e52780fadc68388_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:dfe83a3416da5cb195d8fda8ee8eec794dbeb0135de72e250bc965ef1f70bfce_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:e6e1c74ee273df32544e6119badf3b3c260e48c60934f67a7869dd739d020e1e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:015b35c884c0e9b5c3a2df4e3874610dceda9766b1db231a0e99774481c88bea_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:170dd5cd1770f1c560d2d0756a619a220d15c91c8d8d51ea322818be40603ed6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:7f43c6487ef0d6ee493fae02ef100abc813294f027b702722f38c619a5e8206c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:d40a074405d58180667a3722571285167277e73ef4247221e5b5c235ebbba38f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:1fde8ae44f15902a4a5dde0328cb037c74c40ab527db4963b5d703c35f2b2c6d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:8a13fe639a4db964e30cced1f77214a915489f75b2634356259a03f6f280d856_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:afb26125636804082e2827f1d473d49cd492a6356365c186f69873ad8e24e099_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:e9668f534471f09fbfcb31c76be4b68a743549c50255de8fff8fd0c8b4a34924_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:0a67e292a5b75f818272a3302f4d2d334ec57e5e0acdee47fc6da52625e6fb60_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:50be8ffecf96273dd18c233edb39db8e3088bb79acef2884f47b64a543f15e71_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:8fdc9fb2e35d486efdac44adca6152aeb6bed9fd88c183d80aa31da96e5b8c6f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:914fe11be86c707b3e2ea354c5a1c0cb72affd6d9dfe63ae2438a1a310ffe4c6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:53ee6ae093b31ee41b13bb67b40aeea723889379ff822719c8174e4272cce99c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:5e9cda0da90e658e08a08c69480c461701b03323aad484d887f12fa3e11bc9bf_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:8921a94912d602af5cb9636b2880c1ec7d8eff795473f4865f4354ea2079d428_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:d9b23f9f6c407010472286a31c17e8358a19103fe03260180d2d615aaa91eceb_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:53ee6ae093b31ee41b13bb67b40aeea723889379ff822719c8174e4272cce99c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:5e9cda0da90e658e08a08c69480c461701b03323aad484d887f12fa3e11bc9bf_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:8921a94912d602af5cb9636b2880c1ec7d8eff795473f4865f4354ea2079d428_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:d9b23f9f6c407010472286a31c17e8358a19103fe03260180d2d615aaa91eceb_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:0e598a4bc8097ed172a8e3e8058080ae3db89733c02644047e46cfb65b7d3b76_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:595b8a01e9b2189a3877041ce66509eb2a2a13bb0d928b4fa772e7d22d7e6bb3_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:a59804ff3479bbdd8249f52e145ad8099e67c790dd353684fe6faadb7246f3e5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:f5bdcc739dc1dc70a53c624c35d3e5e9574bbc67cf488919041e3ff0a11f009d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:0e598a4bc8097ed172a8e3e8058080ae3db89733c02644047e46cfb65b7d3b76_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:595b8a01e9b2189a3877041ce66509eb2a2a13bb0d928b4fa772e7d22d7e6bb3_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:a59804ff3479bbdd8249f52e145ad8099e67c790dd353684fe6faadb7246f3e5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:f5bdcc739dc1dc70a53c624c35d3e5e9574bbc67cf488919041e3ff0a11f009d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:06e2320e7c46ca66239bd9cd22eeb576f1c42f3acd26b8db1f6976e9717676fa_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:cc795d7a0cfbefbce47789c6d49532a9a41b8d62075d4c94bcb265fd3ad8ef6e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d87fda521517b9b5505780eb2d84212843145098e70032c9996b3250222fe604_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ec1000141bbcf65e1e79f4dbfcc97968b05cb1189cc35974ecda36bd2b8d302a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:0296d6ef8495a340807a800e8064de04bffd08cc24772e1482ea34d3eb39a83e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:2cb477ddcc46f5b57b4e81a8ad1163c0d3a13676e7079647dd2ec4b94281e9b8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:d85d011efa26fcf4fb9049c360e167a82f0f332f006906f945b0f0048d60da03_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:dcff01fb6c0c0477daca085f3ad54d39b6480f139ed59cd1fd4eea9077068889_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:0296d6ef8495a340807a800e8064de04bffd08cc24772e1482ea34d3eb39a83e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:2cb477ddcc46f5b57b4e81a8ad1163c0d3a13676e7079647dd2ec4b94281e9b8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:d85d011efa26fcf4fb9049c360e167a82f0f332f006906f945b0f0048d60da03_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:dcff01fb6c0c0477daca085f3ad54d39b6480f139ed59cd1fd4eea9077068889_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:5d7e619ddcc71a0244aecad37870bbe6a9bc993db053b68f57984c84751244f7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:6d0070709140682d4f91f5e7e1341cdfab3d992295f246a3b8f5394a3c290e98_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:8b8a1b6c5fdc802b3185d5a91bd9c68426307526fad048ec7b7360d2885a9709_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:a4b5e6597c79fd99492ba89777a51a9a0fa767a9b174aab5ad38eb6f7a195634_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:5d7e619ddcc71a0244aecad37870bbe6a9bc993db053b68f57984c84751244f7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:6d0070709140682d4f91f5e7e1341cdfab3d992295f246a3b8f5394a3c290e98_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:8b8a1b6c5fdc802b3185d5a91bd9c68426307526fad048ec7b7360d2885a9709_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:a4b5e6597c79fd99492ba89777a51a9a0fa767a9b174aab5ad38eb6f7a195634_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3f240b50f6973f1ab0ab53fd897acd7bec248c417923d56aad6630cee4bbad5d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:69a9487a24d400bbf3ab5bed205f622267fd19783a1c159669359d706a76c3f7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:778c6697c773971590c2187e863a18d45dbde7780c0da354a96480ca7e742b35_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ca587a8911043d96b60e967e4b2e33892254096414910174e6a7c395583e97b0_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:11801d98d9d8db5c37bc0bbb72aecc2eddfd0836d079f91a8018dd297e6f12e0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:34f5458a8d22a1b295a6cf6be82bffbb427aa6421c19609d37fbdb0de53afd48_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:5ed572029d4fbbb484fc3562046de00f7deaa0639185e26adb2210447a8ff958_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:8c3c79a3da45f6960f8cb68074488f8c1a97acd2637deab99b23cf5feb3dd831_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:2c452c9fb2f82e3b4e746669a2e8fe16a63cf009ddfb94d698529cef8f6ca8e4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:4eb82f07e01b4f66e34f933fc4c1ea0f09a8e227a216a732290e62db12641ced_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:7e411329883832f7e0e9bc7bcd716a5cc48898a051351176349bb877aa7a1704_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:fac2397c70e1a2d1457e45554f962daffec82ff643df596e3e0d47e2cd4a5727_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:71ef3a2f7205d5a4d2e223ea82ae0f8911ea9840cfc819e78931b5d8d7b3960f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:836739cc20594452479eb9db8a995d1caed27f82d8b1e7bad6061b0a7eeb3f41_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:9a6743d451c6a6223891fc13ca4e1f84328f5cbbe5be9c6f4a5505e47d894651_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:9b08cb63eae04604aa25e2816fc894292b63287c078922296ccf3108254a420d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:30a8075c0829c7e8170fee4fa1da1e4fc8f8fd7e98c03665692a0d3790a3e404_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:91eace031f4e244ba7c82194f0d9e4c42e1b3f83b4cea8281fbcff70a02855b6_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:a3a947c318b1d2cee8676949477eb154eebda2d7b01bc83aa3ab81b305d0c123_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d4485629dd69e3646522bb0c6fc3a616fd20e9e924c83481423beebef6620ed6_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:0050083f13ea8e40679295049c4312081d38904d8ccc1396b80f27544d01a06c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:1fa5db1d68336e05f0559c44f107e2968f7e65842d878a25355f37ff487001d0_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b8901c06e9ed87c8998625b99ee186ea5ac8a0a89c0263e210fc77f6b02fc36d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c90ac14a629770bd274536af0f82519c4247710c79acca953a37ae18d5108861_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:61ae2afb181d20ddc00f7f0f1a6a206221d15c887238ab048e10f838995c3d28_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:92ccfe03e0716617e78fcead09e592075632be76cb4d4f906a32fbbf1e7f79dd_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:92e8805702148fe8bd56ce06cd18da14eca209207633ecd89b3b3db27e784d2e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:a74af849f4f9b5eb17e812d798711ea57b234c311587a46fccf80b449e2ab091_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ce86043ba90a236d904b5bf8349678a139c9d12abee75b13e20b454762a79b07_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:fb673b9cd4bf5792fb1cbdc40d8ae3787b0c371157078ffbd959748ab0c19db6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:788f14d6d64cc43d2f137a2b5a2e13e80b6d7bd1c5db3aace5fc90b090cc1325_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b1aa6c712d6b2c05c5819d89c96f837a164cc978670d9ce0ca3676c2bf327ab7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:e0b18dde5738907a0cd2a7e54a3a37bd341627b6e12c2e8901cb5350e78e5f9f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:8b774ec1d7062dbf21f9d4c9c82926a333d4b530dd31e907fa292b1673c17f22_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:a44db4753020da0574e7b2cb486ed690ec6d452d9c9a86f1a35155b3203c3f14_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:fa22ce356479e36e38b28420a89c51826e52e4ed29599f8d81b33a4c9f17742f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:001a95b33c0b3c3c0000b21d4e6a0802ae3663c1d5c5e1c8b8bde03e248b74e9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:0f1a47dcc7b5e8d5d82076325fa73ec6bb18d6a7124bce44da452848859c03fd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:887ef213faf48dedc023d2c533d2b414f5cdafb4cbe79a33841d616ee1e6194c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:d74b26dbce57d591c118a178762b14e8d3663efedb7e3bf423c134c04361b4e9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:39575d20a0b0aaf4e66e34c26cd0ab61fdb672d13cacd4b8a46a05355ad98808_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:62ea773b1ca80e54dd81986d7aaf175916562abc8fef3a7a0785bdf976d43f35_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:a70b67bb199914cffdfd5a61528d442e434bc3dde0192e91f68cd7a23ec20353_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d53a31a064e2d3620ca9a6625149b02efbf5bddd3592afcf355d03f6539c689c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:00085499aba957ce0074d5f821884de04c511d20153293c39e85fb4af913c679_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:30cd4b0203521c2313602ce5bfe38fb36826471bf97573a4581662b579199d70_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4b5e0baa200d25a4e50917bad8abdea3860f7443d634ff316565da4650c7fe31_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f260327ebb92a129f41f5adbf40298abc26df6a7e1a88d419533b4712498ef53_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:1d51e5dd1835cb7d0dfc3507966c4d9811619fd68debba7a51f92351ffdc8aeb_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:d273edcc6cdb663d54cec22fc7947d30417ebde92772f7613ee71df7e245f8c6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:23ca2c33256242f865b28d356c525a06f15824a5b407827908fdd88909399ec0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:4d419fd5bbe80740a39821dbc54c463ba88056f16fb9dc367cd55f4704c382e9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:44d79a4c2279ff4d86d2a763c7d54209f9e24638fd4d1cedd5579b19ca25f5dc_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:798b93cd2c8dc91007f8e5ce984a9416a523ca1ad1d1edb48ee299cc38a7298d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel9@sha256:6089d0673200ad7ea54762cca3ca1b913ae4a48fc12ed42da637b6b17a6fb7d9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel9@sha256:6fa9719d09f35aed806742a476df49fade99829cfb07583b4413724fbfa1c194_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:2c22af5ba4c507b1d44a2f1b2b64585ec6b7225fdfd507cf9f2691376d169819_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b20ba95a4ef35e4a72e3b861655d236da808c9392f6f5b9b7b760f4c1ae12bd9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e93e6e39e6a94f8aed80905145fe08b6679dd15a84ded4b4ed0b24b0afdb36f4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:3b57a94699fd5667ccb1cade8f56ced7b4c9bc06969da3a9036fe4963a6bec0a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:d2e27e8532fdeecd9de5f9cc0ed750cfdfd92d82dbe142601c60d32693e67277_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:017c35ad3581bc5d47691821501fad35bc737e5c8aff5b486fd85905d6f815ec_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:d7c0d00e80632f5acfb1c3bc82e579be6b79e15817540e9c91cd6b3a1b3f6ac8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:03d49f30a46c3674fc120b13433e13a2fad082c984014f459ac7f10ab3e9bf97_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0a7e8b5f1b1120382de52f3540ff6908208bcd4ba242abba04ba79902920efc2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:2e903dd9147352077a4f775283942c3c66c21ec31fa80e1f65a048dacee8d227_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:77b9ae4216d409ae20d82c476e101fdd65c15eae30c619fc8c51e1213524938a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:369734364457c3584230c9b2445742b2dba5964dd7733422935bd16b71a0ea8d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:4d8b91d1d166f1ba933181bc34de9c05ac4de59a785c707e0eb695e4a81425b8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:5dd4a63ccc8ff694f3d0b4d38290cfa647c8c6effeceabcd86383af0657c1e38_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:d314434ff086a17a4dda0e0bc5499d892421d66e97cae55ce50336b25c14b9fd_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:2d4e18a550d1257dc97dc44428efbfe326ea8f305dc58228dbbe74cbdfd37e26_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:bce1b5dcb9d752202065a6aac8de3ee1721b8de03ee0f78f569d0f841d568554_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:ce8fa76166c3f37ae6e855b75e43aa462b0571d2720dd15ec7b9e282d522a13c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:df1f7115b9ef18a54f64b9646a27393c7c949a718fadb28ab8803d955c75577b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:39cb774a7444cc93f1fbb512cad9323fcc3ae217d4402c196a926701e98472c3_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:68cadb749ab080da743feff2b120d13f66cd54d61b7ee09b41083e36671a0f73_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:8300f9d1110230c510e9ae8dbbbc4501a5ce8b57b424f20ae3e42d4918ac9b48_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:d3f327e2a5f4745ad2cb946a2228e42bcf51be9715b23732eb1d0b877b6d3ba3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7f6a13a46ae75cda6eb2d5688c851cbbadb3193ac642494bee3d5d2c5e6ea8fc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:b92d8c3640522615577328179dec1c851becd7e42b7282d3a50f7af290c4037b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:4463bd38f33b06d584ebab15f5e2742693130e299590c038416f833e6ac313c5_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:8728d2c64b36f2c3fb9a52a1bf7ae98c5b113dc06ed7cca49c7b3e9f1789bcfe_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:4f68de2634b2f3650f98ebcda1c5c104a7941710c3ebe83ceb8fff4a0b697b82_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:a180fe7b396945b5a18274c742f6c01d726ba6177ff6721896f0235d943fd578_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:17cfcbf9d6be2d228c4cd0d8a5f23d4bee7814366ee0cf500af66a30ab43aa4f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b8e224d4897a0a99e182e966a61817a0fe93de3bd1ed78f68ee077239d65a908_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:c11fa3e642fa099dd30b99375606f82a4cfbe67017d832f32c8fb1ed58a5aa76_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:d0960e7974bb914fe45bb0d740ad8a84cacba8233e9ee0e9eabd5b3e71372620_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:d5f38f5666ed4b7f7e7da03732367e1a5d67f7f7d35c0c4bc232b5aab7f2f2d4_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:e74e1470caa81fae1509bedce3d3d1a8cdf89f814e174593ceec0be711270dcc_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c9ec31a316089747957c8cc1a8a49dd9476d45d6e7af919fcf538a367d35a0c3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:d35056c3c4ee809fbfc2674c9085b16f5e5d943bf7ad710c6aa4e5713bcb095c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:dcea4453ca75f5c44c125c1d677f28702cb94a73366a520e37b842ba5128577c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f3d8cd4459b8271e7718d4c5e97f92cd7db4776e719da5d7c04025e18a622e60_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:212c72d2288a050a21498a5ceb4c3b659b4bb98d0ca445d6b85a7a8b94b35488_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:45eb78529c0122f43a9443d06679db427ec2a389f7612ebd36000ff9f5ed48a0_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:d105ced863235a301224f506642394034cd0209f726a385bca03147944f0134e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:d1fb82d1280562120cc7fb356701d1f33254a177da5d0c0db90d2276297373cb_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:38c1beb577ebc5dc35ce3e31316346f21d7d9d6c297254570d6c6f8b8af4268d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:a083d6d53630f47a8503a45b639ae5c567d1f724096d1f729082bfdb9d760585_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:f2dffb118be72c4d3b75564f6038eadc0de8d261d6b1eaeef35343ede6056539_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:fe33d9c4694948619c5e95464f48fc82fab1feb283ba1d57225b3678085981f8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:20d22b7c095cbe52a127e22a428a8b27c287c4574abd32c2133287dfff3aa0e9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7f8d1c497000e0ae2985e9ea5a6b97f0c24d64e92440358687c8a5fa76bc778c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bdbdf3620970cb066fe169ec145f6db31f4bb4fc768cc440f4b8df83f57f206a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:eed72f0b204935fc71bbf10495f0e5985e5049bbfada39fe8afa8a60d12833ea_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:0bbf3eaf02453b7123901fa866a7f3f056ec58daf047b51ad30e177574ef49ce_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1ce7092cace33e4ab97d548ab4c9a2388dd84e53bab452a7458c8a5ed4495701_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:7985455eba0bb60e7b1067f759f3e30ae73f9be78068f953e060786530253025_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d01e8651edc6bd95da78c5fb2201aec7c785126bc70e0f03e0f2e6ce67d245f4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:12e6b0853b26b6504bd578914183118e2c74bbaa0e934a07ffb99acf3e19efec_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:26a6c5c8b798a039e227d5b6f02a1bbc1ca2a3c3354d98ab7beddfdf39e323f8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9864736555736cb9912dcb1c72f7d85aa75ec96286972312c2d0a3fc24788d42_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a82429314b1c0785c2d46c99440175d0ac8311bec3f31da3418340a2a0a55ac2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:2d6d0eb401d3529cc09163cd67fb8af3d9629ec14890e3536904669e409c2262_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:33a206e8de99be5297890d5373cb7844c0ebf03285547a3dc752c7bab031284b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6ffc197659ebe1017b99eb4f9b3646ff311aeb2bac6d580b3e9ffaee6138079a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:8418c603da899631b4fc20e064533ca74f94b98e20ba3843b7603c9ff7cab8ac_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:02033087b0776681f186aa48725fd0e2297ba2e22bd554269ace3d51b3f6da5d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:c2a8ee96f4cca328a3791758909bf9322ece200a84b10bc15048979aa827af3e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:3fd566875c0685e36134791ffafd5232558ca1830324988a55ed8e189fe5c35a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:80d2d5f45ef286fb8ae44b74ec245a68b21300e7d1deb60f01c527586e036db0_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:089f5b6a5d58e7dfe1cb8fc7a552a7a3a525208e0cfc86f88362eacd3b11b8b7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:263187d98ca0b290168472163b9a8d81dba1077cce8d7dcd8419894ba16524d9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:fcd7799ce45632b008f561ee8688988c8dff42b9e0677a05302ee8e325e5613f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:2665982a7b3d16d59f3e11ddf65b1016828d746db8aba950d9094cbc5fc3cd26_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:8a152f3e2f884f37e0c222e8ee47985c2363cfae12745eefbc305b30158110c6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a74dfebf03b4e0c686a285f0b71653d37f945c6c8e4fa5e750cd3fccdda1ead4_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ef3b7610a226305c920001ff036628d48ff3ece3ff46c9727749e619b69d5524_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:31d45f4b5897554f9e459bf8822cd945a0307b515f8c2247e968aa3251bd9dee_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:439e379c449e0011dab2323ba70da96c9ae85de0c78ae65e4ec97cb9e792cc14_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:9a08e22dac8c713b0cde2a6ac9031a70ee16bd1df3d093f8533534287ac7fc41_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:f1341dbe1145a0d7f954d04b9309e8fc2d44ec306db7ac48ee48b63c29a935ee_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:1cb4e934a34d7905afbbe8bc1edd2ce28a01f2f10ed0ebc0ccb62d732009ac12_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:2ea17ca4317c75eb3a86741d6925cfa3b0f8fe5cfd14281ac42f2f61b983bf39_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:9c2d1fbec1fde2e3a0490bb630ef4de043fac05c915f6db43904feacfe15541d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:e1848797ae0628fe6fe4b16aca661ffdd6559cbfe56fe0892c01b6885cc10598_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:36fa337753dd82ecf610b3cd5bc3c32b4d863e7ef6326610004d5ad2e9e8a369_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:805c04faa83fd96fb2510deef9c180846028dff7c8de992474c00b34bdaf29e0_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:bf8c8fc79c16f075b4cddbf83f6cdcdbc00ae5b64e11582ae7446f5d44666223_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:ffa47990e61f60b7f7f65940caf22a8340af1dd2924f3dcd6bf5afda8cf369ab_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:335e23e7ad1a695dad06b98fefe5aa1a14540fdba46000257a0fa7f269dfe6a4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:a5fe2690e857872fc80ddd0a8e72a92508fe8bde271da5d9697cd6b88ea4f08a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:cb498e9708e578bbd9feda69340a843f0099ea49abbf4cc88524196c6d5a85b0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:d3e663795f398f7a945b75b5eb98d9171dfd65c82ae1abc583c31586bc2afda7_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6330474da38ae06e0c73f6319cee3c9d73bc48a31a155309222dbc414e76efcb_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:72ca1c3f1ce6ebd678469ad94416f27db9a6e9ffc5e22a6c0636f4f26872fa53_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d3d0cf16422232526f461e140aae0e5cb0b5c56787e6dedf93c7e96bc6c29594_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f1a0d254b3fe80b66cea05d072d13bb9870989299d9f2c5d7c93b9ac9ad3074a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:8b11535627b9908e957068a9183280ac57dba63c90150662b14cf728238c8568_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:c2fc14113c69627c79a7b28562b05f2c251645c976ee1928721c1de0d48a14b7_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:c3c2cc1cefb6fc3a12978f4f14b3e6d3a90928b54b4cbe092d28dcccde2dea01_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:e7b0213d1a1a9dbd9921ee545de41c263078dd3ebb1f838dfe150e73fb51ed2d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:06f1abd50ca304ed98a0dda0a37c62980abf90b926e596ea849edff7518f4920_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:167c7118d171f577a41a66acda52d3ebbfcf1189e2a6fb8101fcab56b6a7df8f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:1b2723e537e9ca906f3d1a6ef70a5d0c95b59623fbfd5f0c5bb6de49e6effd40_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e090cfadfbd9d9587a006ea68407fafb1673b93d6c1f6e77efdd2c658a503669_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:49823fa689e0b99a542b3363f61c609730ff500b1c83cbe9aa2b3ed949e9d79b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:4d213b4b7b581e6ca449fa12678b4b75b06b938d16c76c054910bf71c2b65168_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:761eefac8ce5fb75389e8e452f927143acc1aca266602d6fca8c007c30d7eeea_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:8071b85d6f58f8c81756886952ce6fae10fe9a88c83927342bd6106f1e234a34_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:54eebbf509914e15aecec16dc21e8e3c848bedda66394a51ea4088ed16f0d3ec_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:78c9f0837ce0827121fe91f53a1ae02bfd66b88ecb45fecd30826d47db233038_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:b31ac2f80176d24f71e4e1fb8bf8f153cab65e069add24cb891a021a06c0195e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ddb1c43498ca301d4a437b8ebb23378c0db0b8e50f58b0dca911564817db1854_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:4f4ed9468740e6a521d1e095bdb6f5fa175c7e1f05550d999ad7342650948c96_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:594299d23d3fbb349d6fb9c4e059320829e7d2d643d890298b2a94c4314d92e7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:6800efa41a1f05c0d4d2f6702ec6f2fbbea73c3d3fc025dc62a5cbf3233add53_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:dc4a15e5ce1b7f4e932a3a08b32264abf570df68e15f270d7467a43caebfe8a1_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:43594a42c2342a584f5f4b8296b6726edd85f8a00b9703922abc78320e8b6f74_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:805ea7427ea3131fab72e43f80c34db682ba3e3603b438f1315146f24f706c01_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:9f06792d0d1831f9a557c15967cbcf117365305b612f3a23f793863615285ba9_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:b010ff328387fdcb88aa746ded0b63f609c8ed3a9745ee2f648cfdc17570dacc_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:08f3e89b2984d8563a822dde8feb96231e9cae0e74cc7a64b9871d53f4a9990c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:430e32ea9f2b6e87ca04e7713f393441f7dfcb0df57c7ac4766b439e8c281396_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:477ee1d38e4457c9378f05e83e6086787b957bc93f5a9c280c4afab8a6e02152_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:d42373331e4dabbca4921280d47dea956ffc0690648ae172f156605db302c8f7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:87017af27e74c380225ffcbcc961d2d345b5d997df552a9248d07d8230dab3fd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:ed7dd0e4fde979f4286ec5fd7f3ff1c51eb22d15af56138ae838d97df29884e2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:205cf240004a81339d5673b723193758e0bbdb008db6a294295412b6f92cd1be_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:2bfd19c9c46179264bd0d7c37f8f7b9edda077f3210f168f010af88317904d70_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a7672e4823bc698d02c4d241c84a57a523b13a267850baf8c1ec44150eac7f7f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:b84395e944be5010ef965bf387939c481d9c313b8abd2338414a3b592de7a219_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:1167bd175a841398744ebf28418cdb871bbad24ae38db5a88dd07ce5cb843d86_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2c2340eb12f729cba09a33a67a873fd11d421203e4b4548474d88a6e37f1af14_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6a01712dfd5ae1a741dc0db425ceea67934e763afb5df78809c0e6a22ca3173f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:910dc87281b45ed6dd18d2fb7204765fe3f3332d325e7c0cb061ad93fea7bb06_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:366278f589efb7c0ff2bdd800b0f6547b8be6acd259782192df2b10a9754945e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:4505bd25d99cfa5466dae74d577e459f756d6bc22fd5a21e91f32d6d6f7fab3f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7bdbb5168db25825edfaa505b705d639124f757f7c61768558c03f97dbb52e92_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:841d8a1a5cc97465078e19834734ac726341509d5e3fc5aa7d02e9418f7826ee_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:5f1fee6ff56a72baabb5f8c908feb2c4a67426fd0ed4bf8e55cc4daf552fc4cf_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:7689256c7f78b8e827b2588ce08ecb65035f3eb44c22ef395a4c16e80476e58d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:b2acd795681ddef65394e303c06e022ff54e1e0c53fcb341c381197f7e520b6a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:f5c1907aab6224d4c398d0f5cf151885859878ead00bbde79426c96dc8a6faf3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:168e6236d27a57e41e6318cb2a96b31eb4030b65f194c924d6e6a07c4a53f0c8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:6533b9840e66c882af6ea984d451821cfaf72000c1d2d8e1ffa46b95abfd0c52_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:8dd21817e31ef713af9cd67c004c8a6118b62c1dc557f963f28244920ffa9f5d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:bbc41d8cc76ccd7fe6a93d84cded4fe03cf08f985976266aa532b2a16232e1d8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:0c869ca3f2cea582df50c27d9170e6ecbf0df000d65ea250e2fb8ff41dbe6b4a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:4cedef9af9f34258060b059ad2d0f44ba329dc72e64942a8adcd1c14400a02ff_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:75460db975618d0dfc82f509725522f8151b49a00a210615dc8cbc97f6ed2fb4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:c4cc3eae9765cc81765638b8f1d6ed105d10d018f30bdd5ca9770b47e2ac683d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0006cc8afa959998457049601891036f387a518c2bdb3ba496928b229fe9d134_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6406a77819214fbcf753c72e1add20455ce1c71db634a10ed36cf4fdf857d892_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8f2245017277cd5f2642b162511ab42d7b8485567adfa25db900973baf058de1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ccfa78714715591d82a4bd4429114a92cce5748772e84bf19e4a890e428bd4b1_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:6ebdabc2690c1c1072803bd473496bc694f9d0c99af704f53c810d2c294ff687_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:ac2f665507bd239b43bfcebde4c50d9925b0376c06b448a9695e7f25ec4380d6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b2f58190b8a5b444f51f7d4431cd1fb5e59fc0c38fb4ff7ba4c51d2ed1ce6b2f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b84e75d4eeb59ff0804fc3b501156bfc562a52c0cd554783d8d7e7c0714d6f85_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:163154e33a4744ee5a451384d824443fe2f2a9e8bc961b121b1c317246ada9c3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8ba5133f9697e04a14d866027d8f342efe3bb9732857720393d9bf3e0effa09e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:be734c5f7b5f7ff624f842c056ae099c81ba1f4423016ba63f371a8d8f1fdf3f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:f4530c4f598865cc3ab9210760d93fc1640e15a07fda71fcc2b5453834dac7be_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2ca5fc5e9405404c8b611513cf033e480cf81c2677ccc08055fb934aa40cf7ef_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:3b18df1f2d706c80637b7a31ce09d3aee59eef1bddea71c218dc9270939dc194_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:c64fbe8a063ea2f7897ffd9bc2c1882c03c406611f8dffe9b9a885f3e75f105c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:def060ba5ad7ccecf1d1cb0ff3360dba500838c087d701015415e1a2ab08b4bf_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0693761931e2b7ffaf4e39c6fde5b0a1099d32b5269c7a498f76bff354a84ae9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:8fc7e5dbb6c2470efa7ea415b71569f753769abaf3331f9ee174adcf39a4dd27_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a1e0a23dc6c93de096d3d48710c45208a48a162d3858d0d7afdf4f300ebfe04f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:b71416e2ac3c46366da3abd72b0762b74759587afdfdc8a8c6a47a52b1d1d77d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:72c97ea299920a43dd391500e1f70b27cfbedf1e9a32ec9275171929b8fde7d2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:7d482a6204223e73e4dfa0013f4ba20db1d04c7a8c2881dd4b9a58e6e7d25f09_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:8ba5845b83d32531f3a3798486fdd8377bfec0748206d917ba821c6a76d55f3f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:dac43b8b4ab95960e240b3eef0fe1a6d37dfe23ab7d0cef27d412ad69afb5466_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:02698e7f9c59596fbe039b031515a319067d79c6696a5fd9fa5a95d5acd4026e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:28796a3d553d6880de207e5d6048c2efc4ea2858eb6251e43d1b46c9e9466748_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:7b0a4c796681ab9dafc0a708dead6e0a8db3166ec40e380dfb02978eadc7d2e5_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:ea3e2045e45229a9a61e6b9f9d10d0762a8e6f47e700d96c916b402864afe8a0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:12826fd7a8ca953be9429198adb9386f489e6c764d7b3fff044a4cb66c7f91b9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:22539e72bfdcdef4c91ee509142a1e403700c79d58b4f868a7a2e69b81c2d6a6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9c91efe4356286d3c8aecc6e9a4ba5ae54655477a2541ea80b2ab9ac88c63791_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:bc74fed608f8d45c463f68e581418b4ca5f3ef05467621bd6199edd149f3c7d1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1eaa76ae1380d3aed001b85612fddbbff2bdf70d85506c4fa5426ace8bd066b2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3760f9fb700165458048262a465f32d19660ba88e16b3aad5fc349b047a5248e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:be8dd7342bf7b1bcc1bc0f873ceeda8e81bf686259ee4cb5f377f397f43349e3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:fc535145b24b8def78590d003ddb58c2c1eee976ff2263740dfbf634f7d1c888_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:6956849db88740b12994232ecf2fb137db82f4afbef85b920612a9b38ed8bae7_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c182f19eb5bef9530482e666cbfbcf2649c1cccd95309850f93b82daf8d42a90_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:d12663d4543fda0b233405cc0e3823ab68cb421eb38acebf56ec4f0555e1e594_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f076696f3eaf06da9fcc6a4042afae097740771bf902fce0d3446e63ef8e7caa_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:326ec4eb64e1da8db46c9bdfa4e0ae03732a863eafad17e4ebf0dc63698acfae_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a7bc793a9fef04df9e54c978cc8c14c151168fa186e5258528e8e234fe036b00_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c493bb938f211c8018e014c922287ffd9db30a9d8e6818f2dc9cf42efd6b6da8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e0d5fb86c982e60025cf5e25d6ceaacbe380e9e9f8a78e311a488668ad991f5a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5f471c6d5ae1413d35f2b1dba478330537e2cf1c45f5d2a3b1d0b875935db19e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8fd890e0ed4d9101a895b34c0f42293b280d06245de6e45b113bbd5665ea488e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:98041b168deec45330330ec382e6262d616e1b1a22a389f9216b622c3118f401_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c1bdd2efec725038c68e2da7133bed08e1a1c8d9141a55062f621d6ed403af7a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:81e37f2597f8539a9f5b3800967545af056e88089f95eed69e5eb55426dba52e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:955772451d73b6ae56069b6e706629f6e726595f27bdd0d9a920d217e7456cc7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:ad5fb6d1f60634230f1dad1b9ca094c2fb8bae6e68d618ffce60d20c0e55d8c5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:cb8664cec305b071cc6cc3d7647b5baa9a013d35dcf318e407e6fcd7a2461eb8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:09b9ae640fccd4a948ce4835dbe29f65be91484aba6c2afc751761aa9dca541b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:3c9911b15f2798b2f4898177bdb924641e8ead282574beb11278b9370eded2fd_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:21d73647d434cea2c398a5c30ee2f92b6f5aee3b1106b961b1d50e8a18825f1a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:49fc188b34134f5695a59a384101be2254859d6e3fd3fa2e1deb282049e5f592_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:03e6ee2082e14e8becf5a2d7cc6e1681a088a057c1c7a2189fceddf23a7541af_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:80be0fc1705791db62dbf7b2385021b8e67d0d21a94815fff91c3e87d6e6e238_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:5c3c19e3dd09249a9e78ddc4871162b166bdeb05cabb7075f101084a26863568_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:de0740c2f08cf7e6a8c851135f4f2273c768eac198d7e09e35a81b585f1c755a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:401f429b76740c19f325c6f0680e55f66420dd35e72325bbaacf5f1708c2cb2f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:7e9b110c44bc04a2349b037104cd836c0dba7fc90bee7c0a3fa0a7bf380664df_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:96cb1a572e643c3d0cae3b20040c3c9663af86ede9c30bb38256c080de90983b_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:e41eb9ea6d0e646c40f43923678913904a2fc8f5f4fa1e9e458c807632e82c9a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:beafac871e27f012d9bdc881b0ed67095ca7d34305eb773117eaaf2a5f2404c7_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:d6ef7d1f4afe94e6bb5810852720c1239bd58b9a49a085d991659b59c6e26452_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:dd8dc49c8955041adc7c38a6023339cb928b3f944c144efe467ccc8da12c4c78_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:e7d08849926e92a0f9516b383ef71dcc2a6e368405f1d5f330042c62fa10685b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2559bac18be9d14dd0de38fd2c2b8d60b95d3ffdfc79d961747b7d35902252c8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8b31967a88b74281eafba0661b347aeec335308011e626d9dbc57557ef8fcd4e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e6a298a5a4b32e8908f2ea8207f673d1c7f63d654ebd18a7c3dc03bec7019240_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e892bc22d6a070e147ee0648d834798cae5f2e8941805a6bb7a0a4b1a292fb82_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:8e9d58dae4a9f2c50ebd9ac52262db031764fb28fcbc30880ba5a5c0e4546c49_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:a4ea9bf43c60b1486ae8538b1382882f464299257acf43fa326eb99d5e6851d0_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:b264bb9685a03d54117aa33f11853039d903cbd6d71dcdf63fa512e9f9d826c3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:f1a979149507ede702bcdcbdc5e49c667b52cb2f5e5f1cc9e0ca18602ba35772_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:3ac91633beb2c994cb8e7341b6efdc22dbfa4bbf9aab4819bc30102162b1d1c8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:451b74b33a2bdd13643f49117444110c86d7ea956a66e9285e3738e8c81b6f5b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9301a4880095595d6ee0667a7da2ac7e75f5a028a1f70bf71ec1227310d5e170_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b937da6f29b34bba141df41775d61d33df4c81c41a488c0f717d7b05cc85c453_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:36d319f66e25669271597bee4ae415053935d0877530d439a6e8b2eb23353cb6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:940220625073d9178c2efc540fb418df676e44dcd35c5a7ad01d1031ce779bd1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:c04c13d41b67bf5462d1ac2bbed4b95a53a2b2bbd293b32e7478b5cdd8ec5d5f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:f3bbcdd4a8f70fedfac7869d46124137c2a6856aa99a9de6de7b62060ccc5c08_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:059ae4b4cf18b4596d8c86340edd34332be7c667adbdb5199720a0a581086d55_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:4622bb035bf6a546e3de1164b347ec79844538d290bca3100622fee0986a51a8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:d296a62ddeade7d40ca2d727f9cfb3d4bb9dd81498c6a526a565e3698097420c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:ead3f5874193b8acd6bece9f9740c109665098b059db964e6d74192d6cbf52c3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:02236b492db7f328592308281ed110ec59afda1c6fe88b5b1278e66aaf0a76cb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:8eb91dcd0e34b5cf2520af44bcbef1d953892b1a39d117c579c8a2876bf8ab05_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:aad0341721e7a15e08a2bbe6ab9e59663d366f8b47aee21cdb54812e68161bd4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:f05183b69bd3ffd66c8d335d6a476161781ad2e9cd444a94edbf41eeab16ab81_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:6b65341e8a72cb548d68d8c2dd567eedaee6d00d198295437514524442471c01_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:983e36dba561f7cd2f5245528d856e81ad729c3a2040a66f2fcaa18650749887_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c496114509bc387930a5ac828dad33180e20adb00a0b81ea36fdf78159f91436_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:d23c4af5d88f5f753bf395b24bf1d168570e5f6036c6a6ae8b1bba6bed7ecbc3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:0c49b379e40a6fe3a09a21dac8005fd64c3d09c985dc728e1c7f4e57afc464c2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3d282ceb8dfca2308bda52e1b7d2663f7776db2a082be84a5af6e228c6de8664_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:87929d27a7e7d6538a5cdb3ad1d58f531c681ec5db4824498248ffd5dfcbedb2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:eb293c9ecb6715e0dfb6aaf457ec19a0f2d0862ef4cb22794335f53cb6981088_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:11e6a94fa5628b607268bb3d515a0dcc3d2b66a42a0512fbb50a7db7550c6a40_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:65e898b5ea52c5525501b63aa3063204b644e0cea1c9134d80bc2e920fc9a010_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:783d90fdb1b46848f2e9c4f313517e219216385667304593cfc71c2e54579b1c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:e57907330d75e38a859e54d12a56fedba7c1c1a931fc9db1bdfa3c2b10268704_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:4f5d0717182c96fe4d6ff1936b0ad433bd4626c0fa1b29eb1058ba02fd6f9500_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:95b856a7497da1ae18ce5789262957edc94bc4cd87a6913e6d16d1cf9154e1de_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:9868a70523d322153d4870f205323629f8230505c883b79bc64c6b8440472633_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:9b2a4de77fc5736a8d2c968c8782039e22f28c65a8f9af920cc797af5ff170f4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:03f6485cce2f104c812ca1b32c422379d8b97284c6561f4568da4b23efe873b8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:40b76bc1b9e5ca0e664371020999da9c619546692a52e50544a84ada1193e0c2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:505d160e6dc8dd5ba9ba156668578e4f420b37b7069075cc84acce52dd02829d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:a20f2c0440231d57eb8db827564604dad20c3656c39acdab469d15ae5ef37c8b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:8c60dbf477a0e750d0e4895ae8eda21a7ca74b6ea06e8b428d6eb0e3acccf63a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:5a28ee6abd396c5d957fa863a15cdc834c72a792d895a28415900cafa85c173a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:435629696ca8750b352c890af863b85ecc6680b8749006fbb56cfc8957db0a25_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:328a0954887176f2dce3b350f54ae0c0c51f937cfef1bba9b986659343b2eac9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:8c60dbf477a0e750d0e4895ae8eda21a7ca74b6ea06e8b428d6eb0e3acccf63a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:5a28ee6abd396c5d957fa863a15cdc834c72a792d895a28415900cafa85c173a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:25f55cdb3eb8a59fc5d2f5726a71748bf2d8005307025d16646889342829c8ec_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:98cdda546009cda7d6a4539bac65d2ac6b365efa697d4e040556ae758235e9c2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:47f3054cb4a6bd160fd59d591b30910bcbb7123fe44fbb6f057d9d3176858e5b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:5504bd98506b057146c643c36a6581cb2be8bcbf82787bef530fb6caf4c16e21_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:7d6c9216d995b1ad19e5ae1f9f30cf3faadd54e1274fb80c4d5fdd802ee6b1ae_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:da4cd3b8933c8d22cc34039993d8866dddaa2e203342a94f23876b7245ae4711_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:5858c8230e834bd3a75047e34e659c4d1fc61f6c53e23cae5d3a8deff8b73405_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:66b2e131a3be79803c75bc96b69c3e7be34faf2f00f6d4fa53c82704627f8a96_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:966501e1f2fc5f70670211953ade31dc37f0c86e647e40ea56aae47d3e0c1a90_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:febeb3a8a0fce4ca039322544cbfeb0c6f60723440ec6c2f60b12b390373418c_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2322949"
}
],
"notes": [
{
"category": "description",
"text": "A prototype pollution vulnerability was found in DOMPurify. This flaw allows a remote attacker to add or modify attributes of an object prototype. This issue can lead to the injection of malicious attributes used in other components or cause a crash by overriding existing attributes with ones of incompatible type.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dompurify: DOMPurify vulnerable to tampering by prototype pollution",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The prototype pollution vulnerability in DOMPurify is considered a high-severity issue because it allows attackers to modify the prototype of built-in JavaScript objects, potentially impacting the entire application. This could lead to security risks, such as overwriting methods on fundamental objects like `Object`, `Array`, or `Function`, allowing attackers to manipulate application behavior, bypass security controls, or cause application crashes. Given that DOMPurify is a core library for sanitizing user input, an attacker exploiting this vulnerability could gain control over how sanitized content is processed, leading to the execution of malicious scripts or triggering other unintended behaviors across the application.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:71b555c5e31fb0c3ad0c512f937027a14b1dfcdd4598438bda3252a8a2100c1c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:9c69c2600d5d0317fcbc2650fc4b52d319a32c3df9db6b5543b6ff254c3b9fe5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:bac49120f60baf152357368e241e3103a5fe6aea171d8a63917e8798d81bded3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:f270351f6697f9d7d3d8382f298956d6e1c5d9e8ef38317bfa7121e9825713af_s390x"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:719d802cdc007d64eab521dbc648d7efbac8b04713093b774bdce1da422e3ecd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:ed014578e5710249c89391fdb17423ffa5e6137de2308facd20d4c45981b4adb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:f42c255c1923e63843b1c7622861a65851aaa086fbb2668e0867e28893ba9c7b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:f9eb32fe20a46c5b0ccc3e7dd9f7f8d3c591cf64ee7800137ccdf6c4cb1726ea_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4a69fac5425de41d1bb0b2ebcbb99012b520002235e578b8a8ff0039079a3972_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5a3757def8e6a4fd616bb999d34903ddc9f7d8aa96dcd865f749dded52e92165_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:63b6550720f82b5a98783901d776f3866075896b661958cff3d8ddff44dec214_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:679852a44689f3a73197e047661821c910e35d50edbd788170b8b0cfd9304166_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:037c72c52db1039c57f1008617136cf9e94c8b3da14ea36c3a0595e6182c0042_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:17a517f94f4fb0429b6284d884570b95349f269ed187dbd94c4476f525dc54f3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:6e0a2c775267d2f07817788a3ecbdccadbe6377e4d18a0d9dd9c0f0d40c77eaa_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:adf596175de3c3004fce49a68cbe58e7ba15b3b0b315349ddee89d5dca8109f1_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:47c1a53900ad4c677b45d0dabd3f08a2f77f164fed64f53cc5f3d1f53a9fcc2a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:7cbc7f3c9d0912d4e1d0a1341a3db13fa59bdd0a2e3a81e161e4e23eb43f1278_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:a3c239970ebc8ba8b547dec72f2f6aeddc12cd19c18d75c493abc85285da48fd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:cfbf84917a9cebdd238a83d06f3145716b84b883dc78e81deb3738d2a92a4293_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:2be87034234cd07b0305ba546001dbd90403b8e758c83d557814d9b6ddddacc8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:31b6d68104fe1044f063ba297e9d9e69c1e55b95b26f1e33f93a2573d66814bd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:3dc697a49932c84227d323499a2a174900bd91215314697b8c9c41f7dca957c9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:f5f6edef66e7059ef66d2a2bdb52240c48279709048cda1b9b96bb11b9449e63_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:0e018e0ea1a45558fdebe89d04617b2b703ba93c7d58f2b92ceaea07d2498458_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:32a45843d97384b62b8865de40d5c642dfede6904c05d15da08fde3642c6b8af_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:e109e2c17a3686bad9121716df7ffc7d6ec82419f28b24fad531f96f86df0f32_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:f8f64b2c9168897706e6cc3ed967a390abbe83894e7758d08d1b790f451b1268_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:0e033237871e3e7ce2f0c11741dd6ffade3419f95b6b8600f7cb0a024bc89e0d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2f4ef4c232f199d5ac24750eca7388b57a44f976a782e48e0dc514c128801d35_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:468133aa3a5695bc314d8f2112e4a62388035c0b272abf4914ddcb485bfce137_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:601bcab3234fcecec33a89b6e6727bf6d9d3682b0e0a0eb98d6b84cc0db7458d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:00143215db73c4d765605e892829f7c7e4537fefe11251cb3d279afd98d5830b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:1e22e06efdd0d73b88ec841815eb6ab7c0f1324b98ea6d3c92910c2e9a592c5b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:5f2f9a2119899a4f1502173947b20d04fd943da8b2c953591a35d6e25bb5d027_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:f2143001d856a68c4cd933242fbd15d950512e445183f85a872f5aee4e2e503e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:152028b94c20a76e62793c63a4186a96b0958b2804979ead7dd47f33b273a846_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:583ba099e05b1c82e7c6dfa6d9a9be5face39683e39ca9d251b8a1562c0d6d42_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:9486a1646f0fcc699d0581ad5af993a73c46aeee65769bd8fb06bea1806f0a8b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:a91563e22d10c6a7c77b092ab6f829e7f0436923038ea4a47de1403813c20471_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:2544e96601860e73dff52f6befb165f531bf7686137d5550837674aae6afd3a9_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7a772d3d45015ec702f5e1ab054be240ed673591517ad99ef973898d1e535c69_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:d23cdaa0fd2114c904ded232b6019e61f53b49b41014a16e9df9b7f864384688_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:dc2ee3af87ceaff29152f92bca0dcacc935c10bd83cf136a9d8dbb628addaf65_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:574c4e42ac84049cc168e68faebbadecc3610348ad101ac9d34c140558e60131_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6f44a8a62a65945363867dbc79a5c43965d5e136766fefd02527145d53756ed4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ade325055aefd73a89a3e5d35d84c94b26c897986b77f7c887b3a435ee6e297a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:f841a5218782e8b9a3c435de0221c73ac6d5b4be8182609a074b99f1cc9b1f6a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:158858bb077286091d15b455154595158995981e1127e881694c686360d03d52_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:3a3b2fe2add4ab147f383874b55fb9d44c1067d915ab069c3649c321c0943d00_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:4947ab92f96cf1c2af5a7144e1787f90252ed0a9a0ae4729cc7fd61a4e671d9f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:4c06d16fe27f05724900f1df1db6d12b951c86c916800007a51de53aae260d64_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:008744686fcf83e9d9d4abd55bf1622d0e9f886570613835d29ac3c8cf9ad648_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5e45fa3a09a9bdea3957a74fe0ddf70080a83e70e8f41e8f16a0957e8f8f3bfb_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:6a39ad22c40ec6dfbe75e3c01f7bfa7bd8d1d7dbfe880d011c58362f15520d0d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:c6b4fa176ccc3af191fb7cb560b28bfdca4821b23d8296167b9919e0ffc26e1e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:73fb4d147dd798f244e7c6512084a7643985ed73163c07160cfa2b03566de6ea_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel9@sha256:557527d76a00f3afdaf2f146bed0d0d28224d8a063b1c9f88431ebb40300be0c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:6de7f07ca16a08f783899c687c355837fbe0cde28b8c5c25939524074f717665_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:d7db2153c58f0081db7446ed10fef94f0dce66b4dc909e65ba2c305161fe06b7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:30ff8f03b8eeb4ab60a86f9d72e596712171f4dfbbe7f2f74e747b596c05e3fd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4bafb9b1ccb421f617f7667e59fbc90d02a96f7955fcc76db9274a06562f47b7_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:633915104a44211fbb4ae16a128c60193cf266104345c664e8b28941cb051208_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:d08e59156c0c66dcd4b495a4d58fe8757445adf500fe4440b5f1e91779098384_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:680aeaabf1d04ec1242ae9ab0fc577ac095c170301a24cc07b2c20c06d119fb8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:a6d3d9b39379a76781f2894af08bad00632afbc1a6633cce43bba5c69a2c33ea_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:205ad021b256f031ac14686f61a5affc7ac8cab6afc076855324b4d91557d4b8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:c89f326a201d6b89af2d549a8bf35ef22ff4a82b5f1387a1aeaf4c691bc2b332_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:23fc1a55b530e3104c8674947f67e4e750b9b4fee1e71881148f5f532b558bbb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:40b70676d066ed2a7a1c78322ab1b96ff1c84a5f9cde846174a0b9d084cd0d2a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:6a8d392a88b7be09b2549e4cb5469a5ef748853072bb5354ac34d1c20a9690b0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:acaca7b68e729672aacec5b83f5349dee6eb0cc360e5f600aa9103e9026e8501_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:809682a7f5db22c4632cde8ec3cd0af3eb3b4a64bbdf95b7330b51acfab69925_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:e55d509c2b8028d64a64936fc665c013768e05a3f7019d372a2d7f5738e5db16_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:0d0463da3daa13d5047641085ea55f0ff09debab78b8a0552f2d2faf3f44c6d4_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:a3728c574b252b0830bd1df8e3e92a48c3121276214870a95c76ac12c108aa6a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:3ed7bf4ae76b1b3deacbfda0f18856b2c149a827c934c68fdb7348387c3148fb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7dae4561dbbf68fbb3c3e6190ddd8211b0d481f3457f13a4ea6ace475361a7bd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:447feb4c7d6d68716de5415cbcdb9f44aa594fb32c06480cf678b06788cd98fd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:f528b1517558b6aefda5c2bf23022ec918207238a0f4b759bafd7d54d0691691_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:5971fce447489bb15c3cc4cd9996e321cd8baab37ee170ba335b6ace45bd14f1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:dd10f8f08a1d5b063354f44376a68ee07218288077b78ab46e8e8ae75b747caa_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4899f0b1592431c277642bc16581a656d5e717067da2874bac7c00fa403c06d3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:db23b81652e9c7cf4fa25ba4a96ffafb07b0f5b2d923019658e50a07e31e019a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:1df9ed6540864562e105cbd7c275b0d066d028d4f2cf2362cf73a8ae5175fe18_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:8665625082320a37f6cab1a564adfe6a8d044cbb04c6ea948f15f093862358ea_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:625291292b2d99ab0374635a3190816c51e579dcbca6a0ff2e7ed8f686213cff_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:857360f334810f937fd1be07343b3a4fa20f48f9ef2f47d24bf07787683d9f81_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:01c0e71209c724866d3dd9aa76163ce0d4282d284d148f70d993b23b74ce1998_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:0c1811483c0b6923b5a03a43b3f38fef76bf8317fd2469d476546c2fc308d89f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:18f92db1fcfa7a6e159cdffa6c207576fa38fe8e39542770b49c81ba7427a0e6_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:4fd3b89d351ab5e4f5cb3dd0c7eba8a693466754fa6335f5d8349908f4a653bb_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:c58cc326fa3ccc29ccc1376869983ba77f555e88a5102e5439bc2c0d61605484_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:c6fad737f5f0c071d899858498cab7e031d424ea9ff5967bdc57b64e0a85905a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:191f7f1b1a766500f8365436c2cced514c795707e232187ef500b7cc4278b214_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:406b265de3e2cc470fb4d86ebad014965e31b95fcd255a81b7561c5e8fa0e56c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:865724525f54668e194725de3701a548e253be9e4f1debc84dbde854564238b4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9ae218f40503da16a9e065d8812c303a9e349d77be1f1daef1118bb0f0e1ef42_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4c797b6452d7bcaad38f37c65d0618f5dcc998ac5c27c20e9a11b155830599d9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9b04f7201f99279c028c528620ad50d94fe5cc2d74ee03b542b73fffdea494b4_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:af3b7c16a22c617c4a08fe22aa57038e82abaf27978d99598fc89c2587e7cf53_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:cfc288c31c5c00d58db6e6ddbf2d2f373dfb8dc67ba7c6d55293cb6491c29b04_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:370d9cf25a6331bc61f15927dbb752c9baa6696cb69f65a582c82de24c8ad7e4_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b00ca84a415ab24ee61ff3fb7fdc5334ce045125a14b4b76030f46c3c4b910a3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d223ef0499483832b4f1efec4e1128f8dca303de5fb3ef18a1e9f9817cd4d534_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fc42947a5994fd05142537f6fa8e7ec3d33c30f4cc5db5c83bcbc04d076b9312_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:8d5b7a2c9c54b30056336db174451e0504a6b70a3ff9376c1d6bb87788f90103_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:beb39083588eb33f97c9fa03683e74b1c51b76874ff8c1feda55cbbb27fe61d9_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:ca54639add5ce3ab35219dd58e1bfc9f6fa38130b0ab7486c4aa9c563fde87a6_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:de303accc9d9479b98214dda863ead61ef4ff07d24234b4a23ffd1e7e1c8b540_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:10c928e737116956e8b4972554eb7a7caf8ba82ef7988ff1bc55a20faf93a111_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:4e548be4269f413c54f23fa6e6be06c229f6929645d6dcf53b7b42613298e185_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:b982e659668e0b6d9feddc5664b34c92de8626965fb973af3fae7a7f3f1f0057_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:d14d63c929e558c5397dcf01dc9f48fd0d17cfa1125673177aa58ec64208deb3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:6214236f85ba29ebb5331829fd59c2e6758256d32e12dfaed7d8218db03f23bd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:6aa15ed02b87d8748be79fc881707a0506bf616d8c71d2e3ff6bc6831f80ee72_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:f713cd7ad817a6f0062ad246873378f7c1cee829b5b83c72efcfd4a70ed644b3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:f904fba09d99a7d6ab7583212174b78bb9ed5fd3bd1aa218d91dd18864541d12_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:05c44b7f417db2ad8c1a23bc01e62becac3946102369bb26770309285c377951_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0cb142098aca9137dacebf1790becca57f45e736d0ec049d6e900d6328ac28a1_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:8cdf51b679ab14cc5f9ed2d8265e7959b577d3ca1ccd0d698a6fabe5a11ab4d3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:c5665d7410064c6b4dd06328dcd62fb619e844dabcd5b218dfb10c3632b896e9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:325bd6adeb9eb27493b5f7d117fc82e3cf8a554c618f5dfa2448c3313b4943fa_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:4c4ec510e2eda60fef2a6ebf709c58da55a4dc6e584a060264854d9142ea6a0c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6ed4590215d494f1d630556163a47ebfab26a0ea69971862c9864ab0bb370b08_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f914abc670168e625021a71fa9546c2d28b4df490f21ba4f226a3c8387d4dab4_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:1aa49c2586807e952cdf7b1d86c0b3d25a0c3a32df62dfe3a777fc8b6cdfb8ff_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:246fbd712d6b7ef83cd83029c8998ac1b29d1454ccd636f8f6dc8b47bb5b6b56_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:38d300d9926a4fcde7999191efc6d99d6154baed0baa00f3f80db8234ed1f7d2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:3f44aeef785c94afe6707cf2457557fe8c6c9eaf72a000a2f1a3680a04d65411_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:5a3d3051df9f589ab8f3c326621f654b49ad33c715fcc8babd4ec35f473e8e24_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:77c228d758f0a2ca9da46be4c2df85757bc4ff9fe87aa6cda2ff2b1d50f86429_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8e1371a7bf53ef22fca75be240eafacc23fc6d119728f5d0d71a2bc149798de8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:a05161338c6d7bffbb1b294f00dfe1d3a53cc2f7a97553cf4e050315021b75ba_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1c78469e53ccad316db280cbd0ff4f845a2db0c9986fd7ed101e08ac5c5b8db2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:53c49af94fdd23d39cbcf433598c3f3a40139903631ccc5324b3aa49e4e5dfc6_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ebdbd79898c7462a90753afa2ab80a33fa6aceedea93e6cfa036a55f31bdd564_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:f842a1e9256475b3a5a6dae87b6b5c2d72cecfebce08ea44db5449f7854794d1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:74ffdaffe00b754bdad913e6699b44aa293f880e3803c00708d853202c20f745_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7cb9bd477e9f0f711eabeffee9f25f39c7985e7a27bdc46411b6bf4db31f8d53_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c0f06a3d5702010cbd5187f1b34b42eda35e2cfb5431aef3186037a385b57233_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c8be479b9223b21c389fde445e2e5d1541a7e60267fe07bfb53d64b6afb00999_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1ec6339dab77c900022ffcae585ff86041ebbe1d6cb8639d6167ad9b97156f45_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:b5f1e96b420a872b91d1d22766e9ce8fcb38c443c23a4f4baaac6892b3c6b4f7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:cbed4b61ebdcecfb4c459c7ccfed58a1db918bff994222f639bf2aba73def0d6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:f73ad509fa3ace02e50c9b1a3eb6850a819c706e93bdf88b0a700dfdad02047c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:38370fdd1910afe69d0b9e6ca55873e2db83b50f2182cef88ed7b12697ffcdd6_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6cf68975471ddee2804b4de20e932a1e1a1ea2ede27c614ebdf5ada4ea690e05_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:7f03465e59f1584ad52fed99f2ba8bbad123d1ab885a467fd69bac0ccb9a0923_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:96f38213da8a879118599dba97472b9a88587a1f15022648358360f368b6c744_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:68ed9daf7a0d82e2759096246c1b9eb07f97353c3f34a613fbf6893ca0d3470e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:974265ec3898a056decb3965f7c793a2852545e5dcf35e9f7e4bdec328c15c5b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:aafb8f5731b597fc079f76e4bac04da231e0e4fae464b83b7c7890b5f8ca91dc_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ed5146205b69538fd31b42b0114cf60015a47f872743a73077ef971d64d64c58_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:4aa00ab509205843236296fabd03a2c49e021eb135a91da0590c67b79694cd94_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:7bf12c94e1bc56b593af9b44bdfc3387ddda30c4a4ba762e8b89ceb714f3df65_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:7efbf4df1e8e17ca25087634b7387d0763590e00a33532f86f48b266199423eb_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:b7623d88ae5520b0ec76fb743d9c788511fa99b0ab0f6180de42d017dddc6cd9_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:41dec92ab759c44ceebe8eb15859b2ff29986dd5791ccab79f91cc1786a0b601_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:8014a45236ce64d0e0f3e35c6978442fd4f9ee21fc3f95e51f20dbf12e50359c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:94eff267e214468250b201f0af1de5bee5aab3e689d1f8bbe42d66f0c2adbdca_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:bc3e093b2d1a5e3962b9f02707aaff0d7e0de545a4b7a1887e79538aa2155fc8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:54e4d8b1282351915f2f22fa4843d5b4d19645dd890c4675f35749e2415d476d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6251627dcc972c58a39485c410c8a264d140b876f8b47765687a310ee4d28524_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:85c974e095e262ec405d402ff2a2c4419824edfb9859352c35fc0c8d1bc64c8a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a40c7d9de59a25a7212b6f43f281647ee45e21e948d718b43a780f741b0dbbab_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:a47be1e76eb39ed50efd59b57dd26a780674d022ec9d07d0b4954bcb309e39c3_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:af65a9f612d1e28e2b43f0917dcd06cec30dcb20366aed6a40908b74c07d05ef_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d182a13e89c363a605f2e6fc6a3e554fbaf27b9dd405ed84fccd8ed41bd8d8c3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:f3ec661872a5234517e8761e30e4e15cf2c7015760870d8dadb0c3f07007c4a3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:2186bb9adcba18266df62a838c9e79c6ee2b3181a97f6169513fe5202c0a75eb_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:6d89ed9ee8ac602fb6749bdf73bf0660df060810f805dbb807a903ed2dabc69f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:77a2aabcbd55ec7fc076d5c23ed8aece5424def3995e624291ca4f2139e6a82d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b0b0ffaab41c61cfad9ecd127f6f4e312ac45d548d77694cb470170b7bc540de_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:50e4d73d1ae6212010a58a15d5192ba8e60829e0e140a6d0bc849691c5c2d78c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7f0237ff4599cbe5aecd287913b9600a0bb36f2fd334a2a5691736cc6c5a8ff2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:862b9097cf6e1635d30fc1cd94f00f4656bd8170fcaf908bd058455298c46ac4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:984dcda6b5ea285c8a07461ff2279685000f35bcf3acc71e3b12231c782442de_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:02417ed67f618617fcca2270744e0dd3cd81a62d7f5f5da6e73221a7dee07649_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:b3b52c01b3d3351317eac2e4cb1e2b76bb4eb0b4698990b8468a9c26f42ad820_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:d94be231705a6d833b988b01a2aa5c6c8b918fbc38bf2ec8420bf133ccda55c9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f258283c5c32b7a28dc6c33a761eb7722a782773745325fbcd7bbb78349eb2e1_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:3d64a1e4f48ea11056d02d8fb29b5c5e17ba298f0a603e964ab1e448033fc66d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:6f737b4318a8f2e96c34c1f1e97ec23530533bdb33acbf9cba8982f8405f5aca_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d41416b2ae6fa0a882bd778f8628cb1258326ce3f212a1d956ba726b74248c60_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ee83baea9ff008d502c891af974c6ba419746967997f11c13266d7b02f7e8296_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:1d2c5714949f40e168358c505c0de750f5e2dc7dd0b2e99d31fe3af4cf1e864f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:517c74dcfbaff35ef2ba329a74a70402a228c77da442d263e5d3080ff7193965_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:9cf2219dfc08fc0ecb0f93c2e87ae9f8a7cad90b221742787a0cef6cfc62f007_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:aa18a0e963b906f041d4bf64c304ddef470fe78475378e11cb3565e5016beb06_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:1bbed360cd870566238b6c800e8522f04f02d16712c303eecc361af33fff436e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:28da5447837549fc35380edc0dc366bd59216852c59cfa2b3d512cf8eebc679a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:2bd88bbbe823623f5774a9813c7e43606ebdb6cd87b2db7fd78b7fe0c18f842d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c4b67e9207ea19d96108ed0117181a716c10d933c89ac036e49e952953cc3a2f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:11aebf8d07597c63ae5cac4cbc04e38d49ae1a4f8824ab22128e0b5c39e805cd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:357f6ef38223cb776249a04fb6ec29d61fbd24f7b31a5730544e449c1a5d9d6e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:83121be160c1fff1d16e17aea4daedde7e231b83ccb00349841494e7f87a8d1f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f2c98b4bc7bcbb9ade56ab4cfe5d44c32bc140b52a7ee9c5b9cf5957b7ada1ad_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:0dbaeba61694470f09eb05534c1dad038e310311f75009af32a0a1f43d469677_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4896946bdba46feed18276c4f29fe059ede4f60138c966fe9113aa93bbeadee4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4b81f38f15622b32498dbd192503ed2c54462959485ae48e47cfd67239181003_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4c02ec12d1f3762f4b2e735cd1600a00fd1bbc62130e005fd9842bd3f7ff7f6b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:18899c6aff68b24c792281604e3356f6bbb48d3f09db95f8b37f99ad7f8c914b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2316808c7649cb351257c6c2ee6aefbe0c0d561b822e3eeb18e85dbaf04491f3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:451233d80bc028a63b160526e07b233807d872f9d4e14da6ad4be96f64f29491_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:74fb3a4932ce350cd4da33d57a4fab1269bdb5e446fe8f93fada1b304a622ce6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0c7b57c158314b2f956181a8b28a9f8d7f83aedd8c87bb9bbbeed76a8fd7ea88_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5b88f0644f5b8237cf8b3aa0f6ee1d8a3899a912ce6499d1bee0aa902b2f8f80_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:672d284b3ef447aaea1bcc0a14c677c309116218340929ad59eaee178e9e5cb9_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dbce5221138c15a4aef2f65c3db8bab5ef127c48f3a446ae085a203d8591730c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:157d40ffe95e88526691e06daed0064ca15bbfe1aed547f3a3b968b9c36bee0f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:3885a8026a64c7f497aaa90c50ca93cf1479bfa83ad0d28c4f49cfd3c5220f66_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:457d21495a1f47cd6837f6263fa30652abc7a215c01962507a1e1bd6f4968a09_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9dec3a959d916331f6d2a59ef1e222ae4ef3d170cb344e2add3937966cf1c829_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:644f19b57dde50e4588f5cf1c4d72ac8d49dfb396b7c04d59dcdf6e27bb12017_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d5374c58882769f9d40f47d7aa8f20b1676842c8f0cd8b55a01d6fb587ecbfc3_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e9424fe4b804674ac06d8902eacaa8bef0c09f2c7441460621e587c10c079826_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f89289e63a584031efda082e7f77bd0ef4a28c815b3590061f8a397ee8e5a697_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:01eb7dbdb11a50a229196f82930e647e2080f53224bb41ca2a0fe6349c5d8d03_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:1e7712eee6328cbfaafef32ebe96031705ca193298de005ce69f63dd39eca9b4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:25eb621a41d2e7127f114416778c571112fcfe768281edf5e0bb25cd77235351_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:ad58b2585ef510c8f4c8b074085bb6dd3e17ed3248d7b86ad3185c76ec33b899_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:0f04929095116509edbbb1bf2a5c4a9ed725acf2a43307fff7cb5e4d225e553a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:2b9f99a6f44b8f7f39c4a78ed1f17726c933677102fa6953003ad1898f15ea94_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:edf6a8244ae0bfd588371101aced93b5ee8f5073309daa7ef6e407b4521928e1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:fcd4846ca63a5c2941046c19d96de0bb06ad4205c4f980c844dbd0d98df00d86_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:053cf21c2a3b09e2ba911c181d3585cc24390ba0ae4c130b9751a499c53a3196_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:154bd45ca42951efb3bcca14a5fa0bf055fe8c27d2a58e593e11d24abe2f98bd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2c0c232df35e9d03ef13aaa8b44b12b6c9ca2127f0a5e827d46b6beee55d856a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2d55f19aae3c983335bbcef443680455dc9e7b0ad49a8779e42165f505d19b5c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:01a8046396354cb5bb0c950d4511a3494b9e0ebc56b3624a48b41b60e0b8a30a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:0965f3fd7423e085d7682717f97901bc43da7a6f8aaf1f30ead9adeadf0ca649_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:33eac7aa9a8fc302b48f4541dbbef960aed461f73e42e413c5eeb25691a73905_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:7d168d6a6f797e925777d01d55bca9e2cd7f6b30e52a76607475935a7c87bf2d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:669d559563c8ce25ab835bfbb6d05b7df7fca88a0ea9374d50bf8373265a8bb2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:802a812b969112861ccc9a78880d0764af5c89c15198a594e7f8c1d6c2acfe0f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:bd2a533eade7e9a0589c83a3dc428d594b174da8c4eaf612d676d342dd1e7dd7_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c4efa347b4b2a9c938ad8bb772d1161a4a2b8b1e54455b0569a92c2f29cab2cd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:07ce41298f16b4f99d8cfaef9fe2a113855c4181c3b211d6c1f9e4fbdceb7d05_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:1945fc30c009a2abd77ec710cdae70cd18c726f633af7d9d8248fb56d5329638_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:566214654a337f7b2f76cba30abaef7b5abd496d0aa6dcf710aaa1dcbf740863_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a98ff558a980eac6d39c3e2d8275d0db333679521d54b919fd6b2c11a739f387_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:8b09b7ddb7949a9db7af4e4d1d8f15083cca65cd704b707d93a7d21a9c9e3c13_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:aa426170166116c40f3ad7a70d05d197188ccae8023e802755aaecb2decac985_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d4704096bb00b1d854cde90f964aa319d2898d407794944ec0025b386264f2bd_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:ffea3b9a771b27a8d8db70ef73a5089c7e343a26f5ca93698d490d2ebe67d206_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:26506524326c64baf2e77da8073ce297d72a583d6ae194516bcb6a32a273059a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ca8df7b4917a2c1b7a22e8f753cb19c9e92b15487c121e94156961d5b5cb7681_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:d2b5095502841f6654d21fddffc781f20990b586480eb4b56fc6414ed291d7eb_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e86eb8681972ee463d5dbce6a583dd035f2c38aecb09c3a6059ad99c3aeb8d31_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2003bfefc53e825002c66cd6aa5035d13db264ff9f4fd8c99e18683c1c808f39_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:284f8b74d3e69b69759f45116d07782376cda8554979535ecb4bf9aa8886af56_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:546822ec9a3b2688b4c31830872381cb22db5b476e89462c0e5e448ba96cfb77_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:65d9d9df5aa55831a1627b179412760f114bdde969040ba73c585c6449d19e36_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1a30ca1498e2cd83d64956812ec1facb07f796fb8db50977f3ff561ceb0da7fe_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:32700244d0578c423c636b0ef01254d823d0432125e1ca929d0ff1e115a446c1_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b562637dc56ed32a75a444ab2f31d75e7741ccea5b8a3c004df4a42ab1270d6e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c2a8a8f577ed98972d273ded3df429d0651608c8d46354584a2fd85782407b2e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:2526b6065d1ccfe1e36fe5b48958a22737b1243b3f0df10ee3d27e0a62fe340d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:34108f69a1ae3d91059fc955d42ff21e50c12390296677a94c4e691a0866cffb_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:4c2712c451f03ae375bb6f122c17ea1c28f6c52c2796ff64a893630733c6caf3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:88999cdfcf7d367056945f5fbeb558c6ad8a9c3e068e67724d12090341341bb8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:0f3ebde6a312b04a5020957783e5156456dd0a60c9e1f009130e295b0143160c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:d878af0364938ce585214d77b78ed92b44c916113405f0649d1e727f9c010b3e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:dbea9f717a33a02f4fcbaa6029b6830b47b561fcab1063eb868812794159b303_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:f5ac07ba3f562b9c62461916f868079fbbb47d95b24379b9ceb55206e616e140_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:287c800f33b7bb17969c93891edc40646cc48acc9b741138795b7f041c82bbc8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:53ecd2e093819c381012a057628f8e614c85f0c58b6d54e378e2155122ab1d8b_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a840761823769c68291cefa9028e0a6f87b6625588b1850d148b2f8ea580d8ce_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:eeb3bd21c506b7558241ec2458d57407860998b91b4742669982073d6612a9bf_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:1a94c20db46917d931dfcbe19595ab6b4ace22f81ad34ea6d329eff8def1f0da_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:71d75fc8a847695728ead4620c5d19ccfc9b8bac9f51521af7ebabb762839425_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:99cdbfdac01ce74763ab9304f3bf30156bad8039a454758941bfa2c96da4787d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:a56d06011589ae7f1b0a338ae33423e77c559a93f4bd8924ebbeb16fa341a7a2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:299842fdbadf955534b257f3c63126a79fb14a9856c4530df09debde212a2384_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:7adbe4c7a14a3d470820884da692bae174fa6d170895c3ed4b02311a66294ea5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:0b264678a566eb387b44b5e8e2ab61c5e12b594aff4db75532d9fc8cf0cb3a78_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:ae2978f43a4b765fdcd8abe8e91956a0a1e267c0f76593d94e52780fadc68388_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:dfe83a3416da5cb195d8fda8ee8eec794dbeb0135de72e250bc965ef1f70bfce_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:e6e1c74ee273df32544e6119badf3b3c260e48c60934f67a7869dd739d020e1e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:015b35c884c0e9b5c3a2df4e3874610dceda9766b1db231a0e99774481c88bea_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:170dd5cd1770f1c560d2d0756a619a220d15c91c8d8d51ea322818be40603ed6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:7f43c6487ef0d6ee493fae02ef100abc813294f027b702722f38c619a5e8206c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:d40a074405d58180667a3722571285167277e73ef4247221e5b5c235ebbba38f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:1fde8ae44f15902a4a5dde0328cb037c74c40ab527db4963b5d703c35f2b2c6d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:8a13fe639a4db964e30cced1f77214a915489f75b2634356259a03f6f280d856_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:afb26125636804082e2827f1d473d49cd492a6356365c186f69873ad8e24e099_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:e9668f534471f09fbfcb31c76be4b68a743549c50255de8fff8fd0c8b4a34924_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:0a67e292a5b75f818272a3302f4d2d334ec57e5e0acdee47fc6da52625e6fb60_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:50be8ffecf96273dd18c233edb39db8e3088bb79acef2884f47b64a543f15e71_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:8fdc9fb2e35d486efdac44adca6152aeb6bed9fd88c183d80aa31da96e5b8c6f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:914fe11be86c707b3e2ea354c5a1c0cb72affd6d9dfe63ae2438a1a310ffe4c6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:53ee6ae093b31ee41b13bb67b40aeea723889379ff822719c8174e4272cce99c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:5e9cda0da90e658e08a08c69480c461701b03323aad484d887f12fa3e11bc9bf_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:8921a94912d602af5cb9636b2880c1ec7d8eff795473f4865f4354ea2079d428_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:d9b23f9f6c407010472286a31c17e8358a19103fe03260180d2d615aaa91eceb_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:53ee6ae093b31ee41b13bb67b40aeea723889379ff822719c8174e4272cce99c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:5e9cda0da90e658e08a08c69480c461701b03323aad484d887f12fa3e11bc9bf_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:8921a94912d602af5cb9636b2880c1ec7d8eff795473f4865f4354ea2079d428_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:d9b23f9f6c407010472286a31c17e8358a19103fe03260180d2d615aaa91eceb_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:0e598a4bc8097ed172a8e3e8058080ae3db89733c02644047e46cfb65b7d3b76_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:595b8a01e9b2189a3877041ce66509eb2a2a13bb0d928b4fa772e7d22d7e6bb3_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:a59804ff3479bbdd8249f52e145ad8099e67c790dd353684fe6faadb7246f3e5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:f5bdcc739dc1dc70a53c624c35d3e5e9574bbc67cf488919041e3ff0a11f009d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:0e598a4bc8097ed172a8e3e8058080ae3db89733c02644047e46cfb65b7d3b76_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:595b8a01e9b2189a3877041ce66509eb2a2a13bb0d928b4fa772e7d22d7e6bb3_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:a59804ff3479bbdd8249f52e145ad8099e67c790dd353684fe6faadb7246f3e5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:f5bdcc739dc1dc70a53c624c35d3e5e9574bbc67cf488919041e3ff0a11f009d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:06e2320e7c46ca66239bd9cd22eeb576f1c42f3acd26b8db1f6976e9717676fa_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:cc795d7a0cfbefbce47789c6d49532a9a41b8d62075d4c94bcb265fd3ad8ef6e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d87fda521517b9b5505780eb2d84212843145098e70032c9996b3250222fe604_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ec1000141bbcf65e1e79f4dbfcc97968b05cb1189cc35974ecda36bd2b8d302a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:0296d6ef8495a340807a800e8064de04bffd08cc24772e1482ea34d3eb39a83e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:2cb477ddcc46f5b57b4e81a8ad1163c0d3a13676e7079647dd2ec4b94281e9b8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:d85d011efa26fcf4fb9049c360e167a82f0f332f006906f945b0f0048d60da03_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:dcff01fb6c0c0477daca085f3ad54d39b6480f139ed59cd1fd4eea9077068889_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:0296d6ef8495a340807a800e8064de04bffd08cc24772e1482ea34d3eb39a83e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:2cb477ddcc46f5b57b4e81a8ad1163c0d3a13676e7079647dd2ec4b94281e9b8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:d85d011efa26fcf4fb9049c360e167a82f0f332f006906f945b0f0048d60da03_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:dcff01fb6c0c0477daca085f3ad54d39b6480f139ed59cd1fd4eea9077068889_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:5d7e619ddcc71a0244aecad37870bbe6a9bc993db053b68f57984c84751244f7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:6d0070709140682d4f91f5e7e1341cdfab3d992295f246a3b8f5394a3c290e98_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:8b8a1b6c5fdc802b3185d5a91bd9c68426307526fad048ec7b7360d2885a9709_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:a4b5e6597c79fd99492ba89777a51a9a0fa767a9b174aab5ad38eb6f7a195634_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:5d7e619ddcc71a0244aecad37870bbe6a9bc993db053b68f57984c84751244f7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:6d0070709140682d4f91f5e7e1341cdfab3d992295f246a3b8f5394a3c290e98_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:8b8a1b6c5fdc802b3185d5a91bd9c68426307526fad048ec7b7360d2885a9709_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:a4b5e6597c79fd99492ba89777a51a9a0fa767a9b174aab5ad38eb6f7a195634_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3f240b50f6973f1ab0ab53fd897acd7bec248c417923d56aad6630cee4bbad5d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:69a9487a24d400bbf3ab5bed205f622267fd19783a1c159669359d706a76c3f7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:778c6697c773971590c2187e863a18d45dbde7780c0da354a96480ca7e742b35_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ca587a8911043d96b60e967e4b2e33892254096414910174e6a7c395583e97b0_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:11801d98d9d8db5c37bc0bbb72aecc2eddfd0836d079f91a8018dd297e6f12e0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:34f5458a8d22a1b295a6cf6be82bffbb427aa6421c19609d37fbdb0de53afd48_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:5ed572029d4fbbb484fc3562046de00f7deaa0639185e26adb2210447a8ff958_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:8c3c79a3da45f6960f8cb68074488f8c1a97acd2637deab99b23cf5feb3dd831_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:2c452c9fb2f82e3b4e746669a2e8fe16a63cf009ddfb94d698529cef8f6ca8e4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:4eb82f07e01b4f66e34f933fc4c1ea0f09a8e227a216a732290e62db12641ced_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:7e411329883832f7e0e9bc7bcd716a5cc48898a051351176349bb877aa7a1704_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:fac2397c70e1a2d1457e45554f962daffec82ff643df596e3e0d47e2cd4a5727_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:71ef3a2f7205d5a4d2e223ea82ae0f8911ea9840cfc819e78931b5d8d7b3960f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:836739cc20594452479eb9db8a995d1caed27f82d8b1e7bad6061b0a7eeb3f41_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:9a6743d451c6a6223891fc13ca4e1f84328f5cbbe5be9c6f4a5505e47d894651_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:9b08cb63eae04604aa25e2816fc894292b63287c078922296ccf3108254a420d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:30a8075c0829c7e8170fee4fa1da1e4fc8f8fd7e98c03665692a0d3790a3e404_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:91eace031f4e244ba7c82194f0d9e4c42e1b3f83b4cea8281fbcff70a02855b6_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:a3a947c318b1d2cee8676949477eb154eebda2d7b01bc83aa3ab81b305d0c123_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d4485629dd69e3646522bb0c6fc3a616fd20e9e924c83481423beebef6620ed6_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:0050083f13ea8e40679295049c4312081d38904d8ccc1396b80f27544d01a06c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:1fa5db1d68336e05f0559c44f107e2968f7e65842d878a25355f37ff487001d0_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b8901c06e9ed87c8998625b99ee186ea5ac8a0a89c0263e210fc77f6b02fc36d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c90ac14a629770bd274536af0f82519c4247710c79acca953a37ae18d5108861_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:61ae2afb181d20ddc00f7f0f1a6a206221d15c887238ab048e10f838995c3d28_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:92ccfe03e0716617e78fcead09e592075632be76cb4d4f906a32fbbf1e7f79dd_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:92e8805702148fe8bd56ce06cd18da14eca209207633ecd89b3b3db27e784d2e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:a74af849f4f9b5eb17e812d798711ea57b234c311587a46fccf80b449e2ab091_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ce86043ba90a236d904b5bf8349678a139c9d12abee75b13e20b454762a79b07_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:fb673b9cd4bf5792fb1cbdc40d8ae3787b0c371157078ffbd959748ab0c19db6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:788f14d6d64cc43d2f137a2b5a2e13e80b6d7bd1c5db3aace5fc90b090cc1325_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b1aa6c712d6b2c05c5819d89c96f837a164cc978670d9ce0ca3676c2bf327ab7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:e0b18dde5738907a0cd2a7e54a3a37bd341627b6e12c2e8901cb5350e78e5f9f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:8b774ec1d7062dbf21f9d4c9c82926a333d4b530dd31e907fa292b1673c17f22_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:a44db4753020da0574e7b2cb486ed690ec6d452d9c9a86f1a35155b3203c3f14_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:fa22ce356479e36e38b28420a89c51826e52e4ed29599f8d81b33a4c9f17742f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:001a95b33c0b3c3c0000b21d4e6a0802ae3663c1d5c5e1c8b8bde03e248b74e9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:0f1a47dcc7b5e8d5d82076325fa73ec6bb18d6a7124bce44da452848859c03fd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:887ef213faf48dedc023d2c533d2b414f5cdafb4cbe79a33841d616ee1e6194c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:d74b26dbce57d591c118a178762b14e8d3663efedb7e3bf423c134c04361b4e9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:39575d20a0b0aaf4e66e34c26cd0ab61fdb672d13cacd4b8a46a05355ad98808_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:62ea773b1ca80e54dd81986d7aaf175916562abc8fef3a7a0785bdf976d43f35_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:a70b67bb199914cffdfd5a61528d442e434bc3dde0192e91f68cd7a23ec20353_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d53a31a064e2d3620ca9a6625149b02efbf5bddd3592afcf355d03f6539c689c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:00085499aba957ce0074d5f821884de04c511d20153293c39e85fb4af913c679_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:30cd4b0203521c2313602ce5bfe38fb36826471bf97573a4581662b579199d70_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4b5e0baa200d25a4e50917bad8abdea3860f7443d634ff316565da4650c7fe31_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f260327ebb92a129f41f5adbf40298abc26df6a7e1a88d419533b4712498ef53_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:1d51e5dd1835cb7d0dfc3507966c4d9811619fd68debba7a51f92351ffdc8aeb_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:d273edcc6cdb663d54cec22fc7947d30417ebde92772f7613ee71df7e245f8c6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:23ca2c33256242f865b28d356c525a06f15824a5b407827908fdd88909399ec0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:4d419fd5bbe80740a39821dbc54c463ba88056f16fb9dc367cd55f4704c382e9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:44d79a4c2279ff4d86d2a763c7d54209f9e24638fd4d1cedd5579b19ca25f5dc_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:798b93cd2c8dc91007f8e5ce984a9416a523ca1ad1d1edb48ee299cc38a7298d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel9@sha256:6089d0673200ad7ea54762cca3ca1b913ae4a48fc12ed42da637b6b17a6fb7d9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel9@sha256:6fa9719d09f35aed806742a476df49fade99829cfb07583b4413724fbfa1c194_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:2c22af5ba4c507b1d44a2f1b2b64585ec6b7225fdfd507cf9f2691376d169819_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b20ba95a4ef35e4a72e3b861655d236da808c9392f6f5b9b7b760f4c1ae12bd9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e93e6e39e6a94f8aed80905145fe08b6679dd15a84ded4b4ed0b24b0afdb36f4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:3b57a94699fd5667ccb1cade8f56ced7b4c9bc06969da3a9036fe4963a6bec0a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:d2e27e8532fdeecd9de5f9cc0ed750cfdfd92d82dbe142601c60d32693e67277_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:017c35ad3581bc5d47691821501fad35bc737e5c8aff5b486fd85905d6f815ec_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:d7c0d00e80632f5acfb1c3bc82e579be6b79e15817540e9c91cd6b3a1b3f6ac8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:03d49f30a46c3674fc120b13433e13a2fad082c984014f459ac7f10ab3e9bf97_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0a7e8b5f1b1120382de52f3540ff6908208bcd4ba242abba04ba79902920efc2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:2e903dd9147352077a4f775283942c3c66c21ec31fa80e1f65a048dacee8d227_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:77b9ae4216d409ae20d82c476e101fdd65c15eae30c619fc8c51e1213524938a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:369734364457c3584230c9b2445742b2dba5964dd7733422935bd16b71a0ea8d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:4d8b91d1d166f1ba933181bc34de9c05ac4de59a785c707e0eb695e4a81425b8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:5dd4a63ccc8ff694f3d0b4d38290cfa647c8c6effeceabcd86383af0657c1e38_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:d314434ff086a17a4dda0e0bc5499d892421d66e97cae55ce50336b25c14b9fd_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:2d4e18a550d1257dc97dc44428efbfe326ea8f305dc58228dbbe74cbdfd37e26_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:bce1b5dcb9d752202065a6aac8de3ee1721b8de03ee0f78f569d0f841d568554_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:ce8fa76166c3f37ae6e855b75e43aa462b0571d2720dd15ec7b9e282d522a13c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:df1f7115b9ef18a54f64b9646a27393c7c949a718fadb28ab8803d955c75577b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:39cb774a7444cc93f1fbb512cad9323fcc3ae217d4402c196a926701e98472c3_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:68cadb749ab080da743feff2b120d13f66cd54d61b7ee09b41083e36671a0f73_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:8300f9d1110230c510e9ae8dbbbc4501a5ce8b57b424f20ae3e42d4918ac9b48_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:d3f327e2a5f4745ad2cb946a2228e42bcf51be9715b23732eb1d0b877b6d3ba3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7f6a13a46ae75cda6eb2d5688c851cbbadb3193ac642494bee3d5d2c5e6ea8fc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:b92d8c3640522615577328179dec1c851becd7e42b7282d3a50f7af290c4037b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:4463bd38f33b06d584ebab15f5e2742693130e299590c038416f833e6ac313c5_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:8728d2c64b36f2c3fb9a52a1bf7ae98c5b113dc06ed7cca49c7b3e9f1789bcfe_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:4f68de2634b2f3650f98ebcda1c5c104a7941710c3ebe83ceb8fff4a0b697b82_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:a180fe7b396945b5a18274c742f6c01d726ba6177ff6721896f0235d943fd578_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:17cfcbf9d6be2d228c4cd0d8a5f23d4bee7814366ee0cf500af66a30ab43aa4f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b8e224d4897a0a99e182e966a61817a0fe93de3bd1ed78f68ee077239d65a908_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:c11fa3e642fa099dd30b99375606f82a4cfbe67017d832f32c8fb1ed58a5aa76_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:d0960e7974bb914fe45bb0d740ad8a84cacba8233e9ee0e9eabd5b3e71372620_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:d5f38f5666ed4b7f7e7da03732367e1a5d67f7f7d35c0c4bc232b5aab7f2f2d4_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:e74e1470caa81fae1509bedce3d3d1a8cdf89f814e174593ceec0be711270dcc_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c9ec31a316089747957c8cc1a8a49dd9476d45d6e7af919fcf538a367d35a0c3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:d35056c3c4ee809fbfc2674c9085b16f5e5d943bf7ad710c6aa4e5713bcb095c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:dcea4453ca75f5c44c125c1d677f28702cb94a73366a520e37b842ba5128577c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f3d8cd4459b8271e7718d4c5e97f92cd7db4776e719da5d7c04025e18a622e60_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:212c72d2288a050a21498a5ceb4c3b659b4bb98d0ca445d6b85a7a8b94b35488_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:45eb78529c0122f43a9443d06679db427ec2a389f7612ebd36000ff9f5ed48a0_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:d105ced863235a301224f506642394034cd0209f726a385bca03147944f0134e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:d1fb82d1280562120cc7fb356701d1f33254a177da5d0c0db90d2276297373cb_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:38c1beb577ebc5dc35ce3e31316346f21d7d9d6c297254570d6c6f8b8af4268d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:a083d6d53630f47a8503a45b639ae5c567d1f724096d1f729082bfdb9d760585_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:f2dffb118be72c4d3b75564f6038eadc0de8d261d6b1eaeef35343ede6056539_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:fe33d9c4694948619c5e95464f48fc82fab1feb283ba1d57225b3678085981f8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:20d22b7c095cbe52a127e22a428a8b27c287c4574abd32c2133287dfff3aa0e9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7f8d1c497000e0ae2985e9ea5a6b97f0c24d64e92440358687c8a5fa76bc778c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bdbdf3620970cb066fe169ec145f6db31f4bb4fc768cc440f4b8df83f57f206a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:eed72f0b204935fc71bbf10495f0e5985e5049bbfada39fe8afa8a60d12833ea_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:0bbf3eaf02453b7123901fa866a7f3f056ec58daf047b51ad30e177574ef49ce_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1ce7092cace33e4ab97d548ab4c9a2388dd84e53bab452a7458c8a5ed4495701_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:7985455eba0bb60e7b1067f759f3e30ae73f9be78068f953e060786530253025_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d01e8651edc6bd95da78c5fb2201aec7c785126bc70e0f03e0f2e6ce67d245f4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:12e6b0853b26b6504bd578914183118e2c74bbaa0e934a07ffb99acf3e19efec_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:26a6c5c8b798a039e227d5b6f02a1bbc1ca2a3c3354d98ab7beddfdf39e323f8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9864736555736cb9912dcb1c72f7d85aa75ec96286972312c2d0a3fc24788d42_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a82429314b1c0785c2d46c99440175d0ac8311bec3f31da3418340a2a0a55ac2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:2d6d0eb401d3529cc09163cd67fb8af3d9629ec14890e3536904669e409c2262_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:33a206e8de99be5297890d5373cb7844c0ebf03285547a3dc752c7bab031284b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6ffc197659ebe1017b99eb4f9b3646ff311aeb2bac6d580b3e9ffaee6138079a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:8418c603da899631b4fc20e064533ca74f94b98e20ba3843b7603c9ff7cab8ac_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:02033087b0776681f186aa48725fd0e2297ba2e22bd554269ace3d51b3f6da5d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:c2a8ee96f4cca328a3791758909bf9322ece200a84b10bc15048979aa827af3e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:3fd566875c0685e36134791ffafd5232558ca1830324988a55ed8e189fe5c35a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:80d2d5f45ef286fb8ae44b74ec245a68b21300e7d1deb60f01c527586e036db0_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:089f5b6a5d58e7dfe1cb8fc7a552a7a3a525208e0cfc86f88362eacd3b11b8b7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:263187d98ca0b290168472163b9a8d81dba1077cce8d7dcd8419894ba16524d9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:fcd7799ce45632b008f561ee8688988c8dff42b9e0677a05302ee8e325e5613f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:2665982a7b3d16d59f3e11ddf65b1016828d746db8aba950d9094cbc5fc3cd26_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:8a152f3e2f884f37e0c222e8ee47985c2363cfae12745eefbc305b30158110c6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a74dfebf03b4e0c686a285f0b71653d37f945c6c8e4fa5e750cd3fccdda1ead4_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ef3b7610a226305c920001ff036628d48ff3ece3ff46c9727749e619b69d5524_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:31d45f4b5897554f9e459bf8822cd945a0307b515f8c2247e968aa3251bd9dee_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:439e379c449e0011dab2323ba70da96c9ae85de0c78ae65e4ec97cb9e792cc14_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:9a08e22dac8c713b0cde2a6ac9031a70ee16bd1df3d093f8533534287ac7fc41_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:f1341dbe1145a0d7f954d04b9309e8fc2d44ec306db7ac48ee48b63c29a935ee_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:1cb4e934a34d7905afbbe8bc1edd2ce28a01f2f10ed0ebc0ccb62d732009ac12_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:2ea17ca4317c75eb3a86741d6925cfa3b0f8fe5cfd14281ac42f2f61b983bf39_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:9c2d1fbec1fde2e3a0490bb630ef4de043fac05c915f6db43904feacfe15541d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:e1848797ae0628fe6fe4b16aca661ffdd6559cbfe56fe0892c01b6885cc10598_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:36fa337753dd82ecf610b3cd5bc3c32b4d863e7ef6326610004d5ad2e9e8a369_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:805c04faa83fd96fb2510deef9c180846028dff7c8de992474c00b34bdaf29e0_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:bf8c8fc79c16f075b4cddbf83f6cdcdbc00ae5b64e11582ae7446f5d44666223_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:ffa47990e61f60b7f7f65940caf22a8340af1dd2924f3dcd6bf5afda8cf369ab_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:335e23e7ad1a695dad06b98fefe5aa1a14540fdba46000257a0fa7f269dfe6a4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:a5fe2690e857872fc80ddd0a8e72a92508fe8bde271da5d9697cd6b88ea4f08a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:cb498e9708e578bbd9feda69340a843f0099ea49abbf4cc88524196c6d5a85b0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:d3e663795f398f7a945b75b5eb98d9171dfd65c82ae1abc583c31586bc2afda7_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6330474da38ae06e0c73f6319cee3c9d73bc48a31a155309222dbc414e76efcb_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:72ca1c3f1ce6ebd678469ad94416f27db9a6e9ffc5e22a6c0636f4f26872fa53_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d3d0cf16422232526f461e140aae0e5cb0b5c56787e6dedf93c7e96bc6c29594_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f1a0d254b3fe80b66cea05d072d13bb9870989299d9f2c5d7c93b9ac9ad3074a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:8b11535627b9908e957068a9183280ac57dba63c90150662b14cf728238c8568_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:c2fc14113c69627c79a7b28562b05f2c251645c976ee1928721c1de0d48a14b7_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:c3c2cc1cefb6fc3a12978f4f14b3e6d3a90928b54b4cbe092d28dcccde2dea01_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:e7b0213d1a1a9dbd9921ee545de41c263078dd3ebb1f838dfe150e73fb51ed2d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:06f1abd50ca304ed98a0dda0a37c62980abf90b926e596ea849edff7518f4920_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:167c7118d171f577a41a66acda52d3ebbfcf1189e2a6fb8101fcab56b6a7df8f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:1b2723e537e9ca906f3d1a6ef70a5d0c95b59623fbfd5f0c5bb6de49e6effd40_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e090cfadfbd9d9587a006ea68407fafb1673b93d6c1f6e77efdd2c658a503669_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:49823fa689e0b99a542b3363f61c609730ff500b1c83cbe9aa2b3ed949e9d79b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:4d213b4b7b581e6ca449fa12678b4b75b06b938d16c76c054910bf71c2b65168_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:761eefac8ce5fb75389e8e452f927143acc1aca266602d6fca8c007c30d7eeea_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:8071b85d6f58f8c81756886952ce6fae10fe9a88c83927342bd6106f1e234a34_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:54eebbf509914e15aecec16dc21e8e3c848bedda66394a51ea4088ed16f0d3ec_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:78c9f0837ce0827121fe91f53a1ae02bfd66b88ecb45fecd30826d47db233038_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:b31ac2f80176d24f71e4e1fb8bf8f153cab65e069add24cb891a021a06c0195e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ddb1c43498ca301d4a437b8ebb23378c0db0b8e50f58b0dca911564817db1854_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:4f4ed9468740e6a521d1e095bdb6f5fa175c7e1f05550d999ad7342650948c96_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:594299d23d3fbb349d6fb9c4e059320829e7d2d643d890298b2a94c4314d92e7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:6800efa41a1f05c0d4d2f6702ec6f2fbbea73c3d3fc025dc62a5cbf3233add53_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:dc4a15e5ce1b7f4e932a3a08b32264abf570df68e15f270d7467a43caebfe8a1_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:43594a42c2342a584f5f4b8296b6726edd85f8a00b9703922abc78320e8b6f74_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:805ea7427ea3131fab72e43f80c34db682ba3e3603b438f1315146f24f706c01_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:9f06792d0d1831f9a557c15967cbcf117365305b612f3a23f793863615285ba9_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:b010ff328387fdcb88aa746ded0b63f609c8ed3a9745ee2f648cfdc17570dacc_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:08f3e89b2984d8563a822dde8feb96231e9cae0e74cc7a64b9871d53f4a9990c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:430e32ea9f2b6e87ca04e7713f393441f7dfcb0df57c7ac4766b439e8c281396_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:477ee1d38e4457c9378f05e83e6086787b957bc93f5a9c280c4afab8a6e02152_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:d42373331e4dabbca4921280d47dea956ffc0690648ae172f156605db302c8f7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:87017af27e74c380225ffcbcc961d2d345b5d997df552a9248d07d8230dab3fd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:ed7dd0e4fde979f4286ec5fd7f3ff1c51eb22d15af56138ae838d97df29884e2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:205cf240004a81339d5673b723193758e0bbdb008db6a294295412b6f92cd1be_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:2bfd19c9c46179264bd0d7c37f8f7b9edda077f3210f168f010af88317904d70_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a7672e4823bc698d02c4d241c84a57a523b13a267850baf8c1ec44150eac7f7f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:b84395e944be5010ef965bf387939c481d9c313b8abd2338414a3b592de7a219_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:1167bd175a841398744ebf28418cdb871bbad24ae38db5a88dd07ce5cb843d86_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2c2340eb12f729cba09a33a67a873fd11d421203e4b4548474d88a6e37f1af14_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6a01712dfd5ae1a741dc0db425ceea67934e763afb5df78809c0e6a22ca3173f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:910dc87281b45ed6dd18d2fb7204765fe3f3332d325e7c0cb061ad93fea7bb06_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:366278f589efb7c0ff2bdd800b0f6547b8be6acd259782192df2b10a9754945e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:4505bd25d99cfa5466dae74d577e459f756d6bc22fd5a21e91f32d6d6f7fab3f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7bdbb5168db25825edfaa505b705d639124f757f7c61768558c03f97dbb52e92_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:841d8a1a5cc97465078e19834734ac726341509d5e3fc5aa7d02e9418f7826ee_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:5f1fee6ff56a72baabb5f8c908feb2c4a67426fd0ed4bf8e55cc4daf552fc4cf_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:7689256c7f78b8e827b2588ce08ecb65035f3eb44c22ef395a4c16e80476e58d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:b2acd795681ddef65394e303c06e022ff54e1e0c53fcb341c381197f7e520b6a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:f5c1907aab6224d4c398d0f5cf151885859878ead00bbde79426c96dc8a6faf3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:168e6236d27a57e41e6318cb2a96b31eb4030b65f194c924d6e6a07c4a53f0c8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:6533b9840e66c882af6ea984d451821cfaf72000c1d2d8e1ffa46b95abfd0c52_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:8dd21817e31ef713af9cd67c004c8a6118b62c1dc557f963f28244920ffa9f5d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:bbc41d8cc76ccd7fe6a93d84cded4fe03cf08f985976266aa532b2a16232e1d8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:0c869ca3f2cea582df50c27d9170e6ecbf0df000d65ea250e2fb8ff41dbe6b4a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:4cedef9af9f34258060b059ad2d0f44ba329dc72e64942a8adcd1c14400a02ff_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:75460db975618d0dfc82f509725522f8151b49a00a210615dc8cbc97f6ed2fb4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:c4cc3eae9765cc81765638b8f1d6ed105d10d018f30bdd5ca9770b47e2ac683d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0006cc8afa959998457049601891036f387a518c2bdb3ba496928b229fe9d134_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6406a77819214fbcf753c72e1add20455ce1c71db634a10ed36cf4fdf857d892_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8f2245017277cd5f2642b162511ab42d7b8485567adfa25db900973baf058de1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ccfa78714715591d82a4bd4429114a92cce5748772e84bf19e4a890e428bd4b1_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:6ebdabc2690c1c1072803bd473496bc694f9d0c99af704f53c810d2c294ff687_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:ac2f665507bd239b43bfcebde4c50d9925b0376c06b448a9695e7f25ec4380d6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b2f58190b8a5b444f51f7d4431cd1fb5e59fc0c38fb4ff7ba4c51d2ed1ce6b2f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b84e75d4eeb59ff0804fc3b501156bfc562a52c0cd554783d8d7e7c0714d6f85_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:163154e33a4744ee5a451384d824443fe2f2a9e8bc961b121b1c317246ada9c3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8ba5133f9697e04a14d866027d8f342efe3bb9732857720393d9bf3e0effa09e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:be734c5f7b5f7ff624f842c056ae099c81ba1f4423016ba63f371a8d8f1fdf3f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:f4530c4f598865cc3ab9210760d93fc1640e15a07fda71fcc2b5453834dac7be_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2ca5fc5e9405404c8b611513cf033e480cf81c2677ccc08055fb934aa40cf7ef_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:3b18df1f2d706c80637b7a31ce09d3aee59eef1bddea71c218dc9270939dc194_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:c64fbe8a063ea2f7897ffd9bc2c1882c03c406611f8dffe9b9a885f3e75f105c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:def060ba5ad7ccecf1d1cb0ff3360dba500838c087d701015415e1a2ab08b4bf_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0693761931e2b7ffaf4e39c6fde5b0a1099d32b5269c7a498f76bff354a84ae9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:8fc7e5dbb6c2470efa7ea415b71569f753769abaf3331f9ee174adcf39a4dd27_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a1e0a23dc6c93de096d3d48710c45208a48a162d3858d0d7afdf4f300ebfe04f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:b71416e2ac3c46366da3abd72b0762b74759587afdfdc8a8c6a47a52b1d1d77d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:72c97ea299920a43dd391500e1f70b27cfbedf1e9a32ec9275171929b8fde7d2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:7d482a6204223e73e4dfa0013f4ba20db1d04c7a8c2881dd4b9a58e6e7d25f09_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:8ba5845b83d32531f3a3798486fdd8377bfec0748206d917ba821c6a76d55f3f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:dac43b8b4ab95960e240b3eef0fe1a6d37dfe23ab7d0cef27d412ad69afb5466_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:02698e7f9c59596fbe039b031515a319067d79c6696a5fd9fa5a95d5acd4026e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:28796a3d553d6880de207e5d6048c2efc4ea2858eb6251e43d1b46c9e9466748_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:7b0a4c796681ab9dafc0a708dead6e0a8db3166ec40e380dfb02978eadc7d2e5_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:ea3e2045e45229a9a61e6b9f9d10d0762a8e6f47e700d96c916b402864afe8a0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:12826fd7a8ca953be9429198adb9386f489e6c764d7b3fff044a4cb66c7f91b9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:22539e72bfdcdef4c91ee509142a1e403700c79d58b4f868a7a2e69b81c2d6a6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9c91efe4356286d3c8aecc6e9a4ba5ae54655477a2541ea80b2ab9ac88c63791_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:bc74fed608f8d45c463f68e581418b4ca5f3ef05467621bd6199edd149f3c7d1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1eaa76ae1380d3aed001b85612fddbbff2bdf70d85506c4fa5426ace8bd066b2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3760f9fb700165458048262a465f32d19660ba88e16b3aad5fc349b047a5248e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:be8dd7342bf7b1bcc1bc0f873ceeda8e81bf686259ee4cb5f377f397f43349e3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:fc535145b24b8def78590d003ddb58c2c1eee976ff2263740dfbf634f7d1c888_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:6956849db88740b12994232ecf2fb137db82f4afbef85b920612a9b38ed8bae7_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c182f19eb5bef9530482e666cbfbcf2649c1cccd95309850f93b82daf8d42a90_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:d12663d4543fda0b233405cc0e3823ab68cb421eb38acebf56ec4f0555e1e594_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f076696f3eaf06da9fcc6a4042afae097740771bf902fce0d3446e63ef8e7caa_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:326ec4eb64e1da8db46c9bdfa4e0ae03732a863eafad17e4ebf0dc63698acfae_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a7bc793a9fef04df9e54c978cc8c14c151168fa186e5258528e8e234fe036b00_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c493bb938f211c8018e014c922287ffd9db30a9d8e6818f2dc9cf42efd6b6da8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e0d5fb86c982e60025cf5e25d6ceaacbe380e9e9f8a78e311a488668ad991f5a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5f471c6d5ae1413d35f2b1dba478330537e2cf1c45f5d2a3b1d0b875935db19e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8fd890e0ed4d9101a895b34c0f42293b280d06245de6e45b113bbd5665ea488e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:98041b168deec45330330ec382e6262d616e1b1a22a389f9216b622c3118f401_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c1bdd2efec725038c68e2da7133bed08e1a1c8d9141a55062f621d6ed403af7a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:81e37f2597f8539a9f5b3800967545af056e88089f95eed69e5eb55426dba52e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:955772451d73b6ae56069b6e706629f6e726595f27bdd0d9a920d217e7456cc7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:ad5fb6d1f60634230f1dad1b9ca094c2fb8bae6e68d618ffce60d20c0e55d8c5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:cb8664cec305b071cc6cc3d7647b5baa9a013d35dcf318e407e6fcd7a2461eb8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:09b9ae640fccd4a948ce4835dbe29f65be91484aba6c2afc751761aa9dca541b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:3c9911b15f2798b2f4898177bdb924641e8ead282574beb11278b9370eded2fd_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:21d73647d434cea2c398a5c30ee2f92b6f5aee3b1106b961b1d50e8a18825f1a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:49fc188b34134f5695a59a384101be2254859d6e3fd3fa2e1deb282049e5f592_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:03e6ee2082e14e8becf5a2d7cc6e1681a088a057c1c7a2189fceddf23a7541af_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:80be0fc1705791db62dbf7b2385021b8e67d0d21a94815fff91c3e87d6e6e238_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:5c3c19e3dd09249a9e78ddc4871162b166bdeb05cabb7075f101084a26863568_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:de0740c2f08cf7e6a8c851135f4f2273c768eac198d7e09e35a81b585f1c755a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:401f429b76740c19f325c6f0680e55f66420dd35e72325bbaacf5f1708c2cb2f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:7e9b110c44bc04a2349b037104cd836c0dba7fc90bee7c0a3fa0a7bf380664df_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:96cb1a572e643c3d0cae3b20040c3c9663af86ede9c30bb38256c080de90983b_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:e41eb9ea6d0e646c40f43923678913904a2fc8f5f4fa1e9e458c807632e82c9a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:beafac871e27f012d9bdc881b0ed67095ca7d34305eb773117eaaf2a5f2404c7_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:d6ef7d1f4afe94e6bb5810852720c1239bd58b9a49a085d991659b59c6e26452_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:dd8dc49c8955041adc7c38a6023339cb928b3f944c144efe467ccc8da12c4c78_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:e7d08849926e92a0f9516b383ef71dcc2a6e368405f1d5f330042c62fa10685b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2559bac18be9d14dd0de38fd2c2b8d60b95d3ffdfc79d961747b7d35902252c8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8b31967a88b74281eafba0661b347aeec335308011e626d9dbc57557ef8fcd4e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e6a298a5a4b32e8908f2ea8207f673d1c7f63d654ebd18a7c3dc03bec7019240_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e892bc22d6a070e147ee0648d834798cae5f2e8941805a6bb7a0a4b1a292fb82_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:8e9d58dae4a9f2c50ebd9ac52262db031764fb28fcbc30880ba5a5c0e4546c49_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:a4ea9bf43c60b1486ae8538b1382882f464299257acf43fa326eb99d5e6851d0_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:b264bb9685a03d54117aa33f11853039d903cbd6d71dcdf63fa512e9f9d826c3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:f1a979149507ede702bcdcbdc5e49c667b52cb2f5e5f1cc9e0ca18602ba35772_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:3ac91633beb2c994cb8e7341b6efdc22dbfa4bbf9aab4819bc30102162b1d1c8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:451b74b33a2bdd13643f49117444110c86d7ea956a66e9285e3738e8c81b6f5b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9301a4880095595d6ee0667a7da2ac7e75f5a028a1f70bf71ec1227310d5e170_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b937da6f29b34bba141df41775d61d33df4c81c41a488c0f717d7b05cc85c453_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:36d319f66e25669271597bee4ae415053935d0877530d439a6e8b2eb23353cb6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:940220625073d9178c2efc540fb418df676e44dcd35c5a7ad01d1031ce779bd1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:c04c13d41b67bf5462d1ac2bbed4b95a53a2b2bbd293b32e7478b5cdd8ec5d5f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:f3bbcdd4a8f70fedfac7869d46124137c2a6856aa99a9de6de7b62060ccc5c08_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:059ae4b4cf18b4596d8c86340edd34332be7c667adbdb5199720a0a581086d55_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:4622bb035bf6a546e3de1164b347ec79844538d290bca3100622fee0986a51a8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:d296a62ddeade7d40ca2d727f9cfb3d4bb9dd81498c6a526a565e3698097420c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:ead3f5874193b8acd6bece9f9740c109665098b059db964e6d74192d6cbf52c3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:02236b492db7f328592308281ed110ec59afda1c6fe88b5b1278e66aaf0a76cb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:8eb91dcd0e34b5cf2520af44bcbef1d953892b1a39d117c579c8a2876bf8ab05_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:aad0341721e7a15e08a2bbe6ab9e59663d366f8b47aee21cdb54812e68161bd4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:f05183b69bd3ffd66c8d335d6a476161781ad2e9cd444a94edbf41eeab16ab81_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:6b65341e8a72cb548d68d8c2dd567eedaee6d00d198295437514524442471c01_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:983e36dba561f7cd2f5245528d856e81ad729c3a2040a66f2fcaa18650749887_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c496114509bc387930a5ac828dad33180e20adb00a0b81ea36fdf78159f91436_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:d23c4af5d88f5f753bf395b24bf1d168570e5f6036c6a6ae8b1bba6bed7ecbc3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:0c49b379e40a6fe3a09a21dac8005fd64c3d09c985dc728e1c7f4e57afc464c2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3d282ceb8dfca2308bda52e1b7d2663f7776db2a082be84a5af6e228c6de8664_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:87929d27a7e7d6538a5cdb3ad1d58f531c681ec5db4824498248ffd5dfcbedb2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:eb293c9ecb6715e0dfb6aaf457ec19a0f2d0862ef4cb22794335f53cb6981088_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:11e6a94fa5628b607268bb3d515a0dcc3d2b66a42a0512fbb50a7db7550c6a40_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:65e898b5ea52c5525501b63aa3063204b644e0cea1c9134d80bc2e920fc9a010_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:783d90fdb1b46848f2e9c4f313517e219216385667304593cfc71c2e54579b1c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:e57907330d75e38a859e54d12a56fedba7c1c1a931fc9db1bdfa3c2b10268704_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:4f5d0717182c96fe4d6ff1936b0ad433bd4626c0fa1b29eb1058ba02fd6f9500_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:95b856a7497da1ae18ce5789262957edc94bc4cd87a6913e6d16d1cf9154e1de_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:9868a70523d322153d4870f205323629f8230505c883b79bc64c6b8440472633_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:9b2a4de77fc5736a8d2c968c8782039e22f28c65a8f9af920cc797af5ff170f4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:03f6485cce2f104c812ca1b32c422379d8b97284c6561f4568da4b23efe873b8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:40b76bc1b9e5ca0e664371020999da9c619546692a52e50544a84ada1193e0c2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:505d160e6dc8dd5ba9ba156668578e4f420b37b7069075cc84acce52dd02829d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:a20f2c0440231d57eb8db827564604dad20c3656c39acdab469d15ae5ef37c8b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:8c60dbf477a0e750d0e4895ae8eda21a7ca74b6ea06e8b428d6eb0e3acccf63a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:5a28ee6abd396c5d957fa863a15cdc834c72a792d895a28415900cafa85c173a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:435629696ca8750b352c890af863b85ecc6680b8749006fbb56cfc8957db0a25_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:328a0954887176f2dce3b350f54ae0c0c51f937cfef1bba9b986659343b2eac9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:8c60dbf477a0e750d0e4895ae8eda21a7ca74b6ea06e8b428d6eb0e3acccf63a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:5a28ee6abd396c5d957fa863a15cdc834c72a792d895a28415900cafa85c173a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:25f55cdb3eb8a59fc5d2f5726a71748bf2d8005307025d16646889342829c8ec_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:98cdda546009cda7d6a4539bac65d2ac6b365efa697d4e040556ae758235e9c2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:47f3054cb4a6bd160fd59d591b30910bcbb7123fe44fbb6f057d9d3176858e5b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:5504bd98506b057146c643c36a6581cb2be8bcbf82787bef530fb6caf4c16e21_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:7d6c9216d995b1ad19e5ae1f9f30cf3faadd54e1274fb80c4d5fdd802ee6b1ae_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:da4cd3b8933c8d22cc34039993d8866dddaa2e203342a94f23876b7245ae4711_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:5858c8230e834bd3a75047e34e659c4d1fc61f6c53e23cae5d3a8deff8b73405_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:66b2e131a3be79803c75bc96b69c3e7be34faf2f00f6d4fa53c82704627f8a96_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:966501e1f2fc5f70670211953ade31dc37f0c86e647e40ea56aae47d3e0c1a90_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:febeb3a8a0fce4ca039322544cbfeb0c6f60723440ec6c2f60b12b390373418c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-48910"
},
{
"category": "external",
"summary": "RHBZ#2322949",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2322949"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-48910",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-48910"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-48910",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-48910"
},
{
"category": "external",
"summary": "https://github.com/cure53/DOMPurify/commit/d1dd0374caef2b4c56c3bd09fe1988c3479166dc",
"url": "https://github.com/cure53/DOMPurify/commit/d1dd0374caef2b4c56c3bd09fe1988c3479166dc"
},
{
"category": "external",
"summary": "https://github.com/cure53/DOMPurify/security/advisories/GHSA-p3vf-v8qc-cwcr",
"url": "https://github.com/cure53/DOMPurify/security/advisories/GHSA-p3vf-v8qc-cwcr"
}
],
"release_date": "2024-10-31T14:22:52.867000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-11-06T11:55:24+00:00",
"details": "For OpenShift Container Platform 4.15 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.15/html/release_notes/\n\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:855c4f8fd6db0a6c7b7ae0f0e02ca5b51720cbac0911725963fa7bc63b943d21\n\n (For s390x architecture)\n The image digest is sha256:fb218aff20519c10a13f3571cf47aa56ec2363b2dfc06a93e6b8a31f391cd4ac\n\n (For ppc64le architecture)\n The image digest is sha256:8b7fd6407a406163268297557db03eafebd2ad18927dbbaaa82a5ace028a7076\n\n (For aarch64 architecture)\n The image digest is sha256:be872deb5923ccf88e32c0ec9422982159f53ee4d547b4ea59a165266d4d2ab2\n\nAll OpenShift Container Platform 4.15 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.15/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:71b555c5e31fb0c3ad0c512f937027a14b1dfcdd4598438bda3252a8a2100c1c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:9c69c2600d5d0317fcbc2650fc4b52d319a32c3df9db6b5543b6ff254c3b9fe5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:bac49120f60baf152357368e241e3103a5fe6aea171d8a63917e8798d81bded3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:f270351f6697f9d7d3d8382f298956d6e1c5d9e8ef38317bfa7121e9825713af_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:19306"
},
{
"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.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:719d802cdc007d64eab521dbc648d7efbac8b04713093b774bdce1da422e3ecd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:ed014578e5710249c89391fdb17423ffa5e6137de2308facd20d4c45981b4adb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:f42c255c1923e63843b1c7622861a65851aaa086fbb2668e0867e28893ba9c7b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:f9eb32fe20a46c5b0ccc3e7dd9f7f8d3c591cf64ee7800137ccdf6c4cb1726ea_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4a69fac5425de41d1bb0b2ebcbb99012b520002235e578b8a8ff0039079a3972_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5a3757def8e6a4fd616bb999d34903ddc9f7d8aa96dcd865f749dded52e92165_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:63b6550720f82b5a98783901d776f3866075896b661958cff3d8ddff44dec214_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:679852a44689f3a73197e047661821c910e35d50edbd788170b8b0cfd9304166_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:037c72c52db1039c57f1008617136cf9e94c8b3da14ea36c3a0595e6182c0042_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:17a517f94f4fb0429b6284d884570b95349f269ed187dbd94c4476f525dc54f3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:6e0a2c775267d2f07817788a3ecbdccadbe6377e4d18a0d9dd9c0f0d40c77eaa_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:adf596175de3c3004fce49a68cbe58e7ba15b3b0b315349ddee89d5dca8109f1_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:47c1a53900ad4c677b45d0dabd3f08a2f77f164fed64f53cc5f3d1f53a9fcc2a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:7cbc7f3c9d0912d4e1d0a1341a3db13fa59bdd0a2e3a81e161e4e23eb43f1278_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:a3c239970ebc8ba8b547dec72f2f6aeddc12cd19c18d75c493abc85285da48fd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:cfbf84917a9cebdd238a83d06f3145716b84b883dc78e81deb3738d2a92a4293_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:2be87034234cd07b0305ba546001dbd90403b8e758c83d557814d9b6ddddacc8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:31b6d68104fe1044f063ba297e9d9e69c1e55b95b26f1e33f93a2573d66814bd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:3dc697a49932c84227d323499a2a174900bd91215314697b8c9c41f7dca957c9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:f5f6edef66e7059ef66d2a2bdb52240c48279709048cda1b9b96bb11b9449e63_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:0e018e0ea1a45558fdebe89d04617b2b703ba93c7d58f2b92ceaea07d2498458_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:32a45843d97384b62b8865de40d5c642dfede6904c05d15da08fde3642c6b8af_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:e109e2c17a3686bad9121716df7ffc7d6ec82419f28b24fad531f96f86df0f32_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:f8f64b2c9168897706e6cc3ed967a390abbe83894e7758d08d1b790f451b1268_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:0e033237871e3e7ce2f0c11741dd6ffade3419f95b6b8600f7cb0a024bc89e0d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2f4ef4c232f199d5ac24750eca7388b57a44f976a782e48e0dc514c128801d35_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:468133aa3a5695bc314d8f2112e4a62388035c0b272abf4914ddcb485bfce137_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:601bcab3234fcecec33a89b6e6727bf6d9d3682b0e0a0eb98d6b84cc0db7458d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:00143215db73c4d765605e892829f7c7e4537fefe11251cb3d279afd98d5830b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:1e22e06efdd0d73b88ec841815eb6ab7c0f1324b98ea6d3c92910c2e9a592c5b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:5f2f9a2119899a4f1502173947b20d04fd943da8b2c953591a35d6e25bb5d027_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:f2143001d856a68c4cd933242fbd15d950512e445183f85a872f5aee4e2e503e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:152028b94c20a76e62793c63a4186a96b0958b2804979ead7dd47f33b273a846_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:583ba099e05b1c82e7c6dfa6d9a9be5face39683e39ca9d251b8a1562c0d6d42_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:9486a1646f0fcc699d0581ad5af993a73c46aeee65769bd8fb06bea1806f0a8b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:a91563e22d10c6a7c77b092ab6f829e7f0436923038ea4a47de1403813c20471_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:2544e96601860e73dff52f6befb165f531bf7686137d5550837674aae6afd3a9_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7a772d3d45015ec702f5e1ab054be240ed673591517ad99ef973898d1e535c69_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:d23cdaa0fd2114c904ded232b6019e61f53b49b41014a16e9df9b7f864384688_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:dc2ee3af87ceaff29152f92bca0dcacc935c10bd83cf136a9d8dbb628addaf65_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:574c4e42ac84049cc168e68faebbadecc3610348ad101ac9d34c140558e60131_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6f44a8a62a65945363867dbc79a5c43965d5e136766fefd02527145d53756ed4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ade325055aefd73a89a3e5d35d84c94b26c897986b77f7c887b3a435ee6e297a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:f841a5218782e8b9a3c435de0221c73ac6d5b4be8182609a074b99f1cc9b1f6a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:158858bb077286091d15b455154595158995981e1127e881694c686360d03d52_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:3a3b2fe2add4ab147f383874b55fb9d44c1067d915ab069c3649c321c0943d00_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:4947ab92f96cf1c2af5a7144e1787f90252ed0a9a0ae4729cc7fd61a4e671d9f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:4c06d16fe27f05724900f1df1db6d12b951c86c916800007a51de53aae260d64_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:008744686fcf83e9d9d4abd55bf1622d0e9f886570613835d29ac3c8cf9ad648_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5e45fa3a09a9bdea3957a74fe0ddf70080a83e70e8f41e8f16a0957e8f8f3bfb_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:6a39ad22c40ec6dfbe75e3c01f7bfa7bd8d1d7dbfe880d011c58362f15520d0d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:c6b4fa176ccc3af191fb7cb560b28bfdca4821b23d8296167b9919e0ffc26e1e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:73fb4d147dd798f244e7c6512084a7643985ed73163c07160cfa2b03566de6ea_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel9@sha256:557527d76a00f3afdaf2f146bed0d0d28224d8a063b1c9f88431ebb40300be0c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:6de7f07ca16a08f783899c687c355837fbe0cde28b8c5c25939524074f717665_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:d7db2153c58f0081db7446ed10fef94f0dce66b4dc909e65ba2c305161fe06b7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:30ff8f03b8eeb4ab60a86f9d72e596712171f4dfbbe7f2f74e747b596c05e3fd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4bafb9b1ccb421f617f7667e59fbc90d02a96f7955fcc76db9274a06562f47b7_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:633915104a44211fbb4ae16a128c60193cf266104345c664e8b28941cb051208_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:d08e59156c0c66dcd4b495a4d58fe8757445adf500fe4440b5f1e91779098384_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:680aeaabf1d04ec1242ae9ab0fc577ac095c170301a24cc07b2c20c06d119fb8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:a6d3d9b39379a76781f2894af08bad00632afbc1a6633cce43bba5c69a2c33ea_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:205ad021b256f031ac14686f61a5affc7ac8cab6afc076855324b4d91557d4b8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:c89f326a201d6b89af2d549a8bf35ef22ff4a82b5f1387a1aeaf4c691bc2b332_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:23fc1a55b530e3104c8674947f67e4e750b9b4fee1e71881148f5f532b558bbb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:40b70676d066ed2a7a1c78322ab1b96ff1c84a5f9cde846174a0b9d084cd0d2a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:6a8d392a88b7be09b2549e4cb5469a5ef748853072bb5354ac34d1c20a9690b0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:acaca7b68e729672aacec5b83f5349dee6eb0cc360e5f600aa9103e9026e8501_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:809682a7f5db22c4632cde8ec3cd0af3eb3b4a64bbdf95b7330b51acfab69925_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:e55d509c2b8028d64a64936fc665c013768e05a3f7019d372a2d7f5738e5db16_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:0d0463da3daa13d5047641085ea55f0ff09debab78b8a0552f2d2faf3f44c6d4_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:a3728c574b252b0830bd1df8e3e92a48c3121276214870a95c76ac12c108aa6a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:3ed7bf4ae76b1b3deacbfda0f18856b2c149a827c934c68fdb7348387c3148fb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7dae4561dbbf68fbb3c3e6190ddd8211b0d481f3457f13a4ea6ace475361a7bd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:447feb4c7d6d68716de5415cbcdb9f44aa594fb32c06480cf678b06788cd98fd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:f528b1517558b6aefda5c2bf23022ec918207238a0f4b759bafd7d54d0691691_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:5971fce447489bb15c3cc4cd9996e321cd8baab37ee170ba335b6ace45bd14f1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:dd10f8f08a1d5b063354f44376a68ee07218288077b78ab46e8e8ae75b747caa_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4899f0b1592431c277642bc16581a656d5e717067da2874bac7c00fa403c06d3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:db23b81652e9c7cf4fa25ba4a96ffafb07b0f5b2d923019658e50a07e31e019a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:1df9ed6540864562e105cbd7c275b0d066d028d4f2cf2362cf73a8ae5175fe18_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:8665625082320a37f6cab1a564adfe6a8d044cbb04c6ea948f15f093862358ea_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:625291292b2d99ab0374635a3190816c51e579dcbca6a0ff2e7ed8f686213cff_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:857360f334810f937fd1be07343b3a4fa20f48f9ef2f47d24bf07787683d9f81_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:01c0e71209c724866d3dd9aa76163ce0d4282d284d148f70d993b23b74ce1998_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:0c1811483c0b6923b5a03a43b3f38fef76bf8317fd2469d476546c2fc308d89f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:18f92db1fcfa7a6e159cdffa6c207576fa38fe8e39542770b49c81ba7427a0e6_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:4fd3b89d351ab5e4f5cb3dd0c7eba8a693466754fa6335f5d8349908f4a653bb_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:c58cc326fa3ccc29ccc1376869983ba77f555e88a5102e5439bc2c0d61605484_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:c6fad737f5f0c071d899858498cab7e031d424ea9ff5967bdc57b64e0a85905a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:191f7f1b1a766500f8365436c2cced514c795707e232187ef500b7cc4278b214_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:406b265de3e2cc470fb4d86ebad014965e31b95fcd255a81b7561c5e8fa0e56c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:865724525f54668e194725de3701a548e253be9e4f1debc84dbde854564238b4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9ae218f40503da16a9e065d8812c303a9e349d77be1f1daef1118bb0f0e1ef42_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4c797b6452d7bcaad38f37c65d0618f5dcc998ac5c27c20e9a11b155830599d9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9b04f7201f99279c028c528620ad50d94fe5cc2d74ee03b542b73fffdea494b4_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:af3b7c16a22c617c4a08fe22aa57038e82abaf27978d99598fc89c2587e7cf53_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:cfc288c31c5c00d58db6e6ddbf2d2f373dfb8dc67ba7c6d55293cb6491c29b04_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:370d9cf25a6331bc61f15927dbb752c9baa6696cb69f65a582c82de24c8ad7e4_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b00ca84a415ab24ee61ff3fb7fdc5334ce045125a14b4b76030f46c3c4b910a3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d223ef0499483832b4f1efec4e1128f8dca303de5fb3ef18a1e9f9817cd4d534_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fc42947a5994fd05142537f6fa8e7ec3d33c30f4cc5db5c83bcbc04d076b9312_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:8d5b7a2c9c54b30056336db174451e0504a6b70a3ff9376c1d6bb87788f90103_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:beb39083588eb33f97c9fa03683e74b1c51b76874ff8c1feda55cbbb27fe61d9_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:ca54639add5ce3ab35219dd58e1bfc9f6fa38130b0ab7486c4aa9c563fde87a6_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:de303accc9d9479b98214dda863ead61ef4ff07d24234b4a23ffd1e7e1c8b540_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:10c928e737116956e8b4972554eb7a7caf8ba82ef7988ff1bc55a20faf93a111_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:4e548be4269f413c54f23fa6e6be06c229f6929645d6dcf53b7b42613298e185_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:b982e659668e0b6d9feddc5664b34c92de8626965fb973af3fae7a7f3f1f0057_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:d14d63c929e558c5397dcf01dc9f48fd0d17cfa1125673177aa58ec64208deb3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:6214236f85ba29ebb5331829fd59c2e6758256d32e12dfaed7d8218db03f23bd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:6aa15ed02b87d8748be79fc881707a0506bf616d8c71d2e3ff6bc6831f80ee72_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:f713cd7ad817a6f0062ad246873378f7c1cee829b5b83c72efcfd4a70ed644b3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:f904fba09d99a7d6ab7583212174b78bb9ed5fd3bd1aa218d91dd18864541d12_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:05c44b7f417db2ad8c1a23bc01e62becac3946102369bb26770309285c377951_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0cb142098aca9137dacebf1790becca57f45e736d0ec049d6e900d6328ac28a1_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:8cdf51b679ab14cc5f9ed2d8265e7959b577d3ca1ccd0d698a6fabe5a11ab4d3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:c5665d7410064c6b4dd06328dcd62fb619e844dabcd5b218dfb10c3632b896e9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:325bd6adeb9eb27493b5f7d117fc82e3cf8a554c618f5dfa2448c3313b4943fa_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:4c4ec510e2eda60fef2a6ebf709c58da55a4dc6e584a060264854d9142ea6a0c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6ed4590215d494f1d630556163a47ebfab26a0ea69971862c9864ab0bb370b08_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f914abc670168e625021a71fa9546c2d28b4df490f21ba4f226a3c8387d4dab4_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:1aa49c2586807e952cdf7b1d86c0b3d25a0c3a32df62dfe3a777fc8b6cdfb8ff_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:246fbd712d6b7ef83cd83029c8998ac1b29d1454ccd636f8f6dc8b47bb5b6b56_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:38d300d9926a4fcde7999191efc6d99d6154baed0baa00f3f80db8234ed1f7d2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:3f44aeef785c94afe6707cf2457557fe8c6c9eaf72a000a2f1a3680a04d65411_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:5a3d3051df9f589ab8f3c326621f654b49ad33c715fcc8babd4ec35f473e8e24_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:77c228d758f0a2ca9da46be4c2df85757bc4ff9fe87aa6cda2ff2b1d50f86429_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8e1371a7bf53ef22fca75be240eafacc23fc6d119728f5d0d71a2bc149798de8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:a05161338c6d7bffbb1b294f00dfe1d3a53cc2f7a97553cf4e050315021b75ba_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1c78469e53ccad316db280cbd0ff4f845a2db0c9986fd7ed101e08ac5c5b8db2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:53c49af94fdd23d39cbcf433598c3f3a40139903631ccc5324b3aa49e4e5dfc6_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ebdbd79898c7462a90753afa2ab80a33fa6aceedea93e6cfa036a55f31bdd564_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:f842a1e9256475b3a5a6dae87b6b5c2d72cecfebce08ea44db5449f7854794d1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:74ffdaffe00b754bdad913e6699b44aa293f880e3803c00708d853202c20f745_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7cb9bd477e9f0f711eabeffee9f25f39c7985e7a27bdc46411b6bf4db31f8d53_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c0f06a3d5702010cbd5187f1b34b42eda35e2cfb5431aef3186037a385b57233_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c8be479b9223b21c389fde445e2e5d1541a7e60267fe07bfb53d64b6afb00999_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1ec6339dab77c900022ffcae585ff86041ebbe1d6cb8639d6167ad9b97156f45_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:b5f1e96b420a872b91d1d22766e9ce8fcb38c443c23a4f4baaac6892b3c6b4f7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:cbed4b61ebdcecfb4c459c7ccfed58a1db918bff994222f639bf2aba73def0d6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:f73ad509fa3ace02e50c9b1a3eb6850a819c706e93bdf88b0a700dfdad02047c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:38370fdd1910afe69d0b9e6ca55873e2db83b50f2182cef88ed7b12697ffcdd6_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6cf68975471ddee2804b4de20e932a1e1a1ea2ede27c614ebdf5ada4ea690e05_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:7f03465e59f1584ad52fed99f2ba8bbad123d1ab885a467fd69bac0ccb9a0923_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:96f38213da8a879118599dba97472b9a88587a1f15022648358360f368b6c744_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:68ed9daf7a0d82e2759096246c1b9eb07f97353c3f34a613fbf6893ca0d3470e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:974265ec3898a056decb3965f7c793a2852545e5dcf35e9f7e4bdec328c15c5b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:aafb8f5731b597fc079f76e4bac04da231e0e4fae464b83b7c7890b5f8ca91dc_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ed5146205b69538fd31b42b0114cf60015a47f872743a73077ef971d64d64c58_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:4aa00ab509205843236296fabd03a2c49e021eb135a91da0590c67b79694cd94_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:7bf12c94e1bc56b593af9b44bdfc3387ddda30c4a4ba762e8b89ceb714f3df65_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:7efbf4df1e8e17ca25087634b7387d0763590e00a33532f86f48b266199423eb_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:b7623d88ae5520b0ec76fb743d9c788511fa99b0ab0f6180de42d017dddc6cd9_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:41dec92ab759c44ceebe8eb15859b2ff29986dd5791ccab79f91cc1786a0b601_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:8014a45236ce64d0e0f3e35c6978442fd4f9ee21fc3f95e51f20dbf12e50359c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:94eff267e214468250b201f0af1de5bee5aab3e689d1f8bbe42d66f0c2adbdca_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:bc3e093b2d1a5e3962b9f02707aaff0d7e0de545a4b7a1887e79538aa2155fc8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:54e4d8b1282351915f2f22fa4843d5b4d19645dd890c4675f35749e2415d476d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6251627dcc972c58a39485c410c8a264d140b876f8b47765687a310ee4d28524_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:85c974e095e262ec405d402ff2a2c4419824edfb9859352c35fc0c8d1bc64c8a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a40c7d9de59a25a7212b6f43f281647ee45e21e948d718b43a780f741b0dbbab_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:a47be1e76eb39ed50efd59b57dd26a780674d022ec9d07d0b4954bcb309e39c3_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:af65a9f612d1e28e2b43f0917dcd06cec30dcb20366aed6a40908b74c07d05ef_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d182a13e89c363a605f2e6fc6a3e554fbaf27b9dd405ed84fccd8ed41bd8d8c3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:f3ec661872a5234517e8761e30e4e15cf2c7015760870d8dadb0c3f07007c4a3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:2186bb9adcba18266df62a838c9e79c6ee2b3181a97f6169513fe5202c0a75eb_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:6d89ed9ee8ac602fb6749bdf73bf0660df060810f805dbb807a903ed2dabc69f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:77a2aabcbd55ec7fc076d5c23ed8aece5424def3995e624291ca4f2139e6a82d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b0b0ffaab41c61cfad9ecd127f6f4e312ac45d548d77694cb470170b7bc540de_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:50e4d73d1ae6212010a58a15d5192ba8e60829e0e140a6d0bc849691c5c2d78c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7f0237ff4599cbe5aecd287913b9600a0bb36f2fd334a2a5691736cc6c5a8ff2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:862b9097cf6e1635d30fc1cd94f00f4656bd8170fcaf908bd058455298c46ac4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:984dcda6b5ea285c8a07461ff2279685000f35bcf3acc71e3b12231c782442de_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:02417ed67f618617fcca2270744e0dd3cd81a62d7f5f5da6e73221a7dee07649_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:b3b52c01b3d3351317eac2e4cb1e2b76bb4eb0b4698990b8468a9c26f42ad820_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:d94be231705a6d833b988b01a2aa5c6c8b918fbc38bf2ec8420bf133ccda55c9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f258283c5c32b7a28dc6c33a761eb7722a782773745325fbcd7bbb78349eb2e1_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:3d64a1e4f48ea11056d02d8fb29b5c5e17ba298f0a603e964ab1e448033fc66d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:6f737b4318a8f2e96c34c1f1e97ec23530533bdb33acbf9cba8982f8405f5aca_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d41416b2ae6fa0a882bd778f8628cb1258326ce3f212a1d956ba726b74248c60_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ee83baea9ff008d502c891af974c6ba419746967997f11c13266d7b02f7e8296_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:1d2c5714949f40e168358c505c0de750f5e2dc7dd0b2e99d31fe3af4cf1e864f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:517c74dcfbaff35ef2ba329a74a70402a228c77da442d263e5d3080ff7193965_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:9cf2219dfc08fc0ecb0f93c2e87ae9f8a7cad90b221742787a0cef6cfc62f007_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:aa18a0e963b906f041d4bf64c304ddef470fe78475378e11cb3565e5016beb06_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:1bbed360cd870566238b6c800e8522f04f02d16712c303eecc361af33fff436e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:28da5447837549fc35380edc0dc366bd59216852c59cfa2b3d512cf8eebc679a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:2bd88bbbe823623f5774a9813c7e43606ebdb6cd87b2db7fd78b7fe0c18f842d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c4b67e9207ea19d96108ed0117181a716c10d933c89ac036e49e952953cc3a2f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:11aebf8d07597c63ae5cac4cbc04e38d49ae1a4f8824ab22128e0b5c39e805cd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:357f6ef38223cb776249a04fb6ec29d61fbd24f7b31a5730544e449c1a5d9d6e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:83121be160c1fff1d16e17aea4daedde7e231b83ccb00349841494e7f87a8d1f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f2c98b4bc7bcbb9ade56ab4cfe5d44c32bc140b52a7ee9c5b9cf5957b7ada1ad_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:0dbaeba61694470f09eb05534c1dad038e310311f75009af32a0a1f43d469677_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4896946bdba46feed18276c4f29fe059ede4f60138c966fe9113aa93bbeadee4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4b81f38f15622b32498dbd192503ed2c54462959485ae48e47cfd67239181003_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4c02ec12d1f3762f4b2e735cd1600a00fd1bbc62130e005fd9842bd3f7ff7f6b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:18899c6aff68b24c792281604e3356f6bbb48d3f09db95f8b37f99ad7f8c914b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2316808c7649cb351257c6c2ee6aefbe0c0d561b822e3eeb18e85dbaf04491f3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:451233d80bc028a63b160526e07b233807d872f9d4e14da6ad4be96f64f29491_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:74fb3a4932ce350cd4da33d57a4fab1269bdb5e446fe8f93fada1b304a622ce6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0c7b57c158314b2f956181a8b28a9f8d7f83aedd8c87bb9bbbeed76a8fd7ea88_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5b88f0644f5b8237cf8b3aa0f6ee1d8a3899a912ce6499d1bee0aa902b2f8f80_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:672d284b3ef447aaea1bcc0a14c677c309116218340929ad59eaee178e9e5cb9_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dbce5221138c15a4aef2f65c3db8bab5ef127c48f3a446ae085a203d8591730c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:157d40ffe95e88526691e06daed0064ca15bbfe1aed547f3a3b968b9c36bee0f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:3885a8026a64c7f497aaa90c50ca93cf1479bfa83ad0d28c4f49cfd3c5220f66_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:457d21495a1f47cd6837f6263fa30652abc7a215c01962507a1e1bd6f4968a09_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9dec3a959d916331f6d2a59ef1e222ae4ef3d170cb344e2add3937966cf1c829_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:644f19b57dde50e4588f5cf1c4d72ac8d49dfb396b7c04d59dcdf6e27bb12017_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d5374c58882769f9d40f47d7aa8f20b1676842c8f0cd8b55a01d6fb587ecbfc3_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e9424fe4b804674ac06d8902eacaa8bef0c09f2c7441460621e587c10c079826_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f89289e63a584031efda082e7f77bd0ef4a28c815b3590061f8a397ee8e5a697_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:01eb7dbdb11a50a229196f82930e647e2080f53224bb41ca2a0fe6349c5d8d03_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:1e7712eee6328cbfaafef32ebe96031705ca193298de005ce69f63dd39eca9b4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:25eb621a41d2e7127f114416778c571112fcfe768281edf5e0bb25cd77235351_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:ad58b2585ef510c8f4c8b074085bb6dd3e17ed3248d7b86ad3185c76ec33b899_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:0f04929095116509edbbb1bf2a5c4a9ed725acf2a43307fff7cb5e4d225e553a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:2b9f99a6f44b8f7f39c4a78ed1f17726c933677102fa6953003ad1898f15ea94_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:edf6a8244ae0bfd588371101aced93b5ee8f5073309daa7ef6e407b4521928e1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:fcd4846ca63a5c2941046c19d96de0bb06ad4205c4f980c844dbd0d98df00d86_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:053cf21c2a3b09e2ba911c181d3585cc24390ba0ae4c130b9751a499c53a3196_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:154bd45ca42951efb3bcca14a5fa0bf055fe8c27d2a58e593e11d24abe2f98bd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2c0c232df35e9d03ef13aaa8b44b12b6c9ca2127f0a5e827d46b6beee55d856a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2d55f19aae3c983335bbcef443680455dc9e7b0ad49a8779e42165f505d19b5c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:01a8046396354cb5bb0c950d4511a3494b9e0ebc56b3624a48b41b60e0b8a30a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:0965f3fd7423e085d7682717f97901bc43da7a6f8aaf1f30ead9adeadf0ca649_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:33eac7aa9a8fc302b48f4541dbbef960aed461f73e42e413c5eeb25691a73905_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:7d168d6a6f797e925777d01d55bca9e2cd7f6b30e52a76607475935a7c87bf2d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:669d559563c8ce25ab835bfbb6d05b7df7fca88a0ea9374d50bf8373265a8bb2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:802a812b969112861ccc9a78880d0764af5c89c15198a594e7f8c1d6c2acfe0f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:bd2a533eade7e9a0589c83a3dc428d594b174da8c4eaf612d676d342dd1e7dd7_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c4efa347b4b2a9c938ad8bb772d1161a4a2b8b1e54455b0569a92c2f29cab2cd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:07ce41298f16b4f99d8cfaef9fe2a113855c4181c3b211d6c1f9e4fbdceb7d05_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:1945fc30c009a2abd77ec710cdae70cd18c726f633af7d9d8248fb56d5329638_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:566214654a337f7b2f76cba30abaef7b5abd496d0aa6dcf710aaa1dcbf740863_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a98ff558a980eac6d39c3e2d8275d0db333679521d54b919fd6b2c11a739f387_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:8b09b7ddb7949a9db7af4e4d1d8f15083cca65cd704b707d93a7d21a9c9e3c13_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:aa426170166116c40f3ad7a70d05d197188ccae8023e802755aaecb2decac985_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d4704096bb00b1d854cde90f964aa319d2898d407794944ec0025b386264f2bd_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:ffea3b9a771b27a8d8db70ef73a5089c7e343a26f5ca93698d490d2ebe67d206_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:26506524326c64baf2e77da8073ce297d72a583d6ae194516bcb6a32a273059a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ca8df7b4917a2c1b7a22e8f753cb19c9e92b15487c121e94156961d5b5cb7681_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:d2b5095502841f6654d21fddffc781f20990b586480eb4b56fc6414ed291d7eb_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e86eb8681972ee463d5dbce6a583dd035f2c38aecb09c3a6059ad99c3aeb8d31_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2003bfefc53e825002c66cd6aa5035d13db264ff9f4fd8c99e18683c1c808f39_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:284f8b74d3e69b69759f45116d07782376cda8554979535ecb4bf9aa8886af56_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:546822ec9a3b2688b4c31830872381cb22db5b476e89462c0e5e448ba96cfb77_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:65d9d9df5aa55831a1627b179412760f114bdde969040ba73c585c6449d19e36_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1a30ca1498e2cd83d64956812ec1facb07f796fb8db50977f3ff561ceb0da7fe_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:32700244d0578c423c636b0ef01254d823d0432125e1ca929d0ff1e115a446c1_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b562637dc56ed32a75a444ab2f31d75e7741ccea5b8a3c004df4a42ab1270d6e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c2a8a8f577ed98972d273ded3df429d0651608c8d46354584a2fd85782407b2e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:2526b6065d1ccfe1e36fe5b48958a22737b1243b3f0df10ee3d27e0a62fe340d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:34108f69a1ae3d91059fc955d42ff21e50c12390296677a94c4e691a0866cffb_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:4c2712c451f03ae375bb6f122c17ea1c28f6c52c2796ff64a893630733c6caf3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:88999cdfcf7d367056945f5fbeb558c6ad8a9c3e068e67724d12090341341bb8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:71b555c5e31fb0c3ad0c512f937027a14b1dfcdd4598438bda3252a8a2100c1c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:9c69c2600d5d0317fcbc2650fc4b52d319a32c3df9db6b5543b6ff254c3b9fe5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:bac49120f60baf152357368e241e3103a5fe6aea171d8a63917e8798d81bded3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:f270351f6697f9d7d3d8382f298956d6e1c5d9e8ef38317bfa7121e9825713af_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:0f3ebde6a312b04a5020957783e5156456dd0a60c9e1f009130e295b0143160c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:d878af0364938ce585214d77b78ed92b44c916113405f0649d1e727f9c010b3e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:dbea9f717a33a02f4fcbaa6029b6830b47b561fcab1063eb868812794159b303_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:f5ac07ba3f562b9c62461916f868079fbbb47d95b24379b9ceb55206e616e140_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:287c800f33b7bb17969c93891edc40646cc48acc9b741138795b7f041c82bbc8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:53ecd2e093819c381012a057628f8e614c85f0c58b6d54e378e2155122ab1d8b_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a840761823769c68291cefa9028e0a6f87b6625588b1850d148b2f8ea580d8ce_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:eeb3bd21c506b7558241ec2458d57407860998b91b4742669982073d6612a9bf_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:1a94c20db46917d931dfcbe19595ab6b4ace22f81ad34ea6d329eff8def1f0da_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:71d75fc8a847695728ead4620c5d19ccfc9b8bac9f51521af7ebabb762839425_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:99cdbfdac01ce74763ab9304f3bf30156bad8039a454758941bfa2c96da4787d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:a56d06011589ae7f1b0a338ae33423e77c559a93f4bd8924ebbeb16fa341a7a2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:299842fdbadf955534b257f3c63126a79fb14a9856c4530df09debde212a2384_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:7adbe4c7a14a3d470820884da692bae174fa6d170895c3ed4b02311a66294ea5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:0b264678a566eb387b44b5e8e2ab61c5e12b594aff4db75532d9fc8cf0cb3a78_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:ae2978f43a4b765fdcd8abe8e91956a0a1e267c0f76593d94e52780fadc68388_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:dfe83a3416da5cb195d8fda8ee8eec794dbeb0135de72e250bc965ef1f70bfce_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:e6e1c74ee273df32544e6119badf3b3c260e48c60934f67a7869dd739d020e1e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:015b35c884c0e9b5c3a2df4e3874610dceda9766b1db231a0e99774481c88bea_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:170dd5cd1770f1c560d2d0756a619a220d15c91c8d8d51ea322818be40603ed6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:7f43c6487ef0d6ee493fae02ef100abc813294f027b702722f38c619a5e8206c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:d40a074405d58180667a3722571285167277e73ef4247221e5b5c235ebbba38f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:1fde8ae44f15902a4a5dde0328cb037c74c40ab527db4963b5d703c35f2b2c6d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:8a13fe639a4db964e30cced1f77214a915489f75b2634356259a03f6f280d856_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:afb26125636804082e2827f1d473d49cd492a6356365c186f69873ad8e24e099_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:e9668f534471f09fbfcb31c76be4b68a743549c50255de8fff8fd0c8b4a34924_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:0a67e292a5b75f818272a3302f4d2d334ec57e5e0acdee47fc6da52625e6fb60_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:50be8ffecf96273dd18c233edb39db8e3088bb79acef2884f47b64a543f15e71_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:8fdc9fb2e35d486efdac44adca6152aeb6bed9fd88c183d80aa31da96e5b8c6f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:914fe11be86c707b3e2ea354c5a1c0cb72affd6d9dfe63ae2438a1a310ffe4c6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:53ee6ae093b31ee41b13bb67b40aeea723889379ff822719c8174e4272cce99c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:5e9cda0da90e658e08a08c69480c461701b03323aad484d887f12fa3e11bc9bf_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:8921a94912d602af5cb9636b2880c1ec7d8eff795473f4865f4354ea2079d428_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:d9b23f9f6c407010472286a31c17e8358a19103fe03260180d2d615aaa91eceb_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:53ee6ae093b31ee41b13bb67b40aeea723889379ff822719c8174e4272cce99c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:5e9cda0da90e658e08a08c69480c461701b03323aad484d887f12fa3e11bc9bf_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:8921a94912d602af5cb9636b2880c1ec7d8eff795473f4865f4354ea2079d428_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:d9b23f9f6c407010472286a31c17e8358a19103fe03260180d2d615aaa91eceb_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:0e598a4bc8097ed172a8e3e8058080ae3db89733c02644047e46cfb65b7d3b76_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:595b8a01e9b2189a3877041ce66509eb2a2a13bb0d928b4fa772e7d22d7e6bb3_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:a59804ff3479bbdd8249f52e145ad8099e67c790dd353684fe6faadb7246f3e5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:f5bdcc739dc1dc70a53c624c35d3e5e9574bbc67cf488919041e3ff0a11f009d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:0e598a4bc8097ed172a8e3e8058080ae3db89733c02644047e46cfb65b7d3b76_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:595b8a01e9b2189a3877041ce66509eb2a2a13bb0d928b4fa772e7d22d7e6bb3_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:a59804ff3479bbdd8249f52e145ad8099e67c790dd353684fe6faadb7246f3e5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:f5bdcc739dc1dc70a53c624c35d3e5e9574bbc67cf488919041e3ff0a11f009d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:06e2320e7c46ca66239bd9cd22eeb576f1c42f3acd26b8db1f6976e9717676fa_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:cc795d7a0cfbefbce47789c6d49532a9a41b8d62075d4c94bcb265fd3ad8ef6e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d87fda521517b9b5505780eb2d84212843145098e70032c9996b3250222fe604_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ec1000141bbcf65e1e79f4dbfcc97968b05cb1189cc35974ecda36bd2b8d302a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:0296d6ef8495a340807a800e8064de04bffd08cc24772e1482ea34d3eb39a83e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:2cb477ddcc46f5b57b4e81a8ad1163c0d3a13676e7079647dd2ec4b94281e9b8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:d85d011efa26fcf4fb9049c360e167a82f0f332f006906f945b0f0048d60da03_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:dcff01fb6c0c0477daca085f3ad54d39b6480f139ed59cd1fd4eea9077068889_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:0296d6ef8495a340807a800e8064de04bffd08cc24772e1482ea34d3eb39a83e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:2cb477ddcc46f5b57b4e81a8ad1163c0d3a13676e7079647dd2ec4b94281e9b8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:d85d011efa26fcf4fb9049c360e167a82f0f332f006906f945b0f0048d60da03_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:dcff01fb6c0c0477daca085f3ad54d39b6480f139ed59cd1fd4eea9077068889_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:5d7e619ddcc71a0244aecad37870bbe6a9bc993db053b68f57984c84751244f7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:6d0070709140682d4f91f5e7e1341cdfab3d992295f246a3b8f5394a3c290e98_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:8b8a1b6c5fdc802b3185d5a91bd9c68426307526fad048ec7b7360d2885a9709_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:a4b5e6597c79fd99492ba89777a51a9a0fa767a9b174aab5ad38eb6f7a195634_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:5d7e619ddcc71a0244aecad37870bbe6a9bc993db053b68f57984c84751244f7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:6d0070709140682d4f91f5e7e1341cdfab3d992295f246a3b8f5394a3c290e98_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:8b8a1b6c5fdc802b3185d5a91bd9c68426307526fad048ec7b7360d2885a9709_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:a4b5e6597c79fd99492ba89777a51a9a0fa767a9b174aab5ad38eb6f7a195634_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3f240b50f6973f1ab0ab53fd897acd7bec248c417923d56aad6630cee4bbad5d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:69a9487a24d400bbf3ab5bed205f622267fd19783a1c159669359d706a76c3f7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:778c6697c773971590c2187e863a18d45dbde7780c0da354a96480ca7e742b35_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ca587a8911043d96b60e967e4b2e33892254096414910174e6a7c395583e97b0_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:11801d98d9d8db5c37bc0bbb72aecc2eddfd0836d079f91a8018dd297e6f12e0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:34f5458a8d22a1b295a6cf6be82bffbb427aa6421c19609d37fbdb0de53afd48_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:5ed572029d4fbbb484fc3562046de00f7deaa0639185e26adb2210447a8ff958_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:8c3c79a3da45f6960f8cb68074488f8c1a97acd2637deab99b23cf5feb3dd831_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:2c452c9fb2f82e3b4e746669a2e8fe16a63cf009ddfb94d698529cef8f6ca8e4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:4eb82f07e01b4f66e34f933fc4c1ea0f09a8e227a216a732290e62db12641ced_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:7e411329883832f7e0e9bc7bcd716a5cc48898a051351176349bb877aa7a1704_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:fac2397c70e1a2d1457e45554f962daffec82ff643df596e3e0d47e2cd4a5727_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:71ef3a2f7205d5a4d2e223ea82ae0f8911ea9840cfc819e78931b5d8d7b3960f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:836739cc20594452479eb9db8a995d1caed27f82d8b1e7bad6061b0a7eeb3f41_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:9a6743d451c6a6223891fc13ca4e1f84328f5cbbe5be9c6f4a5505e47d894651_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:9b08cb63eae04604aa25e2816fc894292b63287c078922296ccf3108254a420d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:30a8075c0829c7e8170fee4fa1da1e4fc8f8fd7e98c03665692a0d3790a3e404_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:91eace031f4e244ba7c82194f0d9e4c42e1b3f83b4cea8281fbcff70a02855b6_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:a3a947c318b1d2cee8676949477eb154eebda2d7b01bc83aa3ab81b305d0c123_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d4485629dd69e3646522bb0c6fc3a616fd20e9e924c83481423beebef6620ed6_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:0050083f13ea8e40679295049c4312081d38904d8ccc1396b80f27544d01a06c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:1fa5db1d68336e05f0559c44f107e2968f7e65842d878a25355f37ff487001d0_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b8901c06e9ed87c8998625b99ee186ea5ac8a0a89c0263e210fc77f6b02fc36d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c90ac14a629770bd274536af0f82519c4247710c79acca953a37ae18d5108861_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:61ae2afb181d20ddc00f7f0f1a6a206221d15c887238ab048e10f838995c3d28_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:92ccfe03e0716617e78fcead09e592075632be76cb4d4f906a32fbbf1e7f79dd_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:92e8805702148fe8bd56ce06cd18da14eca209207633ecd89b3b3db27e784d2e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:a74af849f4f9b5eb17e812d798711ea57b234c311587a46fccf80b449e2ab091_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ce86043ba90a236d904b5bf8349678a139c9d12abee75b13e20b454762a79b07_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:fb673b9cd4bf5792fb1cbdc40d8ae3787b0c371157078ffbd959748ab0c19db6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:788f14d6d64cc43d2f137a2b5a2e13e80b6d7bd1c5db3aace5fc90b090cc1325_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b1aa6c712d6b2c05c5819d89c96f837a164cc978670d9ce0ca3676c2bf327ab7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:e0b18dde5738907a0cd2a7e54a3a37bd341627b6e12c2e8901cb5350e78e5f9f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:8b774ec1d7062dbf21f9d4c9c82926a333d4b530dd31e907fa292b1673c17f22_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:a44db4753020da0574e7b2cb486ed690ec6d452d9c9a86f1a35155b3203c3f14_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:fa22ce356479e36e38b28420a89c51826e52e4ed29599f8d81b33a4c9f17742f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:001a95b33c0b3c3c0000b21d4e6a0802ae3663c1d5c5e1c8b8bde03e248b74e9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:0f1a47dcc7b5e8d5d82076325fa73ec6bb18d6a7124bce44da452848859c03fd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:887ef213faf48dedc023d2c533d2b414f5cdafb4cbe79a33841d616ee1e6194c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:d74b26dbce57d591c118a178762b14e8d3663efedb7e3bf423c134c04361b4e9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:39575d20a0b0aaf4e66e34c26cd0ab61fdb672d13cacd4b8a46a05355ad98808_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:62ea773b1ca80e54dd81986d7aaf175916562abc8fef3a7a0785bdf976d43f35_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:a70b67bb199914cffdfd5a61528d442e434bc3dde0192e91f68cd7a23ec20353_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d53a31a064e2d3620ca9a6625149b02efbf5bddd3592afcf355d03f6539c689c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:00085499aba957ce0074d5f821884de04c511d20153293c39e85fb4af913c679_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:30cd4b0203521c2313602ce5bfe38fb36826471bf97573a4581662b579199d70_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4b5e0baa200d25a4e50917bad8abdea3860f7443d634ff316565da4650c7fe31_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f260327ebb92a129f41f5adbf40298abc26df6a7e1a88d419533b4712498ef53_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:1d51e5dd1835cb7d0dfc3507966c4d9811619fd68debba7a51f92351ffdc8aeb_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:d273edcc6cdb663d54cec22fc7947d30417ebde92772f7613ee71df7e245f8c6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:23ca2c33256242f865b28d356c525a06f15824a5b407827908fdd88909399ec0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:4d419fd5bbe80740a39821dbc54c463ba88056f16fb9dc367cd55f4704c382e9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:44d79a4c2279ff4d86d2a763c7d54209f9e24638fd4d1cedd5579b19ca25f5dc_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:798b93cd2c8dc91007f8e5ce984a9416a523ca1ad1d1edb48ee299cc38a7298d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel9@sha256:6089d0673200ad7ea54762cca3ca1b913ae4a48fc12ed42da637b6b17a6fb7d9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel9@sha256:6fa9719d09f35aed806742a476df49fade99829cfb07583b4413724fbfa1c194_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:2c22af5ba4c507b1d44a2f1b2b64585ec6b7225fdfd507cf9f2691376d169819_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b20ba95a4ef35e4a72e3b861655d236da808c9392f6f5b9b7b760f4c1ae12bd9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e93e6e39e6a94f8aed80905145fe08b6679dd15a84ded4b4ed0b24b0afdb36f4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:3b57a94699fd5667ccb1cade8f56ced7b4c9bc06969da3a9036fe4963a6bec0a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:d2e27e8532fdeecd9de5f9cc0ed750cfdfd92d82dbe142601c60d32693e67277_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:017c35ad3581bc5d47691821501fad35bc737e5c8aff5b486fd85905d6f815ec_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:d7c0d00e80632f5acfb1c3bc82e579be6b79e15817540e9c91cd6b3a1b3f6ac8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:03d49f30a46c3674fc120b13433e13a2fad082c984014f459ac7f10ab3e9bf97_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0a7e8b5f1b1120382de52f3540ff6908208bcd4ba242abba04ba79902920efc2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:2e903dd9147352077a4f775283942c3c66c21ec31fa80e1f65a048dacee8d227_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:77b9ae4216d409ae20d82c476e101fdd65c15eae30c619fc8c51e1213524938a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:369734364457c3584230c9b2445742b2dba5964dd7733422935bd16b71a0ea8d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:4d8b91d1d166f1ba933181bc34de9c05ac4de59a785c707e0eb695e4a81425b8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:5dd4a63ccc8ff694f3d0b4d38290cfa647c8c6effeceabcd86383af0657c1e38_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:d314434ff086a17a4dda0e0bc5499d892421d66e97cae55ce50336b25c14b9fd_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:2d4e18a550d1257dc97dc44428efbfe326ea8f305dc58228dbbe74cbdfd37e26_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:bce1b5dcb9d752202065a6aac8de3ee1721b8de03ee0f78f569d0f841d568554_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:ce8fa76166c3f37ae6e855b75e43aa462b0571d2720dd15ec7b9e282d522a13c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:df1f7115b9ef18a54f64b9646a27393c7c949a718fadb28ab8803d955c75577b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:39cb774a7444cc93f1fbb512cad9323fcc3ae217d4402c196a926701e98472c3_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:68cadb749ab080da743feff2b120d13f66cd54d61b7ee09b41083e36671a0f73_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:8300f9d1110230c510e9ae8dbbbc4501a5ce8b57b424f20ae3e42d4918ac9b48_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:d3f327e2a5f4745ad2cb946a2228e42bcf51be9715b23732eb1d0b877b6d3ba3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7f6a13a46ae75cda6eb2d5688c851cbbadb3193ac642494bee3d5d2c5e6ea8fc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:b92d8c3640522615577328179dec1c851becd7e42b7282d3a50f7af290c4037b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:4463bd38f33b06d584ebab15f5e2742693130e299590c038416f833e6ac313c5_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:8728d2c64b36f2c3fb9a52a1bf7ae98c5b113dc06ed7cca49c7b3e9f1789bcfe_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:4f68de2634b2f3650f98ebcda1c5c104a7941710c3ebe83ceb8fff4a0b697b82_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:a180fe7b396945b5a18274c742f6c01d726ba6177ff6721896f0235d943fd578_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:17cfcbf9d6be2d228c4cd0d8a5f23d4bee7814366ee0cf500af66a30ab43aa4f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b8e224d4897a0a99e182e966a61817a0fe93de3bd1ed78f68ee077239d65a908_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:c11fa3e642fa099dd30b99375606f82a4cfbe67017d832f32c8fb1ed58a5aa76_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:d0960e7974bb914fe45bb0d740ad8a84cacba8233e9ee0e9eabd5b3e71372620_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:d5f38f5666ed4b7f7e7da03732367e1a5d67f7f7d35c0c4bc232b5aab7f2f2d4_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:e74e1470caa81fae1509bedce3d3d1a8cdf89f814e174593ceec0be711270dcc_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c9ec31a316089747957c8cc1a8a49dd9476d45d6e7af919fcf538a367d35a0c3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:d35056c3c4ee809fbfc2674c9085b16f5e5d943bf7ad710c6aa4e5713bcb095c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:dcea4453ca75f5c44c125c1d677f28702cb94a73366a520e37b842ba5128577c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f3d8cd4459b8271e7718d4c5e97f92cd7db4776e719da5d7c04025e18a622e60_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:212c72d2288a050a21498a5ceb4c3b659b4bb98d0ca445d6b85a7a8b94b35488_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:45eb78529c0122f43a9443d06679db427ec2a389f7612ebd36000ff9f5ed48a0_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:d105ced863235a301224f506642394034cd0209f726a385bca03147944f0134e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:d1fb82d1280562120cc7fb356701d1f33254a177da5d0c0db90d2276297373cb_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:38c1beb577ebc5dc35ce3e31316346f21d7d9d6c297254570d6c6f8b8af4268d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:a083d6d53630f47a8503a45b639ae5c567d1f724096d1f729082bfdb9d760585_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:f2dffb118be72c4d3b75564f6038eadc0de8d261d6b1eaeef35343ede6056539_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:fe33d9c4694948619c5e95464f48fc82fab1feb283ba1d57225b3678085981f8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:20d22b7c095cbe52a127e22a428a8b27c287c4574abd32c2133287dfff3aa0e9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7f8d1c497000e0ae2985e9ea5a6b97f0c24d64e92440358687c8a5fa76bc778c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bdbdf3620970cb066fe169ec145f6db31f4bb4fc768cc440f4b8df83f57f206a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:eed72f0b204935fc71bbf10495f0e5985e5049bbfada39fe8afa8a60d12833ea_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:0bbf3eaf02453b7123901fa866a7f3f056ec58daf047b51ad30e177574ef49ce_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1ce7092cace33e4ab97d548ab4c9a2388dd84e53bab452a7458c8a5ed4495701_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:7985455eba0bb60e7b1067f759f3e30ae73f9be78068f953e060786530253025_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d01e8651edc6bd95da78c5fb2201aec7c785126bc70e0f03e0f2e6ce67d245f4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:12e6b0853b26b6504bd578914183118e2c74bbaa0e934a07ffb99acf3e19efec_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:26a6c5c8b798a039e227d5b6f02a1bbc1ca2a3c3354d98ab7beddfdf39e323f8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9864736555736cb9912dcb1c72f7d85aa75ec96286972312c2d0a3fc24788d42_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a82429314b1c0785c2d46c99440175d0ac8311bec3f31da3418340a2a0a55ac2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:2d6d0eb401d3529cc09163cd67fb8af3d9629ec14890e3536904669e409c2262_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:33a206e8de99be5297890d5373cb7844c0ebf03285547a3dc752c7bab031284b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6ffc197659ebe1017b99eb4f9b3646ff311aeb2bac6d580b3e9ffaee6138079a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:8418c603da899631b4fc20e064533ca74f94b98e20ba3843b7603c9ff7cab8ac_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:02033087b0776681f186aa48725fd0e2297ba2e22bd554269ace3d51b3f6da5d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:c2a8ee96f4cca328a3791758909bf9322ece200a84b10bc15048979aa827af3e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:3fd566875c0685e36134791ffafd5232558ca1830324988a55ed8e189fe5c35a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:80d2d5f45ef286fb8ae44b74ec245a68b21300e7d1deb60f01c527586e036db0_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:089f5b6a5d58e7dfe1cb8fc7a552a7a3a525208e0cfc86f88362eacd3b11b8b7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:263187d98ca0b290168472163b9a8d81dba1077cce8d7dcd8419894ba16524d9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:fcd7799ce45632b008f561ee8688988c8dff42b9e0677a05302ee8e325e5613f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:2665982a7b3d16d59f3e11ddf65b1016828d746db8aba950d9094cbc5fc3cd26_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:8a152f3e2f884f37e0c222e8ee47985c2363cfae12745eefbc305b30158110c6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a74dfebf03b4e0c686a285f0b71653d37f945c6c8e4fa5e750cd3fccdda1ead4_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ef3b7610a226305c920001ff036628d48ff3ece3ff46c9727749e619b69d5524_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:31d45f4b5897554f9e459bf8822cd945a0307b515f8c2247e968aa3251bd9dee_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:439e379c449e0011dab2323ba70da96c9ae85de0c78ae65e4ec97cb9e792cc14_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:9a08e22dac8c713b0cde2a6ac9031a70ee16bd1df3d093f8533534287ac7fc41_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:f1341dbe1145a0d7f954d04b9309e8fc2d44ec306db7ac48ee48b63c29a935ee_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:1cb4e934a34d7905afbbe8bc1edd2ce28a01f2f10ed0ebc0ccb62d732009ac12_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:2ea17ca4317c75eb3a86741d6925cfa3b0f8fe5cfd14281ac42f2f61b983bf39_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:9c2d1fbec1fde2e3a0490bb630ef4de043fac05c915f6db43904feacfe15541d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:e1848797ae0628fe6fe4b16aca661ffdd6559cbfe56fe0892c01b6885cc10598_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:36fa337753dd82ecf610b3cd5bc3c32b4d863e7ef6326610004d5ad2e9e8a369_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:805c04faa83fd96fb2510deef9c180846028dff7c8de992474c00b34bdaf29e0_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:bf8c8fc79c16f075b4cddbf83f6cdcdbc00ae5b64e11582ae7446f5d44666223_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:ffa47990e61f60b7f7f65940caf22a8340af1dd2924f3dcd6bf5afda8cf369ab_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:335e23e7ad1a695dad06b98fefe5aa1a14540fdba46000257a0fa7f269dfe6a4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:a5fe2690e857872fc80ddd0a8e72a92508fe8bde271da5d9697cd6b88ea4f08a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:cb498e9708e578bbd9feda69340a843f0099ea49abbf4cc88524196c6d5a85b0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:d3e663795f398f7a945b75b5eb98d9171dfd65c82ae1abc583c31586bc2afda7_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6330474da38ae06e0c73f6319cee3c9d73bc48a31a155309222dbc414e76efcb_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:72ca1c3f1ce6ebd678469ad94416f27db9a6e9ffc5e22a6c0636f4f26872fa53_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d3d0cf16422232526f461e140aae0e5cb0b5c56787e6dedf93c7e96bc6c29594_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f1a0d254b3fe80b66cea05d072d13bb9870989299d9f2c5d7c93b9ac9ad3074a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:8b11535627b9908e957068a9183280ac57dba63c90150662b14cf728238c8568_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:c2fc14113c69627c79a7b28562b05f2c251645c976ee1928721c1de0d48a14b7_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:c3c2cc1cefb6fc3a12978f4f14b3e6d3a90928b54b4cbe092d28dcccde2dea01_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:e7b0213d1a1a9dbd9921ee545de41c263078dd3ebb1f838dfe150e73fb51ed2d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:06f1abd50ca304ed98a0dda0a37c62980abf90b926e596ea849edff7518f4920_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:167c7118d171f577a41a66acda52d3ebbfcf1189e2a6fb8101fcab56b6a7df8f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:1b2723e537e9ca906f3d1a6ef70a5d0c95b59623fbfd5f0c5bb6de49e6effd40_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e090cfadfbd9d9587a006ea68407fafb1673b93d6c1f6e77efdd2c658a503669_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:49823fa689e0b99a542b3363f61c609730ff500b1c83cbe9aa2b3ed949e9d79b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:4d213b4b7b581e6ca449fa12678b4b75b06b938d16c76c054910bf71c2b65168_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:761eefac8ce5fb75389e8e452f927143acc1aca266602d6fca8c007c30d7eeea_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:8071b85d6f58f8c81756886952ce6fae10fe9a88c83927342bd6106f1e234a34_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:54eebbf509914e15aecec16dc21e8e3c848bedda66394a51ea4088ed16f0d3ec_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:78c9f0837ce0827121fe91f53a1ae02bfd66b88ecb45fecd30826d47db233038_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:b31ac2f80176d24f71e4e1fb8bf8f153cab65e069add24cb891a021a06c0195e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ddb1c43498ca301d4a437b8ebb23378c0db0b8e50f58b0dca911564817db1854_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:4f4ed9468740e6a521d1e095bdb6f5fa175c7e1f05550d999ad7342650948c96_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:594299d23d3fbb349d6fb9c4e059320829e7d2d643d890298b2a94c4314d92e7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:6800efa41a1f05c0d4d2f6702ec6f2fbbea73c3d3fc025dc62a5cbf3233add53_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:dc4a15e5ce1b7f4e932a3a08b32264abf570df68e15f270d7467a43caebfe8a1_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:43594a42c2342a584f5f4b8296b6726edd85f8a00b9703922abc78320e8b6f74_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:805ea7427ea3131fab72e43f80c34db682ba3e3603b438f1315146f24f706c01_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:9f06792d0d1831f9a557c15967cbcf117365305b612f3a23f793863615285ba9_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:b010ff328387fdcb88aa746ded0b63f609c8ed3a9745ee2f648cfdc17570dacc_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:08f3e89b2984d8563a822dde8feb96231e9cae0e74cc7a64b9871d53f4a9990c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:430e32ea9f2b6e87ca04e7713f393441f7dfcb0df57c7ac4766b439e8c281396_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:477ee1d38e4457c9378f05e83e6086787b957bc93f5a9c280c4afab8a6e02152_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:d42373331e4dabbca4921280d47dea956ffc0690648ae172f156605db302c8f7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:87017af27e74c380225ffcbcc961d2d345b5d997df552a9248d07d8230dab3fd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:ed7dd0e4fde979f4286ec5fd7f3ff1c51eb22d15af56138ae838d97df29884e2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:205cf240004a81339d5673b723193758e0bbdb008db6a294295412b6f92cd1be_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:2bfd19c9c46179264bd0d7c37f8f7b9edda077f3210f168f010af88317904d70_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a7672e4823bc698d02c4d241c84a57a523b13a267850baf8c1ec44150eac7f7f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:b84395e944be5010ef965bf387939c481d9c313b8abd2338414a3b592de7a219_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:1167bd175a841398744ebf28418cdb871bbad24ae38db5a88dd07ce5cb843d86_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2c2340eb12f729cba09a33a67a873fd11d421203e4b4548474d88a6e37f1af14_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6a01712dfd5ae1a741dc0db425ceea67934e763afb5df78809c0e6a22ca3173f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:910dc87281b45ed6dd18d2fb7204765fe3f3332d325e7c0cb061ad93fea7bb06_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:366278f589efb7c0ff2bdd800b0f6547b8be6acd259782192df2b10a9754945e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:4505bd25d99cfa5466dae74d577e459f756d6bc22fd5a21e91f32d6d6f7fab3f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7bdbb5168db25825edfaa505b705d639124f757f7c61768558c03f97dbb52e92_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:841d8a1a5cc97465078e19834734ac726341509d5e3fc5aa7d02e9418f7826ee_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:5f1fee6ff56a72baabb5f8c908feb2c4a67426fd0ed4bf8e55cc4daf552fc4cf_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:7689256c7f78b8e827b2588ce08ecb65035f3eb44c22ef395a4c16e80476e58d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:b2acd795681ddef65394e303c06e022ff54e1e0c53fcb341c381197f7e520b6a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:f5c1907aab6224d4c398d0f5cf151885859878ead00bbde79426c96dc8a6faf3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:168e6236d27a57e41e6318cb2a96b31eb4030b65f194c924d6e6a07c4a53f0c8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:6533b9840e66c882af6ea984d451821cfaf72000c1d2d8e1ffa46b95abfd0c52_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:8dd21817e31ef713af9cd67c004c8a6118b62c1dc557f963f28244920ffa9f5d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:bbc41d8cc76ccd7fe6a93d84cded4fe03cf08f985976266aa532b2a16232e1d8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:0c869ca3f2cea582df50c27d9170e6ecbf0df000d65ea250e2fb8ff41dbe6b4a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:4cedef9af9f34258060b059ad2d0f44ba329dc72e64942a8adcd1c14400a02ff_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:75460db975618d0dfc82f509725522f8151b49a00a210615dc8cbc97f6ed2fb4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:c4cc3eae9765cc81765638b8f1d6ed105d10d018f30bdd5ca9770b47e2ac683d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0006cc8afa959998457049601891036f387a518c2bdb3ba496928b229fe9d134_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6406a77819214fbcf753c72e1add20455ce1c71db634a10ed36cf4fdf857d892_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8f2245017277cd5f2642b162511ab42d7b8485567adfa25db900973baf058de1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ccfa78714715591d82a4bd4429114a92cce5748772e84bf19e4a890e428bd4b1_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:6ebdabc2690c1c1072803bd473496bc694f9d0c99af704f53c810d2c294ff687_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:ac2f665507bd239b43bfcebde4c50d9925b0376c06b448a9695e7f25ec4380d6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b2f58190b8a5b444f51f7d4431cd1fb5e59fc0c38fb4ff7ba4c51d2ed1ce6b2f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b84e75d4eeb59ff0804fc3b501156bfc562a52c0cd554783d8d7e7c0714d6f85_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:163154e33a4744ee5a451384d824443fe2f2a9e8bc961b121b1c317246ada9c3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8ba5133f9697e04a14d866027d8f342efe3bb9732857720393d9bf3e0effa09e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:be734c5f7b5f7ff624f842c056ae099c81ba1f4423016ba63f371a8d8f1fdf3f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:f4530c4f598865cc3ab9210760d93fc1640e15a07fda71fcc2b5453834dac7be_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2ca5fc5e9405404c8b611513cf033e480cf81c2677ccc08055fb934aa40cf7ef_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:3b18df1f2d706c80637b7a31ce09d3aee59eef1bddea71c218dc9270939dc194_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:c64fbe8a063ea2f7897ffd9bc2c1882c03c406611f8dffe9b9a885f3e75f105c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:def060ba5ad7ccecf1d1cb0ff3360dba500838c087d701015415e1a2ab08b4bf_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0693761931e2b7ffaf4e39c6fde5b0a1099d32b5269c7a498f76bff354a84ae9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:8fc7e5dbb6c2470efa7ea415b71569f753769abaf3331f9ee174adcf39a4dd27_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a1e0a23dc6c93de096d3d48710c45208a48a162d3858d0d7afdf4f300ebfe04f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:b71416e2ac3c46366da3abd72b0762b74759587afdfdc8a8c6a47a52b1d1d77d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:72c97ea299920a43dd391500e1f70b27cfbedf1e9a32ec9275171929b8fde7d2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:7d482a6204223e73e4dfa0013f4ba20db1d04c7a8c2881dd4b9a58e6e7d25f09_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:8ba5845b83d32531f3a3798486fdd8377bfec0748206d917ba821c6a76d55f3f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:dac43b8b4ab95960e240b3eef0fe1a6d37dfe23ab7d0cef27d412ad69afb5466_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:02698e7f9c59596fbe039b031515a319067d79c6696a5fd9fa5a95d5acd4026e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:28796a3d553d6880de207e5d6048c2efc4ea2858eb6251e43d1b46c9e9466748_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:7b0a4c796681ab9dafc0a708dead6e0a8db3166ec40e380dfb02978eadc7d2e5_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:ea3e2045e45229a9a61e6b9f9d10d0762a8e6f47e700d96c916b402864afe8a0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:12826fd7a8ca953be9429198adb9386f489e6c764d7b3fff044a4cb66c7f91b9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:22539e72bfdcdef4c91ee509142a1e403700c79d58b4f868a7a2e69b81c2d6a6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9c91efe4356286d3c8aecc6e9a4ba5ae54655477a2541ea80b2ab9ac88c63791_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:bc74fed608f8d45c463f68e581418b4ca5f3ef05467621bd6199edd149f3c7d1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1eaa76ae1380d3aed001b85612fddbbff2bdf70d85506c4fa5426ace8bd066b2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3760f9fb700165458048262a465f32d19660ba88e16b3aad5fc349b047a5248e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:be8dd7342bf7b1bcc1bc0f873ceeda8e81bf686259ee4cb5f377f397f43349e3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:fc535145b24b8def78590d003ddb58c2c1eee976ff2263740dfbf634f7d1c888_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:6956849db88740b12994232ecf2fb137db82f4afbef85b920612a9b38ed8bae7_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c182f19eb5bef9530482e666cbfbcf2649c1cccd95309850f93b82daf8d42a90_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:d12663d4543fda0b233405cc0e3823ab68cb421eb38acebf56ec4f0555e1e594_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f076696f3eaf06da9fcc6a4042afae097740771bf902fce0d3446e63ef8e7caa_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:326ec4eb64e1da8db46c9bdfa4e0ae03732a863eafad17e4ebf0dc63698acfae_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a7bc793a9fef04df9e54c978cc8c14c151168fa186e5258528e8e234fe036b00_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c493bb938f211c8018e014c922287ffd9db30a9d8e6818f2dc9cf42efd6b6da8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e0d5fb86c982e60025cf5e25d6ceaacbe380e9e9f8a78e311a488668ad991f5a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5f471c6d5ae1413d35f2b1dba478330537e2cf1c45f5d2a3b1d0b875935db19e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8fd890e0ed4d9101a895b34c0f42293b280d06245de6e45b113bbd5665ea488e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:98041b168deec45330330ec382e6262d616e1b1a22a389f9216b622c3118f401_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c1bdd2efec725038c68e2da7133bed08e1a1c8d9141a55062f621d6ed403af7a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:81e37f2597f8539a9f5b3800967545af056e88089f95eed69e5eb55426dba52e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:955772451d73b6ae56069b6e706629f6e726595f27bdd0d9a920d217e7456cc7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:ad5fb6d1f60634230f1dad1b9ca094c2fb8bae6e68d618ffce60d20c0e55d8c5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:cb8664cec305b071cc6cc3d7647b5baa9a013d35dcf318e407e6fcd7a2461eb8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:09b9ae640fccd4a948ce4835dbe29f65be91484aba6c2afc751761aa9dca541b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:3c9911b15f2798b2f4898177bdb924641e8ead282574beb11278b9370eded2fd_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:21d73647d434cea2c398a5c30ee2f92b6f5aee3b1106b961b1d50e8a18825f1a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:49fc188b34134f5695a59a384101be2254859d6e3fd3fa2e1deb282049e5f592_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:03e6ee2082e14e8becf5a2d7cc6e1681a088a057c1c7a2189fceddf23a7541af_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:80be0fc1705791db62dbf7b2385021b8e67d0d21a94815fff91c3e87d6e6e238_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:5c3c19e3dd09249a9e78ddc4871162b166bdeb05cabb7075f101084a26863568_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:de0740c2f08cf7e6a8c851135f4f2273c768eac198d7e09e35a81b585f1c755a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:401f429b76740c19f325c6f0680e55f66420dd35e72325bbaacf5f1708c2cb2f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:7e9b110c44bc04a2349b037104cd836c0dba7fc90bee7c0a3fa0a7bf380664df_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:96cb1a572e643c3d0cae3b20040c3c9663af86ede9c30bb38256c080de90983b_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:e41eb9ea6d0e646c40f43923678913904a2fc8f5f4fa1e9e458c807632e82c9a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:beafac871e27f012d9bdc881b0ed67095ca7d34305eb773117eaaf2a5f2404c7_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:d6ef7d1f4afe94e6bb5810852720c1239bd58b9a49a085d991659b59c6e26452_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:dd8dc49c8955041adc7c38a6023339cb928b3f944c144efe467ccc8da12c4c78_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:e7d08849926e92a0f9516b383ef71dcc2a6e368405f1d5f330042c62fa10685b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2559bac18be9d14dd0de38fd2c2b8d60b95d3ffdfc79d961747b7d35902252c8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8b31967a88b74281eafba0661b347aeec335308011e626d9dbc57557ef8fcd4e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e6a298a5a4b32e8908f2ea8207f673d1c7f63d654ebd18a7c3dc03bec7019240_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e892bc22d6a070e147ee0648d834798cae5f2e8941805a6bb7a0a4b1a292fb82_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:8e9d58dae4a9f2c50ebd9ac52262db031764fb28fcbc30880ba5a5c0e4546c49_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:a4ea9bf43c60b1486ae8538b1382882f464299257acf43fa326eb99d5e6851d0_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:b264bb9685a03d54117aa33f11853039d903cbd6d71dcdf63fa512e9f9d826c3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:f1a979149507ede702bcdcbdc5e49c667b52cb2f5e5f1cc9e0ca18602ba35772_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:3ac91633beb2c994cb8e7341b6efdc22dbfa4bbf9aab4819bc30102162b1d1c8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:451b74b33a2bdd13643f49117444110c86d7ea956a66e9285e3738e8c81b6f5b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9301a4880095595d6ee0667a7da2ac7e75f5a028a1f70bf71ec1227310d5e170_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b937da6f29b34bba141df41775d61d33df4c81c41a488c0f717d7b05cc85c453_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:36d319f66e25669271597bee4ae415053935d0877530d439a6e8b2eb23353cb6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:940220625073d9178c2efc540fb418df676e44dcd35c5a7ad01d1031ce779bd1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:c04c13d41b67bf5462d1ac2bbed4b95a53a2b2bbd293b32e7478b5cdd8ec5d5f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:f3bbcdd4a8f70fedfac7869d46124137c2a6856aa99a9de6de7b62060ccc5c08_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:059ae4b4cf18b4596d8c86340edd34332be7c667adbdb5199720a0a581086d55_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:4622bb035bf6a546e3de1164b347ec79844538d290bca3100622fee0986a51a8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:d296a62ddeade7d40ca2d727f9cfb3d4bb9dd81498c6a526a565e3698097420c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:ead3f5874193b8acd6bece9f9740c109665098b059db964e6d74192d6cbf52c3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:02236b492db7f328592308281ed110ec59afda1c6fe88b5b1278e66aaf0a76cb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:8eb91dcd0e34b5cf2520af44bcbef1d953892b1a39d117c579c8a2876bf8ab05_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:aad0341721e7a15e08a2bbe6ab9e59663d366f8b47aee21cdb54812e68161bd4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:f05183b69bd3ffd66c8d335d6a476161781ad2e9cd444a94edbf41eeab16ab81_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:6b65341e8a72cb548d68d8c2dd567eedaee6d00d198295437514524442471c01_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:983e36dba561f7cd2f5245528d856e81ad729c3a2040a66f2fcaa18650749887_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c496114509bc387930a5ac828dad33180e20adb00a0b81ea36fdf78159f91436_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:d23c4af5d88f5f753bf395b24bf1d168570e5f6036c6a6ae8b1bba6bed7ecbc3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:0c49b379e40a6fe3a09a21dac8005fd64c3d09c985dc728e1c7f4e57afc464c2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3d282ceb8dfca2308bda52e1b7d2663f7776db2a082be84a5af6e228c6de8664_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:87929d27a7e7d6538a5cdb3ad1d58f531c681ec5db4824498248ffd5dfcbedb2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:eb293c9ecb6715e0dfb6aaf457ec19a0f2d0862ef4cb22794335f53cb6981088_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:11e6a94fa5628b607268bb3d515a0dcc3d2b66a42a0512fbb50a7db7550c6a40_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:65e898b5ea52c5525501b63aa3063204b644e0cea1c9134d80bc2e920fc9a010_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:783d90fdb1b46848f2e9c4f313517e219216385667304593cfc71c2e54579b1c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:e57907330d75e38a859e54d12a56fedba7c1c1a931fc9db1bdfa3c2b10268704_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:4f5d0717182c96fe4d6ff1936b0ad433bd4626c0fa1b29eb1058ba02fd6f9500_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:95b856a7497da1ae18ce5789262957edc94bc4cd87a6913e6d16d1cf9154e1de_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:9868a70523d322153d4870f205323629f8230505c883b79bc64c6b8440472633_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:9b2a4de77fc5736a8d2c968c8782039e22f28c65a8f9af920cc797af5ff170f4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:03f6485cce2f104c812ca1b32c422379d8b97284c6561f4568da4b23efe873b8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:40b76bc1b9e5ca0e664371020999da9c619546692a52e50544a84ada1193e0c2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:505d160e6dc8dd5ba9ba156668578e4f420b37b7069075cc84acce52dd02829d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:a20f2c0440231d57eb8db827564604dad20c3656c39acdab469d15ae5ef37c8b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:8c60dbf477a0e750d0e4895ae8eda21a7ca74b6ea06e8b428d6eb0e3acccf63a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:5a28ee6abd396c5d957fa863a15cdc834c72a792d895a28415900cafa85c173a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:435629696ca8750b352c890af863b85ecc6680b8749006fbb56cfc8957db0a25_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:328a0954887176f2dce3b350f54ae0c0c51f937cfef1bba9b986659343b2eac9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:8c60dbf477a0e750d0e4895ae8eda21a7ca74b6ea06e8b428d6eb0e3acccf63a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:5a28ee6abd396c5d957fa863a15cdc834c72a792d895a28415900cafa85c173a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:25f55cdb3eb8a59fc5d2f5726a71748bf2d8005307025d16646889342829c8ec_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:98cdda546009cda7d6a4539bac65d2ac6b365efa697d4e040556ae758235e9c2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:47f3054cb4a6bd160fd59d591b30910bcbb7123fe44fbb6f057d9d3176858e5b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:5504bd98506b057146c643c36a6581cb2be8bcbf82787bef530fb6caf4c16e21_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:7d6c9216d995b1ad19e5ae1f9f30cf3faadd54e1274fb80c4d5fdd802ee6b1ae_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:da4cd3b8933c8d22cc34039993d8866dddaa2e203342a94f23876b7245ae4711_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:5858c8230e834bd3a75047e34e659c4d1fc61f6c53e23cae5d3a8deff8b73405_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:66b2e131a3be79803c75bc96b69c3e7be34faf2f00f6d4fa53c82704627f8a96_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:966501e1f2fc5f70670211953ade31dc37f0c86e647e40ea56aae47d3e0c1a90_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:febeb3a8a0fce4ca039322544cbfeb0c6f60723440ec6c2f60b12b390373418c_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:L",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:719d802cdc007d64eab521dbc648d7efbac8b04713093b774bdce1da422e3ecd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:ed014578e5710249c89391fdb17423ffa5e6137de2308facd20d4c45981b4adb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:f42c255c1923e63843b1c7622861a65851aaa086fbb2668e0867e28893ba9c7b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:f9eb32fe20a46c5b0ccc3e7dd9f7f8d3c591cf64ee7800137ccdf6c4cb1726ea_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4a69fac5425de41d1bb0b2ebcbb99012b520002235e578b8a8ff0039079a3972_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5a3757def8e6a4fd616bb999d34903ddc9f7d8aa96dcd865f749dded52e92165_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:63b6550720f82b5a98783901d776f3866075896b661958cff3d8ddff44dec214_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:679852a44689f3a73197e047661821c910e35d50edbd788170b8b0cfd9304166_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:037c72c52db1039c57f1008617136cf9e94c8b3da14ea36c3a0595e6182c0042_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:17a517f94f4fb0429b6284d884570b95349f269ed187dbd94c4476f525dc54f3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:6e0a2c775267d2f07817788a3ecbdccadbe6377e4d18a0d9dd9c0f0d40c77eaa_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:adf596175de3c3004fce49a68cbe58e7ba15b3b0b315349ddee89d5dca8109f1_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:47c1a53900ad4c677b45d0dabd3f08a2f77f164fed64f53cc5f3d1f53a9fcc2a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:7cbc7f3c9d0912d4e1d0a1341a3db13fa59bdd0a2e3a81e161e4e23eb43f1278_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:a3c239970ebc8ba8b547dec72f2f6aeddc12cd19c18d75c493abc85285da48fd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:cfbf84917a9cebdd238a83d06f3145716b84b883dc78e81deb3738d2a92a4293_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:2be87034234cd07b0305ba546001dbd90403b8e758c83d557814d9b6ddddacc8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:31b6d68104fe1044f063ba297e9d9e69c1e55b95b26f1e33f93a2573d66814bd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:3dc697a49932c84227d323499a2a174900bd91215314697b8c9c41f7dca957c9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:f5f6edef66e7059ef66d2a2bdb52240c48279709048cda1b9b96bb11b9449e63_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:0e018e0ea1a45558fdebe89d04617b2b703ba93c7d58f2b92ceaea07d2498458_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:32a45843d97384b62b8865de40d5c642dfede6904c05d15da08fde3642c6b8af_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:e109e2c17a3686bad9121716df7ffc7d6ec82419f28b24fad531f96f86df0f32_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:f8f64b2c9168897706e6cc3ed967a390abbe83894e7758d08d1b790f451b1268_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:0e033237871e3e7ce2f0c11741dd6ffade3419f95b6b8600f7cb0a024bc89e0d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2f4ef4c232f199d5ac24750eca7388b57a44f976a782e48e0dc514c128801d35_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:468133aa3a5695bc314d8f2112e4a62388035c0b272abf4914ddcb485bfce137_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:601bcab3234fcecec33a89b6e6727bf6d9d3682b0e0a0eb98d6b84cc0db7458d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:00143215db73c4d765605e892829f7c7e4537fefe11251cb3d279afd98d5830b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:1e22e06efdd0d73b88ec841815eb6ab7c0f1324b98ea6d3c92910c2e9a592c5b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:5f2f9a2119899a4f1502173947b20d04fd943da8b2c953591a35d6e25bb5d027_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:f2143001d856a68c4cd933242fbd15d950512e445183f85a872f5aee4e2e503e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:152028b94c20a76e62793c63a4186a96b0958b2804979ead7dd47f33b273a846_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:583ba099e05b1c82e7c6dfa6d9a9be5face39683e39ca9d251b8a1562c0d6d42_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:9486a1646f0fcc699d0581ad5af993a73c46aeee65769bd8fb06bea1806f0a8b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:a91563e22d10c6a7c77b092ab6f829e7f0436923038ea4a47de1403813c20471_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:2544e96601860e73dff52f6befb165f531bf7686137d5550837674aae6afd3a9_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7a772d3d45015ec702f5e1ab054be240ed673591517ad99ef973898d1e535c69_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:d23cdaa0fd2114c904ded232b6019e61f53b49b41014a16e9df9b7f864384688_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:dc2ee3af87ceaff29152f92bca0dcacc935c10bd83cf136a9d8dbb628addaf65_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:574c4e42ac84049cc168e68faebbadecc3610348ad101ac9d34c140558e60131_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6f44a8a62a65945363867dbc79a5c43965d5e136766fefd02527145d53756ed4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ade325055aefd73a89a3e5d35d84c94b26c897986b77f7c887b3a435ee6e297a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:f841a5218782e8b9a3c435de0221c73ac6d5b4be8182609a074b99f1cc9b1f6a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:158858bb077286091d15b455154595158995981e1127e881694c686360d03d52_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:3a3b2fe2add4ab147f383874b55fb9d44c1067d915ab069c3649c321c0943d00_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:4947ab92f96cf1c2af5a7144e1787f90252ed0a9a0ae4729cc7fd61a4e671d9f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:4c06d16fe27f05724900f1df1db6d12b951c86c916800007a51de53aae260d64_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:008744686fcf83e9d9d4abd55bf1622d0e9f886570613835d29ac3c8cf9ad648_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5e45fa3a09a9bdea3957a74fe0ddf70080a83e70e8f41e8f16a0957e8f8f3bfb_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:6a39ad22c40ec6dfbe75e3c01f7bfa7bd8d1d7dbfe880d011c58362f15520d0d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:c6b4fa176ccc3af191fb7cb560b28bfdca4821b23d8296167b9919e0ffc26e1e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:73fb4d147dd798f244e7c6512084a7643985ed73163c07160cfa2b03566de6ea_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel9@sha256:557527d76a00f3afdaf2f146bed0d0d28224d8a063b1c9f88431ebb40300be0c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:6de7f07ca16a08f783899c687c355837fbe0cde28b8c5c25939524074f717665_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:d7db2153c58f0081db7446ed10fef94f0dce66b4dc909e65ba2c305161fe06b7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:30ff8f03b8eeb4ab60a86f9d72e596712171f4dfbbe7f2f74e747b596c05e3fd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4bafb9b1ccb421f617f7667e59fbc90d02a96f7955fcc76db9274a06562f47b7_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:633915104a44211fbb4ae16a128c60193cf266104345c664e8b28941cb051208_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:d08e59156c0c66dcd4b495a4d58fe8757445adf500fe4440b5f1e91779098384_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:680aeaabf1d04ec1242ae9ab0fc577ac095c170301a24cc07b2c20c06d119fb8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:a6d3d9b39379a76781f2894af08bad00632afbc1a6633cce43bba5c69a2c33ea_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:205ad021b256f031ac14686f61a5affc7ac8cab6afc076855324b4d91557d4b8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:c89f326a201d6b89af2d549a8bf35ef22ff4a82b5f1387a1aeaf4c691bc2b332_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:23fc1a55b530e3104c8674947f67e4e750b9b4fee1e71881148f5f532b558bbb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:40b70676d066ed2a7a1c78322ab1b96ff1c84a5f9cde846174a0b9d084cd0d2a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:6a8d392a88b7be09b2549e4cb5469a5ef748853072bb5354ac34d1c20a9690b0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:acaca7b68e729672aacec5b83f5349dee6eb0cc360e5f600aa9103e9026e8501_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:809682a7f5db22c4632cde8ec3cd0af3eb3b4a64bbdf95b7330b51acfab69925_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:e55d509c2b8028d64a64936fc665c013768e05a3f7019d372a2d7f5738e5db16_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:0d0463da3daa13d5047641085ea55f0ff09debab78b8a0552f2d2faf3f44c6d4_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:a3728c574b252b0830bd1df8e3e92a48c3121276214870a95c76ac12c108aa6a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:3ed7bf4ae76b1b3deacbfda0f18856b2c149a827c934c68fdb7348387c3148fb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7dae4561dbbf68fbb3c3e6190ddd8211b0d481f3457f13a4ea6ace475361a7bd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:447feb4c7d6d68716de5415cbcdb9f44aa594fb32c06480cf678b06788cd98fd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:f528b1517558b6aefda5c2bf23022ec918207238a0f4b759bafd7d54d0691691_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:5971fce447489bb15c3cc4cd9996e321cd8baab37ee170ba335b6ace45bd14f1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:dd10f8f08a1d5b063354f44376a68ee07218288077b78ab46e8e8ae75b747caa_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4899f0b1592431c277642bc16581a656d5e717067da2874bac7c00fa403c06d3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:db23b81652e9c7cf4fa25ba4a96ffafb07b0f5b2d923019658e50a07e31e019a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:1df9ed6540864562e105cbd7c275b0d066d028d4f2cf2362cf73a8ae5175fe18_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:8665625082320a37f6cab1a564adfe6a8d044cbb04c6ea948f15f093862358ea_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:625291292b2d99ab0374635a3190816c51e579dcbca6a0ff2e7ed8f686213cff_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:857360f334810f937fd1be07343b3a4fa20f48f9ef2f47d24bf07787683d9f81_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:01c0e71209c724866d3dd9aa76163ce0d4282d284d148f70d993b23b74ce1998_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:0c1811483c0b6923b5a03a43b3f38fef76bf8317fd2469d476546c2fc308d89f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:18f92db1fcfa7a6e159cdffa6c207576fa38fe8e39542770b49c81ba7427a0e6_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:4fd3b89d351ab5e4f5cb3dd0c7eba8a693466754fa6335f5d8349908f4a653bb_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:c58cc326fa3ccc29ccc1376869983ba77f555e88a5102e5439bc2c0d61605484_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:c6fad737f5f0c071d899858498cab7e031d424ea9ff5967bdc57b64e0a85905a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:191f7f1b1a766500f8365436c2cced514c795707e232187ef500b7cc4278b214_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:406b265de3e2cc470fb4d86ebad014965e31b95fcd255a81b7561c5e8fa0e56c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:865724525f54668e194725de3701a548e253be9e4f1debc84dbde854564238b4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9ae218f40503da16a9e065d8812c303a9e349d77be1f1daef1118bb0f0e1ef42_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4c797b6452d7bcaad38f37c65d0618f5dcc998ac5c27c20e9a11b155830599d9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9b04f7201f99279c028c528620ad50d94fe5cc2d74ee03b542b73fffdea494b4_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:af3b7c16a22c617c4a08fe22aa57038e82abaf27978d99598fc89c2587e7cf53_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:cfc288c31c5c00d58db6e6ddbf2d2f373dfb8dc67ba7c6d55293cb6491c29b04_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:370d9cf25a6331bc61f15927dbb752c9baa6696cb69f65a582c82de24c8ad7e4_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b00ca84a415ab24ee61ff3fb7fdc5334ce045125a14b4b76030f46c3c4b910a3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d223ef0499483832b4f1efec4e1128f8dca303de5fb3ef18a1e9f9817cd4d534_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fc42947a5994fd05142537f6fa8e7ec3d33c30f4cc5db5c83bcbc04d076b9312_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:8d5b7a2c9c54b30056336db174451e0504a6b70a3ff9376c1d6bb87788f90103_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:beb39083588eb33f97c9fa03683e74b1c51b76874ff8c1feda55cbbb27fe61d9_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:ca54639add5ce3ab35219dd58e1bfc9f6fa38130b0ab7486c4aa9c563fde87a6_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:de303accc9d9479b98214dda863ead61ef4ff07d24234b4a23ffd1e7e1c8b540_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:10c928e737116956e8b4972554eb7a7caf8ba82ef7988ff1bc55a20faf93a111_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:4e548be4269f413c54f23fa6e6be06c229f6929645d6dcf53b7b42613298e185_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:b982e659668e0b6d9feddc5664b34c92de8626965fb973af3fae7a7f3f1f0057_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:d14d63c929e558c5397dcf01dc9f48fd0d17cfa1125673177aa58ec64208deb3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:6214236f85ba29ebb5331829fd59c2e6758256d32e12dfaed7d8218db03f23bd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:6aa15ed02b87d8748be79fc881707a0506bf616d8c71d2e3ff6bc6831f80ee72_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:f713cd7ad817a6f0062ad246873378f7c1cee829b5b83c72efcfd4a70ed644b3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:f904fba09d99a7d6ab7583212174b78bb9ed5fd3bd1aa218d91dd18864541d12_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:05c44b7f417db2ad8c1a23bc01e62becac3946102369bb26770309285c377951_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0cb142098aca9137dacebf1790becca57f45e736d0ec049d6e900d6328ac28a1_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:8cdf51b679ab14cc5f9ed2d8265e7959b577d3ca1ccd0d698a6fabe5a11ab4d3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:c5665d7410064c6b4dd06328dcd62fb619e844dabcd5b218dfb10c3632b896e9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:325bd6adeb9eb27493b5f7d117fc82e3cf8a554c618f5dfa2448c3313b4943fa_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:4c4ec510e2eda60fef2a6ebf709c58da55a4dc6e584a060264854d9142ea6a0c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6ed4590215d494f1d630556163a47ebfab26a0ea69971862c9864ab0bb370b08_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f914abc670168e625021a71fa9546c2d28b4df490f21ba4f226a3c8387d4dab4_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:1aa49c2586807e952cdf7b1d86c0b3d25a0c3a32df62dfe3a777fc8b6cdfb8ff_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:246fbd712d6b7ef83cd83029c8998ac1b29d1454ccd636f8f6dc8b47bb5b6b56_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:38d300d9926a4fcde7999191efc6d99d6154baed0baa00f3f80db8234ed1f7d2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:3f44aeef785c94afe6707cf2457557fe8c6c9eaf72a000a2f1a3680a04d65411_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:5a3d3051df9f589ab8f3c326621f654b49ad33c715fcc8babd4ec35f473e8e24_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:77c228d758f0a2ca9da46be4c2df85757bc4ff9fe87aa6cda2ff2b1d50f86429_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8e1371a7bf53ef22fca75be240eafacc23fc6d119728f5d0d71a2bc149798de8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:a05161338c6d7bffbb1b294f00dfe1d3a53cc2f7a97553cf4e050315021b75ba_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1c78469e53ccad316db280cbd0ff4f845a2db0c9986fd7ed101e08ac5c5b8db2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:53c49af94fdd23d39cbcf433598c3f3a40139903631ccc5324b3aa49e4e5dfc6_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ebdbd79898c7462a90753afa2ab80a33fa6aceedea93e6cfa036a55f31bdd564_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:f842a1e9256475b3a5a6dae87b6b5c2d72cecfebce08ea44db5449f7854794d1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:74ffdaffe00b754bdad913e6699b44aa293f880e3803c00708d853202c20f745_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7cb9bd477e9f0f711eabeffee9f25f39c7985e7a27bdc46411b6bf4db31f8d53_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c0f06a3d5702010cbd5187f1b34b42eda35e2cfb5431aef3186037a385b57233_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c8be479b9223b21c389fde445e2e5d1541a7e60267fe07bfb53d64b6afb00999_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1ec6339dab77c900022ffcae585ff86041ebbe1d6cb8639d6167ad9b97156f45_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:b5f1e96b420a872b91d1d22766e9ce8fcb38c443c23a4f4baaac6892b3c6b4f7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:cbed4b61ebdcecfb4c459c7ccfed58a1db918bff994222f639bf2aba73def0d6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:f73ad509fa3ace02e50c9b1a3eb6850a819c706e93bdf88b0a700dfdad02047c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:38370fdd1910afe69d0b9e6ca55873e2db83b50f2182cef88ed7b12697ffcdd6_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6cf68975471ddee2804b4de20e932a1e1a1ea2ede27c614ebdf5ada4ea690e05_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:7f03465e59f1584ad52fed99f2ba8bbad123d1ab885a467fd69bac0ccb9a0923_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:96f38213da8a879118599dba97472b9a88587a1f15022648358360f368b6c744_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:68ed9daf7a0d82e2759096246c1b9eb07f97353c3f34a613fbf6893ca0d3470e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:974265ec3898a056decb3965f7c793a2852545e5dcf35e9f7e4bdec328c15c5b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:aafb8f5731b597fc079f76e4bac04da231e0e4fae464b83b7c7890b5f8ca91dc_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ed5146205b69538fd31b42b0114cf60015a47f872743a73077ef971d64d64c58_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:4aa00ab509205843236296fabd03a2c49e021eb135a91da0590c67b79694cd94_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:7bf12c94e1bc56b593af9b44bdfc3387ddda30c4a4ba762e8b89ceb714f3df65_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:7efbf4df1e8e17ca25087634b7387d0763590e00a33532f86f48b266199423eb_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:b7623d88ae5520b0ec76fb743d9c788511fa99b0ab0f6180de42d017dddc6cd9_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:41dec92ab759c44ceebe8eb15859b2ff29986dd5791ccab79f91cc1786a0b601_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:8014a45236ce64d0e0f3e35c6978442fd4f9ee21fc3f95e51f20dbf12e50359c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:94eff267e214468250b201f0af1de5bee5aab3e689d1f8bbe42d66f0c2adbdca_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:bc3e093b2d1a5e3962b9f02707aaff0d7e0de545a4b7a1887e79538aa2155fc8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:54e4d8b1282351915f2f22fa4843d5b4d19645dd890c4675f35749e2415d476d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6251627dcc972c58a39485c410c8a264d140b876f8b47765687a310ee4d28524_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:85c974e095e262ec405d402ff2a2c4419824edfb9859352c35fc0c8d1bc64c8a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a40c7d9de59a25a7212b6f43f281647ee45e21e948d718b43a780f741b0dbbab_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:a47be1e76eb39ed50efd59b57dd26a780674d022ec9d07d0b4954bcb309e39c3_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:af65a9f612d1e28e2b43f0917dcd06cec30dcb20366aed6a40908b74c07d05ef_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d182a13e89c363a605f2e6fc6a3e554fbaf27b9dd405ed84fccd8ed41bd8d8c3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:f3ec661872a5234517e8761e30e4e15cf2c7015760870d8dadb0c3f07007c4a3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:2186bb9adcba18266df62a838c9e79c6ee2b3181a97f6169513fe5202c0a75eb_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:6d89ed9ee8ac602fb6749bdf73bf0660df060810f805dbb807a903ed2dabc69f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:77a2aabcbd55ec7fc076d5c23ed8aece5424def3995e624291ca4f2139e6a82d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b0b0ffaab41c61cfad9ecd127f6f4e312ac45d548d77694cb470170b7bc540de_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:50e4d73d1ae6212010a58a15d5192ba8e60829e0e140a6d0bc849691c5c2d78c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7f0237ff4599cbe5aecd287913b9600a0bb36f2fd334a2a5691736cc6c5a8ff2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:862b9097cf6e1635d30fc1cd94f00f4656bd8170fcaf908bd058455298c46ac4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:984dcda6b5ea285c8a07461ff2279685000f35bcf3acc71e3b12231c782442de_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:02417ed67f618617fcca2270744e0dd3cd81a62d7f5f5da6e73221a7dee07649_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:b3b52c01b3d3351317eac2e4cb1e2b76bb4eb0b4698990b8468a9c26f42ad820_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:d94be231705a6d833b988b01a2aa5c6c8b918fbc38bf2ec8420bf133ccda55c9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f258283c5c32b7a28dc6c33a761eb7722a782773745325fbcd7bbb78349eb2e1_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:3d64a1e4f48ea11056d02d8fb29b5c5e17ba298f0a603e964ab1e448033fc66d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:6f737b4318a8f2e96c34c1f1e97ec23530533bdb33acbf9cba8982f8405f5aca_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d41416b2ae6fa0a882bd778f8628cb1258326ce3f212a1d956ba726b74248c60_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ee83baea9ff008d502c891af974c6ba419746967997f11c13266d7b02f7e8296_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:1d2c5714949f40e168358c505c0de750f5e2dc7dd0b2e99d31fe3af4cf1e864f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:517c74dcfbaff35ef2ba329a74a70402a228c77da442d263e5d3080ff7193965_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:9cf2219dfc08fc0ecb0f93c2e87ae9f8a7cad90b221742787a0cef6cfc62f007_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:aa18a0e963b906f041d4bf64c304ddef470fe78475378e11cb3565e5016beb06_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:1bbed360cd870566238b6c800e8522f04f02d16712c303eecc361af33fff436e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:28da5447837549fc35380edc0dc366bd59216852c59cfa2b3d512cf8eebc679a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:2bd88bbbe823623f5774a9813c7e43606ebdb6cd87b2db7fd78b7fe0c18f842d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c4b67e9207ea19d96108ed0117181a716c10d933c89ac036e49e952953cc3a2f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:11aebf8d07597c63ae5cac4cbc04e38d49ae1a4f8824ab22128e0b5c39e805cd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:357f6ef38223cb776249a04fb6ec29d61fbd24f7b31a5730544e449c1a5d9d6e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:83121be160c1fff1d16e17aea4daedde7e231b83ccb00349841494e7f87a8d1f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f2c98b4bc7bcbb9ade56ab4cfe5d44c32bc140b52a7ee9c5b9cf5957b7ada1ad_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:0dbaeba61694470f09eb05534c1dad038e310311f75009af32a0a1f43d469677_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4896946bdba46feed18276c4f29fe059ede4f60138c966fe9113aa93bbeadee4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4b81f38f15622b32498dbd192503ed2c54462959485ae48e47cfd67239181003_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4c02ec12d1f3762f4b2e735cd1600a00fd1bbc62130e005fd9842bd3f7ff7f6b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:18899c6aff68b24c792281604e3356f6bbb48d3f09db95f8b37f99ad7f8c914b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2316808c7649cb351257c6c2ee6aefbe0c0d561b822e3eeb18e85dbaf04491f3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:451233d80bc028a63b160526e07b233807d872f9d4e14da6ad4be96f64f29491_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:74fb3a4932ce350cd4da33d57a4fab1269bdb5e446fe8f93fada1b304a622ce6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0c7b57c158314b2f956181a8b28a9f8d7f83aedd8c87bb9bbbeed76a8fd7ea88_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5b88f0644f5b8237cf8b3aa0f6ee1d8a3899a912ce6499d1bee0aa902b2f8f80_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:672d284b3ef447aaea1bcc0a14c677c309116218340929ad59eaee178e9e5cb9_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dbce5221138c15a4aef2f65c3db8bab5ef127c48f3a446ae085a203d8591730c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:157d40ffe95e88526691e06daed0064ca15bbfe1aed547f3a3b968b9c36bee0f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:3885a8026a64c7f497aaa90c50ca93cf1479bfa83ad0d28c4f49cfd3c5220f66_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:457d21495a1f47cd6837f6263fa30652abc7a215c01962507a1e1bd6f4968a09_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9dec3a959d916331f6d2a59ef1e222ae4ef3d170cb344e2add3937966cf1c829_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:644f19b57dde50e4588f5cf1c4d72ac8d49dfb396b7c04d59dcdf6e27bb12017_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d5374c58882769f9d40f47d7aa8f20b1676842c8f0cd8b55a01d6fb587ecbfc3_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e9424fe4b804674ac06d8902eacaa8bef0c09f2c7441460621e587c10c079826_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f89289e63a584031efda082e7f77bd0ef4a28c815b3590061f8a397ee8e5a697_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:01eb7dbdb11a50a229196f82930e647e2080f53224bb41ca2a0fe6349c5d8d03_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:1e7712eee6328cbfaafef32ebe96031705ca193298de005ce69f63dd39eca9b4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:25eb621a41d2e7127f114416778c571112fcfe768281edf5e0bb25cd77235351_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:ad58b2585ef510c8f4c8b074085bb6dd3e17ed3248d7b86ad3185c76ec33b899_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:0f04929095116509edbbb1bf2a5c4a9ed725acf2a43307fff7cb5e4d225e553a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:2b9f99a6f44b8f7f39c4a78ed1f17726c933677102fa6953003ad1898f15ea94_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:edf6a8244ae0bfd588371101aced93b5ee8f5073309daa7ef6e407b4521928e1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:fcd4846ca63a5c2941046c19d96de0bb06ad4205c4f980c844dbd0d98df00d86_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:053cf21c2a3b09e2ba911c181d3585cc24390ba0ae4c130b9751a499c53a3196_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:154bd45ca42951efb3bcca14a5fa0bf055fe8c27d2a58e593e11d24abe2f98bd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2c0c232df35e9d03ef13aaa8b44b12b6c9ca2127f0a5e827d46b6beee55d856a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2d55f19aae3c983335bbcef443680455dc9e7b0ad49a8779e42165f505d19b5c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:01a8046396354cb5bb0c950d4511a3494b9e0ebc56b3624a48b41b60e0b8a30a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:0965f3fd7423e085d7682717f97901bc43da7a6f8aaf1f30ead9adeadf0ca649_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:33eac7aa9a8fc302b48f4541dbbef960aed461f73e42e413c5eeb25691a73905_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:7d168d6a6f797e925777d01d55bca9e2cd7f6b30e52a76607475935a7c87bf2d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:669d559563c8ce25ab835bfbb6d05b7df7fca88a0ea9374d50bf8373265a8bb2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:802a812b969112861ccc9a78880d0764af5c89c15198a594e7f8c1d6c2acfe0f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:bd2a533eade7e9a0589c83a3dc428d594b174da8c4eaf612d676d342dd1e7dd7_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c4efa347b4b2a9c938ad8bb772d1161a4a2b8b1e54455b0569a92c2f29cab2cd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:07ce41298f16b4f99d8cfaef9fe2a113855c4181c3b211d6c1f9e4fbdceb7d05_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:1945fc30c009a2abd77ec710cdae70cd18c726f633af7d9d8248fb56d5329638_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:566214654a337f7b2f76cba30abaef7b5abd496d0aa6dcf710aaa1dcbf740863_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a98ff558a980eac6d39c3e2d8275d0db333679521d54b919fd6b2c11a739f387_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:8b09b7ddb7949a9db7af4e4d1d8f15083cca65cd704b707d93a7d21a9c9e3c13_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:aa426170166116c40f3ad7a70d05d197188ccae8023e802755aaecb2decac985_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d4704096bb00b1d854cde90f964aa319d2898d407794944ec0025b386264f2bd_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:ffea3b9a771b27a8d8db70ef73a5089c7e343a26f5ca93698d490d2ebe67d206_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:26506524326c64baf2e77da8073ce297d72a583d6ae194516bcb6a32a273059a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ca8df7b4917a2c1b7a22e8f753cb19c9e92b15487c121e94156961d5b5cb7681_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:d2b5095502841f6654d21fddffc781f20990b586480eb4b56fc6414ed291d7eb_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e86eb8681972ee463d5dbce6a583dd035f2c38aecb09c3a6059ad99c3aeb8d31_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2003bfefc53e825002c66cd6aa5035d13db264ff9f4fd8c99e18683c1c808f39_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:284f8b74d3e69b69759f45116d07782376cda8554979535ecb4bf9aa8886af56_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:546822ec9a3b2688b4c31830872381cb22db5b476e89462c0e5e448ba96cfb77_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:65d9d9df5aa55831a1627b179412760f114bdde969040ba73c585c6449d19e36_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1a30ca1498e2cd83d64956812ec1facb07f796fb8db50977f3ff561ceb0da7fe_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:32700244d0578c423c636b0ef01254d823d0432125e1ca929d0ff1e115a446c1_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b562637dc56ed32a75a444ab2f31d75e7741ccea5b8a3c004df4a42ab1270d6e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c2a8a8f577ed98972d273ded3df429d0651608c8d46354584a2fd85782407b2e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:2526b6065d1ccfe1e36fe5b48958a22737b1243b3f0df10ee3d27e0a62fe340d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:34108f69a1ae3d91059fc955d42ff21e50c12390296677a94c4e691a0866cffb_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:4c2712c451f03ae375bb6f122c17ea1c28f6c52c2796ff64a893630733c6caf3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:88999cdfcf7d367056945f5fbeb558c6ad8a9c3e068e67724d12090341341bb8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:71b555c5e31fb0c3ad0c512f937027a14b1dfcdd4598438bda3252a8a2100c1c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:9c69c2600d5d0317fcbc2650fc4b52d319a32c3df9db6b5543b6ff254c3b9fe5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:bac49120f60baf152357368e241e3103a5fe6aea171d8a63917e8798d81bded3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:f270351f6697f9d7d3d8382f298956d6e1c5d9e8ef38317bfa7121e9825713af_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:0f3ebde6a312b04a5020957783e5156456dd0a60c9e1f009130e295b0143160c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:d878af0364938ce585214d77b78ed92b44c916113405f0649d1e727f9c010b3e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:dbea9f717a33a02f4fcbaa6029b6830b47b561fcab1063eb868812794159b303_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:f5ac07ba3f562b9c62461916f868079fbbb47d95b24379b9ceb55206e616e140_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:287c800f33b7bb17969c93891edc40646cc48acc9b741138795b7f041c82bbc8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:53ecd2e093819c381012a057628f8e614c85f0c58b6d54e378e2155122ab1d8b_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a840761823769c68291cefa9028e0a6f87b6625588b1850d148b2f8ea580d8ce_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:eeb3bd21c506b7558241ec2458d57407860998b91b4742669982073d6612a9bf_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:1a94c20db46917d931dfcbe19595ab6b4ace22f81ad34ea6d329eff8def1f0da_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:71d75fc8a847695728ead4620c5d19ccfc9b8bac9f51521af7ebabb762839425_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:99cdbfdac01ce74763ab9304f3bf30156bad8039a454758941bfa2c96da4787d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:a56d06011589ae7f1b0a338ae33423e77c559a93f4bd8924ebbeb16fa341a7a2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:299842fdbadf955534b257f3c63126a79fb14a9856c4530df09debde212a2384_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:7adbe4c7a14a3d470820884da692bae174fa6d170895c3ed4b02311a66294ea5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:0b264678a566eb387b44b5e8e2ab61c5e12b594aff4db75532d9fc8cf0cb3a78_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:ae2978f43a4b765fdcd8abe8e91956a0a1e267c0f76593d94e52780fadc68388_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:dfe83a3416da5cb195d8fda8ee8eec794dbeb0135de72e250bc965ef1f70bfce_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:e6e1c74ee273df32544e6119badf3b3c260e48c60934f67a7869dd739d020e1e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:015b35c884c0e9b5c3a2df4e3874610dceda9766b1db231a0e99774481c88bea_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:170dd5cd1770f1c560d2d0756a619a220d15c91c8d8d51ea322818be40603ed6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:7f43c6487ef0d6ee493fae02ef100abc813294f027b702722f38c619a5e8206c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:d40a074405d58180667a3722571285167277e73ef4247221e5b5c235ebbba38f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:1fde8ae44f15902a4a5dde0328cb037c74c40ab527db4963b5d703c35f2b2c6d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:8a13fe639a4db964e30cced1f77214a915489f75b2634356259a03f6f280d856_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:afb26125636804082e2827f1d473d49cd492a6356365c186f69873ad8e24e099_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:e9668f534471f09fbfcb31c76be4b68a743549c50255de8fff8fd0c8b4a34924_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:0a67e292a5b75f818272a3302f4d2d334ec57e5e0acdee47fc6da52625e6fb60_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:50be8ffecf96273dd18c233edb39db8e3088bb79acef2884f47b64a543f15e71_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:8fdc9fb2e35d486efdac44adca6152aeb6bed9fd88c183d80aa31da96e5b8c6f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:914fe11be86c707b3e2ea354c5a1c0cb72affd6d9dfe63ae2438a1a310ffe4c6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:53ee6ae093b31ee41b13bb67b40aeea723889379ff822719c8174e4272cce99c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:5e9cda0da90e658e08a08c69480c461701b03323aad484d887f12fa3e11bc9bf_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:8921a94912d602af5cb9636b2880c1ec7d8eff795473f4865f4354ea2079d428_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:d9b23f9f6c407010472286a31c17e8358a19103fe03260180d2d615aaa91eceb_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:53ee6ae093b31ee41b13bb67b40aeea723889379ff822719c8174e4272cce99c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:5e9cda0da90e658e08a08c69480c461701b03323aad484d887f12fa3e11bc9bf_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:8921a94912d602af5cb9636b2880c1ec7d8eff795473f4865f4354ea2079d428_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:d9b23f9f6c407010472286a31c17e8358a19103fe03260180d2d615aaa91eceb_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:0e598a4bc8097ed172a8e3e8058080ae3db89733c02644047e46cfb65b7d3b76_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:595b8a01e9b2189a3877041ce66509eb2a2a13bb0d928b4fa772e7d22d7e6bb3_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:a59804ff3479bbdd8249f52e145ad8099e67c790dd353684fe6faadb7246f3e5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:f5bdcc739dc1dc70a53c624c35d3e5e9574bbc67cf488919041e3ff0a11f009d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:0e598a4bc8097ed172a8e3e8058080ae3db89733c02644047e46cfb65b7d3b76_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:595b8a01e9b2189a3877041ce66509eb2a2a13bb0d928b4fa772e7d22d7e6bb3_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:a59804ff3479bbdd8249f52e145ad8099e67c790dd353684fe6faadb7246f3e5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:f5bdcc739dc1dc70a53c624c35d3e5e9574bbc67cf488919041e3ff0a11f009d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:06e2320e7c46ca66239bd9cd22eeb576f1c42f3acd26b8db1f6976e9717676fa_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:cc795d7a0cfbefbce47789c6d49532a9a41b8d62075d4c94bcb265fd3ad8ef6e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d87fda521517b9b5505780eb2d84212843145098e70032c9996b3250222fe604_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ec1000141bbcf65e1e79f4dbfcc97968b05cb1189cc35974ecda36bd2b8d302a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:0296d6ef8495a340807a800e8064de04bffd08cc24772e1482ea34d3eb39a83e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:2cb477ddcc46f5b57b4e81a8ad1163c0d3a13676e7079647dd2ec4b94281e9b8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:d85d011efa26fcf4fb9049c360e167a82f0f332f006906f945b0f0048d60da03_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:dcff01fb6c0c0477daca085f3ad54d39b6480f139ed59cd1fd4eea9077068889_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:0296d6ef8495a340807a800e8064de04bffd08cc24772e1482ea34d3eb39a83e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:2cb477ddcc46f5b57b4e81a8ad1163c0d3a13676e7079647dd2ec4b94281e9b8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:d85d011efa26fcf4fb9049c360e167a82f0f332f006906f945b0f0048d60da03_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:dcff01fb6c0c0477daca085f3ad54d39b6480f139ed59cd1fd4eea9077068889_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:5d7e619ddcc71a0244aecad37870bbe6a9bc993db053b68f57984c84751244f7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:6d0070709140682d4f91f5e7e1341cdfab3d992295f246a3b8f5394a3c290e98_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:8b8a1b6c5fdc802b3185d5a91bd9c68426307526fad048ec7b7360d2885a9709_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:a4b5e6597c79fd99492ba89777a51a9a0fa767a9b174aab5ad38eb6f7a195634_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:5d7e619ddcc71a0244aecad37870bbe6a9bc993db053b68f57984c84751244f7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:6d0070709140682d4f91f5e7e1341cdfab3d992295f246a3b8f5394a3c290e98_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:8b8a1b6c5fdc802b3185d5a91bd9c68426307526fad048ec7b7360d2885a9709_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:a4b5e6597c79fd99492ba89777a51a9a0fa767a9b174aab5ad38eb6f7a195634_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3f240b50f6973f1ab0ab53fd897acd7bec248c417923d56aad6630cee4bbad5d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:69a9487a24d400bbf3ab5bed205f622267fd19783a1c159669359d706a76c3f7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:778c6697c773971590c2187e863a18d45dbde7780c0da354a96480ca7e742b35_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ca587a8911043d96b60e967e4b2e33892254096414910174e6a7c395583e97b0_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:11801d98d9d8db5c37bc0bbb72aecc2eddfd0836d079f91a8018dd297e6f12e0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:34f5458a8d22a1b295a6cf6be82bffbb427aa6421c19609d37fbdb0de53afd48_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:5ed572029d4fbbb484fc3562046de00f7deaa0639185e26adb2210447a8ff958_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:8c3c79a3da45f6960f8cb68074488f8c1a97acd2637deab99b23cf5feb3dd831_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:2c452c9fb2f82e3b4e746669a2e8fe16a63cf009ddfb94d698529cef8f6ca8e4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:4eb82f07e01b4f66e34f933fc4c1ea0f09a8e227a216a732290e62db12641ced_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:7e411329883832f7e0e9bc7bcd716a5cc48898a051351176349bb877aa7a1704_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:fac2397c70e1a2d1457e45554f962daffec82ff643df596e3e0d47e2cd4a5727_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:71ef3a2f7205d5a4d2e223ea82ae0f8911ea9840cfc819e78931b5d8d7b3960f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:836739cc20594452479eb9db8a995d1caed27f82d8b1e7bad6061b0a7eeb3f41_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:9a6743d451c6a6223891fc13ca4e1f84328f5cbbe5be9c6f4a5505e47d894651_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:9b08cb63eae04604aa25e2816fc894292b63287c078922296ccf3108254a420d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:30a8075c0829c7e8170fee4fa1da1e4fc8f8fd7e98c03665692a0d3790a3e404_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:91eace031f4e244ba7c82194f0d9e4c42e1b3f83b4cea8281fbcff70a02855b6_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:a3a947c318b1d2cee8676949477eb154eebda2d7b01bc83aa3ab81b305d0c123_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d4485629dd69e3646522bb0c6fc3a616fd20e9e924c83481423beebef6620ed6_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:0050083f13ea8e40679295049c4312081d38904d8ccc1396b80f27544d01a06c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:1fa5db1d68336e05f0559c44f107e2968f7e65842d878a25355f37ff487001d0_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b8901c06e9ed87c8998625b99ee186ea5ac8a0a89c0263e210fc77f6b02fc36d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c90ac14a629770bd274536af0f82519c4247710c79acca953a37ae18d5108861_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:61ae2afb181d20ddc00f7f0f1a6a206221d15c887238ab048e10f838995c3d28_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:92ccfe03e0716617e78fcead09e592075632be76cb4d4f906a32fbbf1e7f79dd_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:92e8805702148fe8bd56ce06cd18da14eca209207633ecd89b3b3db27e784d2e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:a74af849f4f9b5eb17e812d798711ea57b234c311587a46fccf80b449e2ab091_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ce86043ba90a236d904b5bf8349678a139c9d12abee75b13e20b454762a79b07_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:fb673b9cd4bf5792fb1cbdc40d8ae3787b0c371157078ffbd959748ab0c19db6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:788f14d6d64cc43d2f137a2b5a2e13e80b6d7bd1c5db3aace5fc90b090cc1325_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b1aa6c712d6b2c05c5819d89c96f837a164cc978670d9ce0ca3676c2bf327ab7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:e0b18dde5738907a0cd2a7e54a3a37bd341627b6e12c2e8901cb5350e78e5f9f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:8b774ec1d7062dbf21f9d4c9c82926a333d4b530dd31e907fa292b1673c17f22_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:a44db4753020da0574e7b2cb486ed690ec6d452d9c9a86f1a35155b3203c3f14_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:fa22ce356479e36e38b28420a89c51826e52e4ed29599f8d81b33a4c9f17742f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:001a95b33c0b3c3c0000b21d4e6a0802ae3663c1d5c5e1c8b8bde03e248b74e9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:0f1a47dcc7b5e8d5d82076325fa73ec6bb18d6a7124bce44da452848859c03fd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:887ef213faf48dedc023d2c533d2b414f5cdafb4cbe79a33841d616ee1e6194c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:d74b26dbce57d591c118a178762b14e8d3663efedb7e3bf423c134c04361b4e9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:39575d20a0b0aaf4e66e34c26cd0ab61fdb672d13cacd4b8a46a05355ad98808_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:62ea773b1ca80e54dd81986d7aaf175916562abc8fef3a7a0785bdf976d43f35_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:a70b67bb199914cffdfd5a61528d442e434bc3dde0192e91f68cd7a23ec20353_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d53a31a064e2d3620ca9a6625149b02efbf5bddd3592afcf355d03f6539c689c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:00085499aba957ce0074d5f821884de04c511d20153293c39e85fb4af913c679_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:30cd4b0203521c2313602ce5bfe38fb36826471bf97573a4581662b579199d70_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4b5e0baa200d25a4e50917bad8abdea3860f7443d634ff316565da4650c7fe31_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f260327ebb92a129f41f5adbf40298abc26df6a7e1a88d419533b4712498ef53_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:1d51e5dd1835cb7d0dfc3507966c4d9811619fd68debba7a51f92351ffdc8aeb_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:d273edcc6cdb663d54cec22fc7947d30417ebde92772f7613ee71df7e245f8c6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:23ca2c33256242f865b28d356c525a06f15824a5b407827908fdd88909399ec0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:4d419fd5bbe80740a39821dbc54c463ba88056f16fb9dc367cd55f4704c382e9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:44d79a4c2279ff4d86d2a763c7d54209f9e24638fd4d1cedd5579b19ca25f5dc_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:798b93cd2c8dc91007f8e5ce984a9416a523ca1ad1d1edb48ee299cc38a7298d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel9@sha256:6089d0673200ad7ea54762cca3ca1b913ae4a48fc12ed42da637b6b17a6fb7d9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel9@sha256:6fa9719d09f35aed806742a476df49fade99829cfb07583b4413724fbfa1c194_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:2c22af5ba4c507b1d44a2f1b2b64585ec6b7225fdfd507cf9f2691376d169819_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b20ba95a4ef35e4a72e3b861655d236da808c9392f6f5b9b7b760f4c1ae12bd9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e93e6e39e6a94f8aed80905145fe08b6679dd15a84ded4b4ed0b24b0afdb36f4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:3b57a94699fd5667ccb1cade8f56ced7b4c9bc06969da3a9036fe4963a6bec0a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:d2e27e8532fdeecd9de5f9cc0ed750cfdfd92d82dbe142601c60d32693e67277_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:017c35ad3581bc5d47691821501fad35bc737e5c8aff5b486fd85905d6f815ec_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:d7c0d00e80632f5acfb1c3bc82e579be6b79e15817540e9c91cd6b3a1b3f6ac8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:03d49f30a46c3674fc120b13433e13a2fad082c984014f459ac7f10ab3e9bf97_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0a7e8b5f1b1120382de52f3540ff6908208bcd4ba242abba04ba79902920efc2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:2e903dd9147352077a4f775283942c3c66c21ec31fa80e1f65a048dacee8d227_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:77b9ae4216d409ae20d82c476e101fdd65c15eae30c619fc8c51e1213524938a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:369734364457c3584230c9b2445742b2dba5964dd7733422935bd16b71a0ea8d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:4d8b91d1d166f1ba933181bc34de9c05ac4de59a785c707e0eb695e4a81425b8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:5dd4a63ccc8ff694f3d0b4d38290cfa647c8c6effeceabcd86383af0657c1e38_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:d314434ff086a17a4dda0e0bc5499d892421d66e97cae55ce50336b25c14b9fd_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:2d4e18a550d1257dc97dc44428efbfe326ea8f305dc58228dbbe74cbdfd37e26_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:bce1b5dcb9d752202065a6aac8de3ee1721b8de03ee0f78f569d0f841d568554_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:ce8fa76166c3f37ae6e855b75e43aa462b0571d2720dd15ec7b9e282d522a13c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:df1f7115b9ef18a54f64b9646a27393c7c949a718fadb28ab8803d955c75577b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:39cb774a7444cc93f1fbb512cad9323fcc3ae217d4402c196a926701e98472c3_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:68cadb749ab080da743feff2b120d13f66cd54d61b7ee09b41083e36671a0f73_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:8300f9d1110230c510e9ae8dbbbc4501a5ce8b57b424f20ae3e42d4918ac9b48_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:d3f327e2a5f4745ad2cb946a2228e42bcf51be9715b23732eb1d0b877b6d3ba3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7f6a13a46ae75cda6eb2d5688c851cbbadb3193ac642494bee3d5d2c5e6ea8fc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:b92d8c3640522615577328179dec1c851becd7e42b7282d3a50f7af290c4037b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:4463bd38f33b06d584ebab15f5e2742693130e299590c038416f833e6ac313c5_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:8728d2c64b36f2c3fb9a52a1bf7ae98c5b113dc06ed7cca49c7b3e9f1789bcfe_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:4f68de2634b2f3650f98ebcda1c5c104a7941710c3ebe83ceb8fff4a0b697b82_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:a180fe7b396945b5a18274c742f6c01d726ba6177ff6721896f0235d943fd578_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:17cfcbf9d6be2d228c4cd0d8a5f23d4bee7814366ee0cf500af66a30ab43aa4f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b8e224d4897a0a99e182e966a61817a0fe93de3bd1ed78f68ee077239d65a908_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:c11fa3e642fa099dd30b99375606f82a4cfbe67017d832f32c8fb1ed58a5aa76_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:d0960e7974bb914fe45bb0d740ad8a84cacba8233e9ee0e9eabd5b3e71372620_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:d5f38f5666ed4b7f7e7da03732367e1a5d67f7f7d35c0c4bc232b5aab7f2f2d4_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:e74e1470caa81fae1509bedce3d3d1a8cdf89f814e174593ceec0be711270dcc_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c9ec31a316089747957c8cc1a8a49dd9476d45d6e7af919fcf538a367d35a0c3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:d35056c3c4ee809fbfc2674c9085b16f5e5d943bf7ad710c6aa4e5713bcb095c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:dcea4453ca75f5c44c125c1d677f28702cb94a73366a520e37b842ba5128577c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f3d8cd4459b8271e7718d4c5e97f92cd7db4776e719da5d7c04025e18a622e60_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:212c72d2288a050a21498a5ceb4c3b659b4bb98d0ca445d6b85a7a8b94b35488_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:45eb78529c0122f43a9443d06679db427ec2a389f7612ebd36000ff9f5ed48a0_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:d105ced863235a301224f506642394034cd0209f726a385bca03147944f0134e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:d1fb82d1280562120cc7fb356701d1f33254a177da5d0c0db90d2276297373cb_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:38c1beb577ebc5dc35ce3e31316346f21d7d9d6c297254570d6c6f8b8af4268d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:a083d6d53630f47a8503a45b639ae5c567d1f724096d1f729082bfdb9d760585_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:f2dffb118be72c4d3b75564f6038eadc0de8d261d6b1eaeef35343ede6056539_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:fe33d9c4694948619c5e95464f48fc82fab1feb283ba1d57225b3678085981f8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:20d22b7c095cbe52a127e22a428a8b27c287c4574abd32c2133287dfff3aa0e9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7f8d1c497000e0ae2985e9ea5a6b97f0c24d64e92440358687c8a5fa76bc778c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bdbdf3620970cb066fe169ec145f6db31f4bb4fc768cc440f4b8df83f57f206a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:eed72f0b204935fc71bbf10495f0e5985e5049bbfada39fe8afa8a60d12833ea_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:0bbf3eaf02453b7123901fa866a7f3f056ec58daf047b51ad30e177574ef49ce_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1ce7092cace33e4ab97d548ab4c9a2388dd84e53bab452a7458c8a5ed4495701_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:7985455eba0bb60e7b1067f759f3e30ae73f9be78068f953e060786530253025_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d01e8651edc6bd95da78c5fb2201aec7c785126bc70e0f03e0f2e6ce67d245f4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:12e6b0853b26b6504bd578914183118e2c74bbaa0e934a07ffb99acf3e19efec_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:26a6c5c8b798a039e227d5b6f02a1bbc1ca2a3c3354d98ab7beddfdf39e323f8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9864736555736cb9912dcb1c72f7d85aa75ec96286972312c2d0a3fc24788d42_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a82429314b1c0785c2d46c99440175d0ac8311bec3f31da3418340a2a0a55ac2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:2d6d0eb401d3529cc09163cd67fb8af3d9629ec14890e3536904669e409c2262_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:33a206e8de99be5297890d5373cb7844c0ebf03285547a3dc752c7bab031284b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6ffc197659ebe1017b99eb4f9b3646ff311aeb2bac6d580b3e9ffaee6138079a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:8418c603da899631b4fc20e064533ca74f94b98e20ba3843b7603c9ff7cab8ac_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:02033087b0776681f186aa48725fd0e2297ba2e22bd554269ace3d51b3f6da5d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:c2a8ee96f4cca328a3791758909bf9322ece200a84b10bc15048979aa827af3e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:3fd566875c0685e36134791ffafd5232558ca1830324988a55ed8e189fe5c35a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:80d2d5f45ef286fb8ae44b74ec245a68b21300e7d1deb60f01c527586e036db0_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:089f5b6a5d58e7dfe1cb8fc7a552a7a3a525208e0cfc86f88362eacd3b11b8b7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:263187d98ca0b290168472163b9a8d81dba1077cce8d7dcd8419894ba16524d9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:fcd7799ce45632b008f561ee8688988c8dff42b9e0677a05302ee8e325e5613f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:2665982a7b3d16d59f3e11ddf65b1016828d746db8aba950d9094cbc5fc3cd26_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:8a152f3e2f884f37e0c222e8ee47985c2363cfae12745eefbc305b30158110c6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a74dfebf03b4e0c686a285f0b71653d37f945c6c8e4fa5e750cd3fccdda1ead4_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ef3b7610a226305c920001ff036628d48ff3ece3ff46c9727749e619b69d5524_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:31d45f4b5897554f9e459bf8822cd945a0307b515f8c2247e968aa3251bd9dee_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:439e379c449e0011dab2323ba70da96c9ae85de0c78ae65e4ec97cb9e792cc14_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:9a08e22dac8c713b0cde2a6ac9031a70ee16bd1df3d093f8533534287ac7fc41_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:f1341dbe1145a0d7f954d04b9309e8fc2d44ec306db7ac48ee48b63c29a935ee_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:1cb4e934a34d7905afbbe8bc1edd2ce28a01f2f10ed0ebc0ccb62d732009ac12_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:2ea17ca4317c75eb3a86741d6925cfa3b0f8fe5cfd14281ac42f2f61b983bf39_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:9c2d1fbec1fde2e3a0490bb630ef4de043fac05c915f6db43904feacfe15541d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:e1848797ae0628fe6fe4b16aca661ffdd6559cbfe56fe0892c01b6885cc10598_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:36fa337753dd82ecf610b3cd5bc3c32b4d863e7ef6326610004d5ad2e9e8a369_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:805c04faa83fd96fb2510deef9c180846028dff7c8de992474c00b34bdaf29e0_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:bf8c8fc79c16f075b4cddbf83f6cdcdbc00ae5b64e11582ae7446f5d44666223_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:ffa47990e61f60b7f7f65940caf22a8340af1dd2924f3dcd6bf5afda8cf369ab_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:335e23e7ad1a695dad06b98fefe5aa1a14540fdba46000257a0fa7f269dfe6a4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:a5fe2690e857872fc80ddd0a8e72a92508fe8bde271da5d9697cd6b88ea4f08a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:cb498e9708e578bbd9feda69340a843f0099ea49abbf4cc88524196c6d5a85b0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:d3e663795f398f7a945b75b5eb98d9171dfd65c82ae1abc583c31586bc2afda7_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6330474da38ae06e0c73f6319cee3c9d73bc48a31a155309222dbc414e76efcb_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:72ca1c3f1ce6ebd678469ad94416f27db9a6e9ffc5e22a6c0636f4f26872fa53_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d3d0cf16422232526f461e140aae0e5cb0b5c56787e6dedf93c7e96bc6c29594_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f1a0d254b3fe80b66cea05d072d13bb9870989299d9f2c5d7c93b9ac9ad3074a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:8b11535627b9908e957068a9183280ac57dba63c90150662b14cf728238c8568_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:c2fc14113c69627c79a7b28562b05f2c251645c976ee1928721c1de0d48a14b7_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:c3c2cc1cefb6fc3a12978f4f14b3e6d3a90928b54b4cbe092d28dcccde2dea01_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:e7b0213d1a1a9dbd9921ee545de41c263078dd3ebb1f838dfe150e73fb51ed2d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:06f1abd50ca304ed98a0dda0a37c62980abf90b926e596ea849edff7518f4920_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:167c7118d171f577a41a66acda52d3ebbfcf1189e2a6fb8101fcab56b6a7df8f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:1b2723e537e9ca906f3d1a6ef70a5d0c95b59623fbfd5f0c5bb6de49e6effd40_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e090cfadfbd9d9587a006ea68407fafb1673b93d6c1f6e77efdd2c658a503669_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:49823fa689e0b99a542b3363f61c609730ff500b1c83cbe9aa2b3ed949e9d79b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:4d213b4b7b581e6ca449fa12678b4b75b06b938d16c76c054910bf71c2b65168_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:761eefac8ce5fb75389e8e452f927143acc1aca266602d6fca8c007c30d7eeea_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:8071b85d6f58f8c81756886952ce6fae10fe9a88c83927342bd6106f1e234a34_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:54eebbf509914e15aecec16dc21e8e3c848bedda66394a51ea4088ed16f0d3ec_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:78c9f0837ce0827121fe91f53a1ae02bfd66b88ecb45fecd30826d47db233038_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:b31ac2f80176d24f71e4e1fb8bf8f153cab65e069add24cb891a021a06c0195e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ddb1c43498ca301d4a437b8ebb23378c0db0b8e50f58b0dca911564817db1854_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:4f4ed9468740e6a521d1e095bdb6f5fa175c7e1f05550d999ad7342650948c96_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:594299d23d3fbb349d6fb9c4e059320829e7d2d643d890298b2a94c4314d92e7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:6800efa41a1f05c0d4d2f6702ec6f2fbbea73c3d3fc025dc62a5cbf3233add53_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:dc4a15e5ce1b7f4e932a3a08b32264abf570df68e15f270d7467a43caebfe8a1_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:43594a42c2342a584f5f4b8296b6726edd85f8a00b9703922abc78320e8b6f74_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:805ea7427ea3131fab72e43f80c34db682ba3e3603b438f1315146f24f706c01_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:9f06792d0d1831f9a557c15967cbcf117365305b612f3a23f793863615285ba9_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:b010ff328387fdcb88aa746ded0b63f609c8ed3a9745ee2f648cfdc17570dacc_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:08f3e89b2984d8563a822dde8feb96231e9cae0e74cc7a64b9871d53f4a9990c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:430e32ea9f2b6e87ca04e7713f393441f7dfcb0df57c7ac4766b439e8c281396_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:477ee1d38e4457c9378f05e83e6086787b957bc93f5a9c280c4afab8a6e02152_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:d42373331e4dabbca4921280d47dea956ffc0690648ae172f156605db302c8f7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:87017af27e74c380225ffcbcc961d2d345b5d997df552a9248d07d8230dab3fd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:ed7dd0e4fde979f4286ec5fd7f3ff1c51eb22d15af56138ae838d97df29884e2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:205cf240004a81339d5673b723193758e0bbdb008db6a294295412b6f92cd1be_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:2bfd19c9c46179264bd0d7c37f8f7b9edda077f3210f168f010af88317904d70_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a7672e4823bc698d02c4d241c84a57a523b13a267850baf8c1ec44150eac7f7f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:b84395e944be5010ef965bf387939c481d9c313b8abd2338414a3b592de7a219_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:1167bd175a841398744ebf28418cdb871bbad24ae38db5a88dd07ce5cb843d86_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2c2340eb12f729cba09a33a67a873fd11d421203e4b4548474d88a6e37f1af14_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6a01712dfd5ae1a741dc0db425ceea67934e763afb5df78809c0e6a22ca3173f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:910dc87281b45ed6dd18d2fb7204765fe3f3332d325e7c0cb061ad93fea7bb06_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:366278f589efb7c0ff2bdd800b0f6547b8be6acd259782192df2b10a9754945e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:4505bd25d99cfa5466dae74d577e459f756d6bc22fd5a21e91f32d6d6f7fab3f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7bdbb5168db25825edfaa505b705d639124f757f7c61768558c03f97dbb52e92_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:841d8a1a5cc97465078e19834734ac726341509d5e3fc5aa7d02e9418f7826ee_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:5f1fee6ff56a72baabb5f8c908feb2c4a67426fd0ed4bf8e55cc4daf552fc4cf_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:7689256c7f78b8e827b2588ce08ecb65035f3eb44c22ef395a4c16e80476e58d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:b2acd795681ddef65394e303c06e022ff54e1e0c53fcb341c381197f7e520b6a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:f5c1907aab6224d4c398d0f5cf151885859878ead00bbde79426c96dc8a6faf3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:168e6236d27a57e41e6318cb2a96b31eb4030b65f194c924d6e6a07c4a53f0c8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:6533b9840e66c882af6ea984d451821cfaf72000c1d2d8e1ffa46b95abfd0c52_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:8dd21817e31ef713af9cd67c004c8a6118b62c1dc557f963f28244920ffa9f5d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:bbc41d8cc76ccd7fe6a93d84cded4fe03cf08f985976266aa532b2a16232e1d8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:0c869ca3f2cea582df50c27d9170e6ecbf0df000d65ea250e2fb8ff41dbe6b4a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:4cedef9af9f34258060b059ad2d0f44ba329dc72e64942a8adcd1c14400a02ff_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:75460db975618d0dfc82f509725522f8151b49a00a210615dc8cbc97f6ed2fb4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:c4cc3eae9765cc81765638b8f1d6ed105d10d018f30bdd5ca9770b47e2ac683d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0006cc8afa959998457049601891036f387a518c2bdb3ba496928b229fe9d134_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6406a77819214fbcf753c72e1add20455ce1c71db634a10ed36cf4fdf857d892_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8f2245017277cd5f2642b162511ab42d7b8485567adfa25db900973baf058de1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ccfa78714715591d82a4bd4429114a92cce5748772e84bf19e4a890e428bd4b1_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:6ebdabc2690c1c1072803bd473496bc694f9d0c99af704f53c810d2c294ff687_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:ac2f665507bd239b43bfcebde4c50d9925b0376c06b448a9695e7f25ec4380d6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b2f58190b8a5b444f51f7d4431cd1fb5e59fc0c38fb4ff7ba4c51d2ed1ce6b2f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b84e75d4eeb59ff0804fc3b501156bfc562a52c0cd554783d8d7e7c0714d6f85_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:163154e33a4744ee5a451384d824443fe2f2a9e8bc961b121b1c317246ada9c3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8ba5133f9697e04a14d866027d8f342efe3bb9732857720393d9bf3e0effa09e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:be734c5f7b5f7ff624f842c056ae099c81ba1f4423016ba63f371a8d8f1fdf3f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:f4530c4f598865cc3ab9210760d93fc1640e15a07fda71fcc2b5453834dac7be_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2ca5fc5e9405404c8b611513cf033e480cf81c2677ccc08055fb934aa40cf7ef_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:3b18df1f2d706c80637b7a31ce09d3aee59eef1bddea71c218dc9270939dc194_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:c64fbe8a063ea2f7897ffd9bc2c1882c03c406611f8dffe9b9a885f3e75f105c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:def060ba5ad7ccecf1d1cb0ff3360dba500838c087d701015415e1a2ab08b4bf_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0693761931e2b7ffaf4e39c6fde5b0a1099d32b5269c7a498f76bff354a84ae9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:8fc7e5dbb6c2470efa7ea415b71569f753769abaf3331f9ee174adcf39a4dd27_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a1e0a23dc6c93de096d3d48710c45208a48a162d3858d0d7afdf4f300ebfe04f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:b71416e2ac3c46366da3abd72b0762b74759587afdfdc8a8c6a47a52b1d1d77d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:72c97ea299920a43dd391500e1f70b27cfbedf1e9a32ec9275171929b8fde7d2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:7d482a6204223e73e4dfa0013f4ba20db1d04c7a8c2881dd4b9a58e6e7d25f09_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:8ba5845b83d32531f3a3798486fdd8377bfec0748206d917ba821c6a76d55f3f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:dac43b8b4ab95960e240b3eef0fe1a6d37dfe23ab7d0cef27d412ad69afb5466_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:02698e7f9c59596fbe039b031515a319067d79c6696a5fd9fa5a95d5acd4026e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:28796a3d553d6880de207e5d6048c2efc4ea2858eb6251e43d1b46c9e9466748_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:7b0a4c796681ab9dafc0a708dead6e0a8db3166ec40e380dfb02978eadc7d2e5_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:ea3e2045e45229a9a61e6b9f9d10d0762a8e6f47e700d96c916b402864afe8a0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:12826fd7a8ca953be9429198adb9386f489e6c764d7b3fff044a4cb66c7f91b9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:22539e72bfdcdef4c91ee509142a1e403700c79d58b4f868a7a2e69b81c2d6a6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9c91efe4356286d3c8aecc6e9a4ba5ae54655477a2541ea80b2ab9ac88c63791_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:bc74fed608f8d45c463f68e581418b4ca5f3ef05467621bd6199edd149f3c7d1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1eaa76ae1380d3aed001b85612fddbbff2bdf70d85506c4fa5426ace8bd066b2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3760f9fb700165458048262a465f32d19660ba88e16b3aad5fc349b047a5248e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:be8dd7342bf7b1bcc1bc0f873ceeda8e81bf686259ee4cb5f377f397f43349e3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:fc535145b24b8def78590d003ddb58c2c1eee976ff2263740dfbf634f7d1c888_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:6956849db88740b12994232ecf2fb137db82f4afbef85b920612a9b38ed8bae7_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c182f19eb5bef9530482e666cbfbcf2649c1cccd95309850f93b82daf8d42a90_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:d12663d4543fda0b233405cc0e3823ab68cb421eb38acebf56ec4f0555e1e594_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f076696f3eaf06da9fcc6a4042afae097740771bf902fce0d3446e63ef8e7caa_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:326ec4eb64e1da8db46c9bdfa4e0ae03732a863eafad17e4ebf0dc63698acfae_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a7bc793a9fef04df9e54c978cc8c14c151168fa186e5258528e8e234fe036b00_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c493bb938f211c8018e014c922287ffd9db30a9d8e6818f2dc9cf42efd6b6da8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e0d5fb86c982e60025cf5e25d6ceaacbe380e9e9f8a78e311a488668ad991f5a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5f471c6d5ae1413d35f2b1dba478330537e2cf1c45f5d2a3b1d0b875935db19e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8fd890e0ed4d9101a895b34c0f42293b280d06245de6e45b113bbd5665ea488e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:98041b168deec45330330ec382e6262d616e1b1a22a389f9216b622c3118f401_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c1bdd2efec725038c68e2da7133bed08e1a1c8d9141a55062f621d6ed403af7a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:81e37f2597f8539a9f5b3800967545af056e88089f95eed69e5eb55426dba52e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:955772451d73b6ae56069b6e706629f6e726595f27bdd0d9a920d217e7456cc7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:ad5fb6d1f60634230f1dad1b9ca094c2fb8bae6e68d618ffce60d20c0e55d8c5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:cb8664cec305b071cc6cc3d7647b5baa9a013d35dcf318e407e6fcd7a2461eb8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:09b9ae640fccd4a948ce4835dbe29f65be91484aba6c2afc751761aa9dca541b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:3c9911b15f2798b2f4898177bdb924641e8ead282574beb11278b9370eded2fd_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:21d73647d434cea2c398a5c30ee2f92b6f5aee3b1106b961b1d50e8a18825f1a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:49fc188b34134f5695a59a384101be2254859d6e3fd3fa2e1deb282049e5f592_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:03e6ee2082e14e8becf5a2d7cc6e1681a088a057c1c7a2189fceddf23a7541af_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:80be0fc1705791db62dbf7b2385021b8e67d0d21a94815fff91c3e87d6e6e238_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:5c3c19e3dd09249a9e78ddc4871162b166bdeb05cabb7075f101084a26863568_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:de0740c2f08cf7e6a8c851135f4f2273c768eac198d7e09e35a81b585f1c755a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:401f429b76740c19f325c6f0680e55f66420dd35e72325bbaacf5f1708c2cb2f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:7e9b110c44bc04a2349b037104cd836c0dba7fc90bee7c0a3fa0a7bf380664df_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:96cb1a572e643c3d0cae3b20040c3c9663af86ede9c30bb38256c080de90983b_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:e41eb9ea6d0e646c40f43923678913904a2fc8f5f4fa1e9e458c807632e82c9a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:beafac871e27f012d9bdc881b0ed67095ca7d34305eb773117eaaf2a5f2404c7_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:d6ef7d1f4afe94e6bb5810852720c1239bd58b9a49a085d991659b59c6e26452_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:dd8dc49c8955041adc7c38a6023339cb928b3f944c144efe467ccc8da12c4c78_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:e7d08849926e92a0f9516b383ef71dcc2a6e368405f1d5f330042c62fa10685b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2559bac18be9d14dd0de38fd2c2b8d60b95d3ffdfc79d961747b7d35902252c8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8b31967a88b74281eafba0661b347aeec335308011e626d9dbc57557ef8fcd4e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e6a298a5a4b32e8908f2ea8207f673d1c7f63d654ebd18a7c3dc03bec7019240_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e892bc22d6a070e147ee0648d834798cae5f2e8941805a6bb7a0a4b1a292fb82_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:8e9d58dae4a9f2c50ebd9ac52262db031764fb28fcbc30880ba5a5c0e4546c49_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:a4ea9bf43c60b1486ae8538b1382882f464299257acf43fa326eb99d5e6851d0_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:b264bb9685a03d54117aa33f11853039d903cbd6d71dcdf63fa512e9f9d826c3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:f1a979149507ede702bcdcbdc5e49c667b52cb2f5e5f1cc9e0ca18602ba35772_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:3ac91633beb2c994cb8e7341b6efdc22dbfa4bbf9aab4819bc30102162b1d1c8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:451b74b33a2bdd13643f49117444110c86d7ea956a66e9285e3738e8c81b6f5b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9301a4880095595d6ee0667a7da2ac7e75f5a028a1f70bf71ec1227310d5e170_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b937da6f29b34bba141df41775d61d33df4c81c41a488c0f717d7b05cc85c453_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:36d319f66e25669271597bee4ae415053935d0877530d439a6e8b2eb23353cb6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:940220625073d9178c2efc540fb418df676e44dcd35c5a7ad01d1031ce779bd1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:c04c13d41b67bf5462d1ac2bbed4b95a53a2b2bbd293b32e7478b5cdd8ec5d5f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:f3bbcdd4a8f70fedfac7869d46124137c2a6856aa99a9de6de7b62060ccc5c08_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:059ae4b4cf18b4596d8c86340edd34332be7c667adbdb5199720a0a581086d55_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:4622bb035bf6a546e3de1164b347ec79844538d290bca3100622fee0986a51a8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:d296a62ddeade7d40ca2d727f9cfb3d4bb9dd81498c6a526a565e3698097420c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:ead3f5874193b8acd6bece9f9740c109665098b059db964e6d74192d6cbf52c3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:02236b492db7f328592308281ed110ec59afda1c6fe88b5b1278e66aaf0a76cb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:8eb91dcd0e34b5cf2520af44bcbef1d953892b1a39d117c579c8a2876bf8ab05_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:aad0341721e7a15e08a2bbe6ab9e59663d366f8b47aee21cdb54812e68161bd4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:f05183b69bd3ffd66c8d335d6a476161781ad2e9cd444a94edbf41eeab16ab81_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:6b65341e8a72cb548d68d8c2dd567eedaee6d00d198295437514524442471c01_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:983e36dba561f7cd2f5245528d856e81ad729c3a2040a66f2fcaa18650749887_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c496114509bc387930a5ac828dad33180e20adb00a0b81ea36fdf78159f91436_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:d23c4af5d88f5f753bf395b24bf1d168570e5f6036c6a6ae8b1bba6bed7ecbc3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:0c49b379e40a6fe3a09a21dac8005fd64c3d09c985dc728e1c7f4e57afc464c2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3d282ceb8dfca2308bda52e1b7d2663f7776db2a082be84a5af6e228c6de8664_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:87929d27a7e7d6538a5cdb3ad1d58f531c681ec5db4824498248ffd5dfcbedb2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:eb293c9ecb6715e0dfb6aaf457ec19a0f2d0862ef4cb22794335f53cb6981088_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:11e6a94fa5628b607268bb3d515a0dcc3d2b66a42a0512fbb50a7db7550c6a40_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:65e898b5ea52c5525501b63aa3063204b644e0cea1c9134d80bc2e920fc9a010_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:783d90fdb1b46848f2e9c4f313517e219216385667304593cfc71c2e54579b1c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:e57907330d75e38a859e54d12a56fedba7c1c1a931fc9db1bdfa3c2b10268704_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:4f5d0717182c96fe4d6ff1936b0ad433bd4626c0fa1b29eb1058ba02fd6f9500_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:95b856a7497da1ae18ce5789262957edc94bc4cd87a6913e6d16d1cf9154e1de_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:9868a70523d322153d4870f205323629f8230505c883b79bc64c6b8440472633_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:9b2a4de77fc5736a8d2c968c8782039e22f28c65a8f9af920cc797af5ff170f4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:03f6485cce2f104c812ca1b32c422379d8b97284c6561f4568da4b23efe873b8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:40b76bc1b9e5ca0e664371020999da9c619546692a52e50544a84ada1193e0c2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:505d160e6dc8dd5ba9ba156668578e4f420b37b7069075cc84acce52dd02829d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:a20f2c0440231d57eb8db827564604dad20c3656c39acdab469d15ae5ef37c8b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:8c60dbf477a0e750d0e4895ae8eda21a7ca74b6ea06e8b428d6eb0e3acccf63a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:5a28ee6abd396c5d957fa863a15cdc834c72a792d895a28415900cafa85c173a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:435629696ca8750b352c890af863b85ecc6680b8749006fbb56cfc8957db0a25_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:328a0954887176f2dce3b350f54ae0c0c51f937cfef1bba9b986659343b2eac9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:8c60dbf477a0e750d0e4895ae8eda21a7ca74b6ea06e8b428d6eb0e3acccf63a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:5a28ee6abd396c5d957fa863a15cdc834c72a792d895a28415900cafa85c173a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:25f55cdb3eb8a59fc5d2f5726a71748bf2d8005307025d16646889342829c8ec_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:98cdda546009cda7d6a4539bac65d2ac6b365efa697d4e040556ae758235e9c2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:47f3054cb4a6bd160fd59d591b30910bcbb7123fe44fbb6f057d9d3176858e5b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:5504bd98506b057146c643c36a6581cb2be8bcbf82787bef530fb6caf4c16e21_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:7d6c9216d995b1ad19e5ae1f9f30cf3faadd54e1274fb80c4d5fdd802ee6b1ae_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:da4cd3b8933c8d22cc34039993d8866dddaa2e203342a94f23876b7245ae4711_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:5858c8230e834bd3a75047e34e659c4d1fc61f6c53e23cae5d3a8deff8b73405_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:66b2e131a3be79803c75bc96b69c3e7be34faf2f00f6d4fa53c82704627f8a96_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:966501e1f2fc5f70670211953ade31dc37f0c86e647e40ea56aae47d3e0c1a90_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:febeb3a8a0fce4ca039322544cbfeb0c6f60723440ec6c2f60b12b390373418c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "dompurify: DOMPurify vulnerable to tampering by prototype pollution"
},
{
"cve": "CVE-2025-22871",
"cwe": {
"id": "CWE-444",
"name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)"
},
"discovery_date": "2025-04-08T21:01:32.229479+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:719d802cdc007d64eab521dbc648d7efbac8b04713093b774bdce1da422e3ecd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:ed014578e5710249c89391fdb17423ffa5e6137de2308facd20d4c45981b4adb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:f42c255c1923e63843b1c7622861a65851aaa086fbb2668e0867e28893ba9c7b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:f9eb32fe20a46c5b0ccc3e7dd9f7f8d3c591cf64ee7800137ccdf6c4cb1726ea_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4a69fac5425de41d1bb0b2ebcbb99012b520002235e578b8a8ff0039079a3972_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5a3757def8e6a4fd616bb999d34903ddc9f7d8aa96dcd865f749dded52e92165_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:63b6550720f82b5a98783901d776f3866075896b661958cff3d8ddff44dec214_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:679852a44689f3a73197e047661821c910e35d50edbd788170b8b0cfd9304166_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:037c72c52db1039c57f1008617136cf9e94c8b3da14ea36c3a0595e6182c0042_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:17a517f94f4fb0429b6284d884570b95349f269ed187dbd94c4476f525dc54f3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:6e0a2c775267d2f07817788a3ecbdccadbe6377e4d18a0d9dd9c0f0d40c77eaa_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:adf596175de3c3004fce49a68cbe58e7ba15b3b0b315349ddee89d5dca8109f1_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:47c1a53900ad4c677b45d0dabd3f08a2f77f164fed64f53cc5f3d1f53a9fcc2a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:7cbc7f3c9d0912d4e1d0a1341a3db13fa59bdd0a2e3a81e161e4e23eb43f1278_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:a3c239970ebc8ba8b547dec72f2f6aeddc12cd19c18d75c493abc85285da48fd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:cfbf84917a9cebdd238a83d06f3145716b84b883dc78e81deb3738d2a92a4293_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:2be87034234cd07b0305ba546001dbd90403b8e758c83d557814d9b6ddddacc8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:31b6d68104fe1044f063ba297e9d9e69c1e55b95b26f1e33f93a2573d66814bd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:3dc697a49932c84227d323499a2a174900bd91215314697b8c9c41f7dca957c9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:f5f6edef66e7059ef66d2a2bdb52240c48279709048cda1b9b96bb11b9449e63_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:0e018e0ea1a45558fdebe89d04617b2b703ba93c7d58f2b92ceaea07d2498458_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:32a45843d97384b62b8865de40d5c642dfede6904c05d15da08fde3642c6b8af_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:e109e2c17a3686bad9121716df7ffc7d6ec82419f28b24fad531f96f86df0f32_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:f8f64b2c9168897706e6cc3ed967a390abbe83894e7758d08d1b790f451b1268_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:0e033237871e3e7ce2f0c11741dd6ffade3419f95b6b8600f7cb0a024bc89e0d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2f4ef4c232f199d5ac24750eca7388b57a44f976a782e48e0dc514c128801d35_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:468133aa3a5695bc314d8f2112e4a62388035c0b272abf4914ddcb485bfce137_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:601bcab3234fcecec33a89b6e6727bf6d9d3682b0e0a0eb98d6b84cc0db7458d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:00143215db73c4d765605e892829f7c7e4537fefe11251cb3d279afd98d5830b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:1e22e06efdd0d73b88ec841815eb6ab7c0f1324b98ea6d3c92910c2e9a592c5b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:5f2f9a2119899a4f1502173947b20d04fd943da8b2c953591a35d6e25bb5d027_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:f2143001d856a68c4cd933242fbd15d950512e445183f85a872f5aee4e2e503e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:152028b94c20a76e62793c63a4186a96b0958b2804979ead7dd47f33b273a846_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:583ba099e05b1c82e7c6dfa6d9a9be5face39683e39ca9d251b8a1562c0d6d42_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:9486a1646f0fcc699d0581ad5af993a73c46aeee65769bd8fb06bea1806f0a8b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:a91563e22d10c6a7c77b092ab6f829e7f0436923038ea4a47de1403813c20471_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:2544e96601860e73dff52f6befb165f531bf7686137d5550837674aae6afd3a9_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7a772d3d45015ec702f5e1ab054be240ed673591517ad99ef973898d1e535c69_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:d23cdaa0fd2114c904ded232b6019e61f53b49b41014a16e9df9b7f864384688_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:dc2ee3af87ceaff29152f92bca0dcacc935c10bd83cf136a9d8dbb628addaf65_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:574c4e42ac84049cc168e68faebbadecc3610348ad101ac9d34c140558e60131_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6f44a8a62a65945363867dbc79a5c43965d5e136766fefd02527145d53756ed4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ade325055aefd73a89a3e5d35d84c94b26c897986b77f7c887b3a435ee6e297a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:f841a5218782e8b9a3c435de0221c73ac6d5b4be8182609a074b99f1cc9b1f6a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:158858bb077286091d15b455154595158995981e1127e881694c686360d03d52_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:3a3b2fe2add4ab147f383874b55fb9d44c1067d915ab069c3649c321c0943d00_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:4947ab92f96cf1c2af5a7144e1787f90252ed0a9a0ae4729cc7fd61a4e671d9f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:4c06d16fe27f05724900f1df1db6d12b951c86c916800007a51de53aae260d64_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:008744686fcf83e9d9d4abd55bf1622d0e9f886570613835d29ac3c8cf9ad648_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5e45fa3a09a9bdea3957a74fe0ddf70080a83e70e8f41e8f16a0957e8f8f3bfb_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:6a39ad22c40ec6dfbe75e3c01f7bfa7bd8d1d7dbfe880d011c58362f15520d0d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:c6b4fa176ccc3af191fb7cb560b28bfdca4821b23d8296167b9919e0ffc26e1e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:73fb4d147dd798f244e7c6512084a7643985ed73163c07160cfa2b03566de6ea_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel9@sha256:557527d76a00f3afdaf2f146bed0d0d28224d8a063b1c9f88431ebb40300be0c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:6de7f07ca16a08f783899c687c355837fbe0cde28b8c5c25939524074f717665_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:d7db2153c58f0081db7446ed10fef94f0dce66b4dc909e65ba2c305161fe06b7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:30ff8f03b8eeb4ab60a86f9d72e596712171f4dfbbe7f2f74e747b596c05e3fd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4bafb9b1ccb421f617f7667e59fbc90d02a96f7955fcc76db9274a06562f47b7_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:633915104a44211fbb4ae16a128c60193cf266104345c664e8b28941cb051208_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:d08e59156c0c66dcd4b495a4d58fe8757445adf500fe4440b5f1e91779098384_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:680aeaabf1d04ec1242ae9ab0fc577ac095c170301a24cc07b2c20c06d119fb8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:a6d3d9b39379a76781f2894af08bad00632afbc1a6633cce43bba5c69a2c33ea_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:205ad021b256f031ac14686f61a5affc7ac8cab6afc076855324b4d91557d4b8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:c89f326a201d6b89af2d549a8bf35ef22ff4a82b5f1387a1aeaf4c691bc2b332_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:23fc1a55b530e3104c8674947f67e4e750b9b4fee1e71881148f5f532b558bbb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:40b70676d066ed2a7a1c78322ab1b96ff1c84a5f9cde846174a0b9d084cd0d2a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:6a8d392a88b7be09b2549e4cb5469a5ef748853072bb5354ac34d1c20a9690b0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:acaca7b68e729672aacec5b83f5349dee6eb0cc360e5f600aa9103e9026e8501_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:809682a7f5db22c4632cde8ec3cd0af3eb3b4a64bbdf95b7330b51acfab69925_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:e55d509c2b8028d64a64936fc665c013768e05a3f7019d372a2d7f5738e5db16_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:0d0463da3daa13d5047641085ea55f0ff09debab78b8a0552f2d2faf3f44c6d4_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:a3728c574b252b0830bd1df8e3e92a48c3121276214870a95c76ac12c108aa6a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:3ed7bf4ae76b1b3deacbfda0f18856b2c149a827c934c68fdb7348387c3148fb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7dae4561dbbf68fbb3c3e6190ddd8211b0d481f3457f13a4ea6ace475361a7bd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:447feb4c7d6d68716de5415cbcdb9f44aa594fb32c06480cf678b06788cd98fd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:f528b1517558b6aefda5c2bf23022ec918207238a0f4b759bafd7d54d0691691_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:5971fce447489bb15c3cc4cd9996e321cd8baab37ee170ba335b6ace45bd14f1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:dd10f8f08a1d5b063354f44376a68ee07218288077b78ab46e8e8ae75b747caa_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4899f0b1592431c277642bc16581a656d5e717067da2874bac7c00fa403c06d3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:db23b81652e9c7cf4fa25ba4a96ffafb07b0f5b2d923019658e50a07e31e019a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:1df9ed6540864562e105cbd7c275b0d066d028d4f2cf2362cf73a8ae5175fe18_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:8665625082320a37f6cab1a564adfe6a8d044cbb04c6ea948f15f093862358ea_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:625291292b2d99ab0374635a3190816c51e579dcbca6a0ff2e7ed8f686213cff_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:857360f334810f937fd1be07343b3a4fa20f48f9ef2f47d24bf07787683d9f81_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:01c0e71209c724866d3dd9aa76163ce0d4282d284d148f70d993b23b74ce1998_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:0c1811483c0b6923b5a03a43b3f38fef76bf8317fd2469d476546c2fc308d89f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:18f92db1fcfa7a6e159cdffa6c207576fa38fe8e39542770b49c81ba7427a0e6_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:4fd3b89d351ab5e4f5cb3dd0c7eba8a693466754fa6335f5d8349908f4a653bb_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:c58cc326fa3ccc29ccc1376869983ba77f555e88a5102e5439bc2c0d61605484_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:c6fad737f5f0c071d899858498cab7e031d424ea9ff5967bdc57b64e0a85905a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:191f7f1b1a766500f8365436c2cced514c795707e232187ef500b7cc4278b214_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:406b265de3e2cc470fb4d86ebad014965e31b95fcd255a81b7561c5e8fa0e56c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:865724525f54668e194725de3701a548e253be9e4f1debc84dbde854564238b4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9ae218f40503da16a9e065d8812c303a9e349d77be1f1daef1118bb0f0e1ef42_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4c797b6452d7bcaad38f37c65d0618f5dcc998ac5c27c20e9a11b155830599d9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9b04f7201f99279c028c528620ad50d94fe5cc2d74ee03b542b73fffdea494b4_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:af3b7c16a22c617c4a08fe22aa57038e82abaf27978d99598fc89c2587e7cf53_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:cfc288c31c5c00d58db6e6ddbf2d2f373dfb8dc67ba7c6d55293cb6491c29b04_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:370d9cf25a6331bc61f15927dbb752c9baa6696cb69f65a582c82de24c8ad7e4_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b00ca84a415ab24ee61ff3fb7fdc5334ce045125a14b4b76030f46c3c4b910a3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d223ef0499483832b4f1efec4e1128f8dca303de5fb3ef18a1e9f9817cd4d534_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fc42947a5994fd05142537f6fa8e7ec3d33c30f4cc5db5c83bcbc04d076b9312_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:8d5b7a2c9c54b30056336db174451e0504a6b70a3ff9376c1d6bb87788f90103_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:beb39083588eb33f97c9fa03683e74b1c51b76874ff8c1feda55cbbb27fe61d9_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:ca54639add5ce3ab35219dd58e1bfc9f6fa38130b0ab7486c4aa9c563fde87a6_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:de303accc9d9479b98214dda863ead61ef4ff07d24234b4a23ffd1e7e1c8b540_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:10c928e737116956e8b4972554eb7a7caf8ba82ef7988ff1bc55a20faf93a111_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:4e548be4269f413c54f23fa6e6be06c229f6929645d6dcf53b7b42613298e185_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:b982e659668e0b6d9feddc5664b34c92de8626965fb973af3fae7a7f3f1f0057_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:d14d63c929e558c5397dcf01dc9f48fd0d17cfa1125673177aa58ec64208deb3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:6214236f85ba29ebb5331829fd59c2e6758256d32e12dfaed7d8218db03f23bd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:6aa15ed02b87d8748be79fc881707a0506bf616d8c71d2e3ff6bc6831f80ee72_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:f713cd7ad817a6f0062ad246873378f7c1cee829b5b83c72efcfd4a70ed644b3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:f904fba09d99a7d6ab7583212174b78bb9ed5fd3bd1aa218d91dd18864541d12_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:05c44b7f417db2ad8c1a23bc01e62becac3946102369bb26770309285c377951_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0cb142098aca9137dacebf1790becca57f45e736d0ec049d6e900d6328ac28a1_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:8cdf51b679ab14cc5f9ed2d8265e7959b577d3ca1ccd0d698a6fabe5a11ab4d3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:c5665d7410064c6b4dd06328dcd62fb619e844dabcd5b218dfb10c3632b896e9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:325bd6adeb9eb27493b5f7d117fc82e3cf8a554c618f5dfa2448c3313b4943fa_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:4c4ec510e2eda60fef2a6ebf709c58da55a4dc6e584a060264854d9142ea6a0c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6ed4590215d494f1d630556163a47ebfab26a0ea69971862c9864ab0bb370b08_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f914abc670168e625021a71fa9546c2d28b4df490f21ba4f226a3c8387d4dab4_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:1aa49c2586807e952cdf7b1d86c0b3d25a0c3a32df62dfe3a777fc8b6cdfb8ff_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:246fbd712d6b7ef83cd83029c8998ac1b29d1454ccd636f8f6dc8b47bb5b6b56_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:38d300d9926a4fcde7999191efc6d99d6154baed0baa00f3f80db8234ed1f7d2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:3f44aeef785c94afe6707cf2457557fe8c6c9eaf72a000a2f1a3680a04d65411_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:5a3d3051df9f589ab8f3c326621f654b49ad33c715fcc8babd4ec35f473e8e24_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:77c228d758f0a2ca9da46be4c2df85757bc4ff9fe87aa6cda2ff2b1d50f86429_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8e1371a7bf53ef22fca75be240eafacc23fc6d119728f5d0d71a2bc149798de8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:a05161338c6d7bffbb1b294f00dfe1d3a53cc2f7a97553cf4e050315021b75ba_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1c78469e53ccad316db280cbd0ff4f845a2db0c9986fd7ed101e08ac5c5b8db2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:53c49af94fdd23d39cbcf433598c3f3a40139903631ccc5324b3aa49e4e5dfc6_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ebdbd79898c7462a90753afa2ab80a33fa6aceedea93e6cfa036a55f31bdd564_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:f842a1e9256475b3a5a6dae87b6b5c2d72cecfebce08ea44db5449f7854794d1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:74ffdaffe00b754bdad913e6699b44aa293f880e3803c00708d853202c20f745_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7cb9bd477e9f0f711eabeffee9f25f39c7985e7a27bdc46411b6bf4db31f8d53_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c0f06a3d5702010cbd5187f1b34b42eda35e2cfb5431aef3186037a385b57233_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c8be479b9223b21c389fde445e2e5d1541a7e60267fe07bfb53d64b6afb00999_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1ec6339dab77c900022ffcae585ff86041ebbe1d6cb8639d6167ad9b97156f45_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:b5f1e96b420a872b91d1d22766e9ce8fcb38c443c23a4f4baaac6892b3c6b4f7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:cbed4b61ebdcecfb4c459c7ccfed58a1db918bff994222f639bf2aba73def0d6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:f73ad509fa3ace02e50c9b1a3eb6850a819c706e93bdf88b0a700dfdad02047c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:38370fdd1910afe69d0b9e6ca55873e2db83b50f2182cef88ed7b12697ffcdd6_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6cf68975471ddee2804b4de20e932a1e1a1ea2ede27c614ebdf5ada4ea690e05_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:7f03465e59f1584ad52fed99f2ba8bbad123d1ab885a467fd69bac0ccb9a0923_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:96f38213da8a879118599dba97472b9a88587a1f15022648358360f368b6c744_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:68ed9daf7a0d82e2759096246c1b9eb07f97353c3f34a613fbf6893ca0d3470e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:974265ec3898a056decb3965f7c793a2852545e5dcf35e9f7e4bdec328c15c5b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:aafb8f5731b597fc079f76e4bac04da231e0e4fae464b83b7c7890b5f8ca91dc_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ed5146205b69538fd31b42b0114cf60015a47f872743a73077ef971d64d64c58_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:4aa00ab509205843236296fabd03a2c49e021eb135a91da0590c67b79694cd94_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:7bf12c94e1bc56b593af9b44bdfc3387ddda30c4a4ba762e8b89ceb714f3df65_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:7efbf4df1e8e17ca25087634b7387d0763590e00a33532f86f48b266199423eb_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:b7623d88ae5520b0ec76fb743d9c788511fa99b0ab0f6180de42d017dddc6cd9_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:41dec92ab759c44ceebe8eb15859b2ff29986dd5791ccab79f91cc1786a0b601_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:8014a45236ce64d0e0f3e35c6978442fd4f9ee21fc3f95e51f20dbf12e50359c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:94eff267e214468250b201f0af1de5bee5aab3e689d1f8bbe42d66f0c2adbdca_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:bc3e093b2d1a5e3962b9f02707aaff0d7e0de545a4b7a1887e79538aa2155fc8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:54e4d8b1282351915f2f22fa4843d5b4d19645dd890c4675f35749e2415d476d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6251627dcc972c58a39485c410c8a264d140b876f8b47765687a310ee4d28524_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:85c974e095e262ec405d402ff2a2c4419824edfb9859352c35fc0c8d1bc64c8a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a40c7d9de59a25a7212b6f43f281647ee45e21e948d718b43a780f741b0dbbab_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:a47be1e76eb39ed50efd59b57dd26a780674d022ec9d07d0b4954bcb309e39c3_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:af65a9f612d1e28e2b43f0917dcd06cec30dcb20366aed6a40908b74c07d05ef_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d182a13e89c363a605f2e6fc6a3e554fbaf27b9dd405ed84fccd8ed41bd8d8c3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:f3ec661872a5234517e8761e30e4e15cf2c7015760870d8dadb0c3f07007c4a3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:2186bb9adcba18266df62a838c9e79c6ee2b3181a97f6169513fe5202c0a75eb_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:6d89ed9ee8ac602fb6749bdf73bf0660df060810f805dbb807a903ed2dabc69f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:77a2aabcbd55ec7fc076d5c23ed8aece5424def3995e624291ca4f2139e6a82d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b0b0ffaab41c61cfad9ecd127f6f4e312ac45d548d77694cb470170b7bc540de_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:50e4d73d1ae6212010a58a15d5192ba8e60829e0e140a6d0bc849691c5c2d78c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7f0237ff4599cbe5aecd287913b9600a0bb36f2fd334a2a5691736cc6c5a8ff2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:862b9097cf6e1635d30fc1cd94f00f4656bd8170fcaf908bd058455298c46ac4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:984dcda6b5ea285c8a07461ff2279685000f35bcf3acc71e3b12231c782442de_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:02417ed67f618617fcca2270744e0dd3cd81a62d7f5f5da6e73221a7dee07649_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:b3b52c01b3d3351317eac2e4cb1e2b76bb4eb0b4698990b8468a9c26f42ad820_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:d94be231705a6d833b988b01a2aa5c6c8b918fbc38bf2ec8420bf133ccda55c9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f258283c5c32b7a28dc6c33a761eb7722a782773745325fbcd7bbb78349eb2e1_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:3d64a1e4f48ea11056d02d8fb29b5c5e17ba298f0a603e964ab1e448033fc66d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:6f737b4318a8f2e96c34c1f1e97ec23530533bdb33acbf9cba8982f8405f5aca_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d41416b2ae6fa0a882bd778f8628cb1258326ce3f212a1d956ba726b74248c60_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ee83baea9ff008d502c891af974c6ba419746967997f11c13266d7b02f7e8296_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:1d2c5714949f40e168358c505c0de750f5e2dc7dd0b2e99d31fe3af4cf1e864f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:517c74dcfbaff35ef2ba329a74a70402a228c77da442d263e5d3080ff7193965_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:9cf2219dfc08fc0ecb0f93c2e87ae9f8a7cad90b221742787a0cef6cfc62f007_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:aa18a0e963b906f041d4bf64c304ddef470fe78475378e11cb3565e5016beb06_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:1bbed360cd870566238b6c800e8522f04f02d16712c303eecc361af33fff436e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:28da5447837549fc35380edc0dc366bd59216852c59cfa2b3d512cf8eebc679a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:2bd88bbbe823623f5774a9813c7e43606ebdb6cd87b2db7fd78b7fe0c18f842d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c4b67e9207ea19d96108ed0117181a716c10d933c89ac036e49e952953cc3a2f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:11aebf8d07597c63ae5cac4cbc04e38d49ae1a4f8824ab22128e0b5c39e805cd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:357f6ef38223cb776249a04fb6ec29d61fbd24f7b31a5730544e449c1a5d9d6e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:83121be160c1fff1d16e17aea4daedde7e231b83ccb00349841494e7f87a8d1f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f2c98b4bc7bcbb9ade56ab4cfe5d44c32bc140b52a7ee9c5b9cf5957b7ada1ad_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:0dbaeba61694470f09eb05534c1dad038e310311f75009af32a0a1f43d469677_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4896946bdba46feed18276c4f29fe059ede4f60138c966fe9113aa93bbeadee4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4b81f38f15622b32498dbd192503ed2c54462959485ae48e47cfd67239181003_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4c02ec12d1f3762f4b2e735cd1600a00fd1bbc62130e005fd9842bd3f7ff7f6b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:18899c6aff68b24c792281604e3356f6bbb48d3f09db95f8b37f99ad7f8c914b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2316808c7649cb351257c6c2ee6aefbe0c0d561b822e3eeb18e85dbaf04491f3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:451233d80bc028a63b160526e07b233807d872f9d4e14da6ad4be96f64f29491_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:74fb3a4932ce350cd4da33d57a4fab1269bdb5e446fe8f93fada1b304a622ce6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0c7b57c158314b2f956181a8b28a9f8d7f83aedd8c87bb9bbbeed76a8fd7ea88_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5b88f0644f5b8237cf8b3aa0f6ee1d8a3899a912ce6499d1bee0aa902b2f8f80_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:672d284b3ef447aaea1bcc0a14c677c309116218340929ad59eaee178e9e5cb9_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dbce5221138c15a4aef2f65c3db8bab5ef127c48f3a446ae085a203d8591730c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:157d40ffe95e88526691e06daed0064ca15bbfe1aed547f3a3b968b9c36bee0f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:3885a8026a64c7f497aaa90c50ca93cf1479bfa83ad0d28c4f49cfd3c5220f66_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:457d21495a1f47cd6837f6263fa30652abc7a215c01962507a1e1bd6f4968a09_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9dec3a959d916331f6d2a59ef1e222ae4ef3d170cb344e2add3937966cf1c829_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:644f19b57dde50e4588f5cf1c4d72ac8d49dfb396b7c04d59dcdf6e27bb12017_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d5374c58882769f9d40f47d7aa8f20b1676842c8f0cd8b55a01d6fb587ecbfc3_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e9424fe4b804674ac06d8902eacaa8bef0c09f2c7441460621e587c10c079826_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f89289e63a584031efda082e7f77bd0ef4a28c815b3590061f8a397ee8e5a697_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:01eb7dbdb11a50a229196f82930e647e2080f53224bb41ca2a0fe6349c5d8d03_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:1e7712eee6328cbfaafef32ebe96031705ca193298de005ce69f63dd39eca9b4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:25eb621a41d2e7127f114416778c571112fcfe768281edf5e0bb25cd77235351_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:ad58b2585ef510c8f4c8b074085bb6dd3e17ed3248d7b86ad3185c76ec33b899_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:0f04929095116509edbbb1bf2a5c4a9ed725acf2a43307fff7cb5e4d225e553a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:2b9f99a6f44b8f7f39c4a78ed1f17726c933677102fa6953003ad1898f15ea94_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:edf6a8244ae0bfd588371101aced93b5ee8f5073309daa7ef6e407b4521928e1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:fcd4846ca63a5c2941046c19d96de0bb06ad4205c4f980c844dbd0d98df00d86_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:053cf21c2a3b09e2ba911c181d3585cc24390ba0ae4c130b9751a499c53a3196_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:154bd45ca42951efb3bcca14a5fa0bf055fe8c27d2a58e593e11d24abe2f98bd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2c0c232df35e9d03ef13aaa8b44b12b6c9ca2127f0a5e827d46b6beee55d856a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2d55f19aae3c983335bbcef443680455dc9e7b0ad49a8779e42165f505d19b5c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:01a8046396354cb5bb0c950d4511a3494b9e0ebc56b3624a48b41b60e0b8a30a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:0965f3fd7423e085d7682717f97901bc43da7a6f8aaf1f30ead9adeadf0ca649_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:33eac7aa9a8fc302b48f4541dbbef960aed461f73e42e413c5eeb25691a73905_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:7d168d6a6f797e925777d01d55bca9e2cd7f6b30e52a76607475935a7c87bf2d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:669d559563c8ce25ab835bfbb6d05b7df7fca88a0ea9374d50bf8373265a8bb2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:802a812b969112861ccc9a78880d0764af5c89c15198a594e7f8c1d6c2acfe0f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:bd2a533eade7e9a0589c83a3dc428d594b174da8c4eaf612d676d342dd1e7dd7_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c4efa347b4b2a9c938ad8bb772d1161a4a2b8b1e54455b0569a92c2f29cab2cd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:07ce41298f16b4f99d8cfaef9fe2a113855c4181c3b211d6c1f9e4fbdceb7d05_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:1945fc30c009a2abd77ec710cdae70cd18c726f633af7d9d8248fb56d5329638_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:566214654a337f7b2f76cba30abaef7b5abd496d0aa6dcf710aaa1dcbf740863_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a98ff558a980eac6d39c3e2d8275d0db333679521d54b919fd6b2c11a739f387_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:8b09b7ddb7949a9db7af4e4d1d8f15083cca65cd704b707d93a7d21a9c9e3c13_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:aa426170166116c40f3ad7a70d05d197188ccae8023e802755aaecb2decac985_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d4704096bb00b1d854cde90f964aa319d2898d407794944ec0025b386264f2bd_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:ffea3b9a771b27a8d8db70ef73a5089c7e343a26f5ca93698d490d2ebe67d206_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:26506524326c64baf2e77da8073ce297d72a583d6ae194516bcb6a32a273059a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ca8df7b4917a2c1b7a22e8f753cb19c9e92b15487c121e94156961d5b5cb7681_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:d2b5095502841f6654d21fddffc781f20990b586480eb4b56fc6414ed291d7eb_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e86eb8681972ee463d5dbce6a583dd035f2c38aecb09c3a6059ad99c3aeb8d31_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2003bfefc53e825002c66cd6aa5035d13db264ff9f4fd8c99e18683c1c808f39_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:284f8b74d3e69b69759f45116d07782376cda8554979535ecb4bf9aa8886af56_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:546822ec9a3b2688b4c31830872381cb22db5b476e89462c0e5e448ba96cfb77_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:65d9d9df5aa55831a1627b179412760f114bdde969040ba73c585c6449d19e36_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1a30ca1498e2cd83d64956812ec1facb07f796fb8db50977f3ff561ceb0da7fe_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:32700244d0578c423c636b0ef01254d823d0432125e1ca929d0ff1e115a446c1_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b562637dc56ed32a75a444ab2f31d75e7741ccea5b8a3c004df4a42ab1270d6e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c2a8a8f577ed98972d273ded3df429d0651608c8d46354584a2fd85782407b2e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:2526b6065d1ccfe1e36fe5b48958a22737b1243b3f0df10ee3d27e0a62fe340d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:34108f69a1ae3d91059fc955d42ff21e50c12390296677a94c4e691a0866cffb_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:4c2712c451f03ae375bb6f122c17ea1c28f6c52c2796ff64a893630733c6caf3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:88999cdfcf7d367056945f5fbeb558c6ad8a9c3e068e67724d12090341341bb8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:71b555c5e31fb0c3ad0c512f937027a14b1dfcdd4598438bda3252a8a2100c1c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:9c69c2600d5d0317fcbc2650fc4b52d319a32c3df9db6b5543b6ff254c3b9fe5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:bac49120f60baf152357368e241e3103a5fe6aea171d8a63917e8798d81bded3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:f270351f6697f9d7d3d8382f298956d6e1c5d9e8ef38317bfa7121e9825713af_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:0f3ebde6a312b04a5020957783e5156456dd0a60c9e1f009130e295b0143160c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:d878af0364938ce585214d77b78ed92b44c916113405f0649d1e727f9c010b3e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:dbea9f717a33a02f4fcbaa6029b6830b47b561fcab1063eb868812794159b303_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:f5ac07ba3f562b9c62461916f868079fbbb47d95b24379b9ceb55206e616e140_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:287c800f33b7bb17969c93891edc40646cc48acc9b741138795b7f041c82bbc8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:53ecd2e093819c381012a057628f8e614c85f0c58b6d54e378e2155122ab1d8b_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a840761823769c68291cefa9028e0a6f87b6625588b1850d148b2f8ea580d8ce_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:eeb3bd21c506b7558241ec2458d57407860998b91b4742669982073d6612a9bf_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:1a94c20db46917d931dfcbe19595ab6b4ace22f81ad34ea6d329eff8def1f0da_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:71d75fc8a847695728ead4620c5d19ccfc9b8bac9f51521af7ebabb762839425_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:99cdbfdac01ce74763ab9304f3bf30156bad8039a454758941bfa2c96da4787d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:a56d06011589ae7f1b0a338ae33423e77c559a93f4bd8924ebbeb16fa341a7a2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:299842fdbadf955534b257f3c63126a79fb14a9856c4530df09debde212a2384_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:7adbe4c7a14a3d470820884da692bae174fa6d170895c3ed4b02311a66294ea5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:0b264678a566eb387b44b5e8e2ab61c5e12b594aff4db75532d9fc8cf0cb3a78_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:ae2978f43a4b765fdcd8abe8e91956a0a1e267c0f76593d94e52780fadc68388_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:dfe83a3416da5cb195d8fda8ee8eec794dbeb0135de72e250bc965ef1f70bfce_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:e6e1c74ee273df32544e6119badf3b3c260e48c60934f67a7869dd739d020e1e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:015b35c884c0e9b5c3a2df4e3874610dceda9766b1db231a0e99774481c88bea_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:170dd5cd1770f1c560d2d0756a619a220d15c91c8d8d51ea322818be40603ed6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:7f43c6487ef0d6ee493fae02ef100abc813294f027b702722f38c619a5e8206c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:d40a074405d58180667a3722571285167277e73ef4247221e5b5c235ebbba38f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:1fde8ae44f15902a4a5dde0328cb037c74c40ab527db4963b5d703c35f2b2c6d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:8a13fe639a4db964e30cced1f77214a915489f75b2634356259a03f6f280d856_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:afb26125636804082e2827f1d473d49cd492a6356365c186f69873ad8e24e099_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:e9668f534471f09fbfcb31c76be4b68a743549c50255de8fff8fd0c8b4a34924_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:0a67e292a5b75f818272a3302f4d2d334ec57e5e0acdee47fc6da52625e6fb60_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:50be8ffecf96273dd18c233edb39db8e3088bb79acef2884f47b64a543f15e71_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:8fdc9fb2e35d486efdac44adca6152aeb6bed9fd88c183d80aa31da96e5b8c6f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:914fe11be86c707b3e2ea354c5a1c0cb72affd6d9dfe63ae2438a1a310ffe4c6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:53ee6ae093b31ee41b13bb67b40aeea723889379ff822719c8174e4272cce99c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:5e9cda0da90e658e08a08c69480c461701b03323aad484d887f12fa3e11bc9bf_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:8921a94912d602af5cb9636b2880c1ec7d8eff795473f4865f4354ea2079d428_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:d9b23f9f6c407010472286a31c17e8358a19103fe03260180d2d615aaa91eceb_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:53ee6ae093b31ee41b13bb67b40aeea723889379ff822719c8174e4272cce99c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:5e9cda0da90e658e08a08c69480c461701b03323aad484d887f12fa3e11bc9bf_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:8921a94912d602af5cb9636b2880c1ec7d8eff795473f4865f4354ea2079d428_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:d9b23f9f6c407010472286a31c17e8358a19103fe03260180d2d615aaa91eceb_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:0e598a4bc8097ed172a8e3e8058080ae3db89733c02644047e46cfb65b7d3b76_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:595b8a01e9b2189a3877041ce66509eb2a2a13bb0d928b4fa772e7d22d7e6bb3_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:a59804ff3479bbdd8249f52e145ad8099e67c790dd353684fe6faadb7246f3e5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:f5bdcc739dc1dc70a53c624c35d3e5e9574bbc67cf488919041e3ff0a11f009d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:0e598a4bc8097ed172a8e3e8058080ae3db89733c02644047e46cfb65b7d3b76_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:595b8a01e9b2189a3877041ce66509eb2a2a13bb0d928b4fa772e7d22d7e6bb3_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:a59804ff3479bbdd8249f52e145ad8099e67c790dd353684fe6faadb7246f3e5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:f5bdcc739dc1dc70a53c624c35d3e5e9574bbc67cf488919041e3ff0a11f009d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:06e2320e7c46ca66239bd9cd22eeb576f1c42f3acd26b8db1f6976e9717676fa_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:cc795d7a0cfbefbce47789c6d49532a9a41b8d62075d4c94bcb265fd3ad8ef6e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d87fda521517b9b5505780eb2d84212843145098e70032c9996b3250222fe604_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ec1000141bbcf65e1e79f4dbfcc97968b05cb1189cc35974ecda36bd2b8d302a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:0296d6ef8495a340807a800e8064de04bffd08cc24772e1482ea34d3eb39a83e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:2cb477ddcc46f5b57b4e81a8ad1163c0d3a13676e7079647dd2ec4b94281e9b8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:d85d011efa26fcf4fb9049c360e167a82f0f332f006906f945b0f0048d60da03_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:dcff01fb6c0c0477daca085f3ad54d39b6480f139ed59cd1fd4eea9077068889_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:0296d6ef8495a340807a800e8064de04bffd08cc24772e1482ea34d3eb39a83e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:2cb477ddcc46f5b57b4e81a8ad1163c0d3a13676e7079647dd2ec4b94281e9b8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:d85d011efa26fcf4fb9049c360e167a82f0f332f006906f945b0f0048d60da03_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:dcff01fb6c0c0477daca085f3ad54d39b6480f139ed59cd1fd4eea9077068889_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:5d7e619ddcc71a0244aecad37870bbe6a9bc993db053b68f57984c84751244f7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:6d0070709140682d4f91f5e7e1341cdfab3d992295f246a3b8f5394a3c290e98_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:8b8a1b6c5fdc802b3185d5a91bd9c68426307526fad048ec7b7360d2885a9709_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:a4b5e6597c79fd99492ba89777a51a9a0fa767a9b174aab5ad38eb6f7a195634_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:5d7e619ddcc71a0244aecad37870bbe6a9bc993db053b68f57984c84751244f7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:6d0070709140682d4f91f5e7e1341cdfab3d992295f246a3b8f5394a3c290e98_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:8b8a1b6c5fdc802b3185d5a91bd9c68426307526fad048ec7b7360d2885a9709_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:a4b5e6597c79fd99492ba89777a51a9a0fa767a9b174aab5ad38eb6f7a195634_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3f240b50f6973f1ab0ab53fd897acd7bec248c417923d56aad6630cee4bbad5d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:69a9487a24d400bbf3ab5bed205f622267fd19783a1c159669359d706a76c3f7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:778c6697c773971590c2187e863a18d45dbde7780c0da354a96480ca7e742b35_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ca587a8911043d96b60e967e4b2e33892254096414910174e6a7c395583e97b0_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:11801d98d9d8db5c37bc0bbb72aecc2eddfd0836d079f91a8018dd297e6f12e0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:34f5458a8d22a1b295a6cf6be82bffbb427aa6421c19609d37fbdb0de53afd48_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:5ed572029d4fbbb484fc3562046de00f7deaa0639185e26adb2210447a8ff958_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:8c3c79a3da45f6960f8cb68074488f8c1a97acd2637deab99b23cf5feb3dd831_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:2c452c9fb2f82e3b4e746669a2e8fe16a63cf009ddfb94d698529cef8f6ca8e4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:4eb82f07e01b4f66e34f933fc4c1ea0f09a8e227a216a732290e62db12641ced_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:7e411329883832f7e0e9bc7bcd716a5cc48898a051351176349bb877aa7a1704_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:fac2397c70e1a2d1457e45554f962daffec82ff643df596e3e0d47e2cd4a5727_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:71ef3a2f7205d5a4d2e223ea82ae0f8911ea9840cfc819e78931b5d8d7b3960f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:836739cc20594452479eb9db8a995d1caed27f82d8b1e7bad6061b0a7eeb3f41_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:9a6743d451c6a6223891fc13ca4e1f84328f5cbbe5be9c6f4a5505e47d894651_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:9b08cb63eae04604aa25e2816fc894292b63287c078922296ccf3108254a420d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:30a8075c0829c7e8170fee4fa1da1e4fc8f8fd7e98c03665692a0d3790a3e404_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:91eace031f4e244ba7c82194f0d9e4c42e1b3f83b4cea8281fbcff70a02855b6_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:a3a947c318b1d2cee8676949477eb154eebda2d7b01bc83aa3ab81b305d0c123_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d4485629dd69e3646522bb0c6fc3a616fd20e9e924c83481423beebef6620ed6_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:0050083f13ea8e40679295049c4312081d38904d8ccc1396b80f27544d01a06c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:1fa5db1d68336e05f0559c44f107e2968f7e65842d878a25355f37ff487001d0_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b8901c06e9ed87c8998625b99ee186ea5ac8a0a89c0263e210fc77f6b02fc36d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c90ac14a629770bd274536af0f82519c4247710c79acca953a37ae18d5108861_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:61ae2afb181d20ddc00f7f0f1a6a206221d15c887238ab048e10f838995c3d28_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:92ccfe03e0716617e78fcead09e592075632be76cb4d4f906a32fbbf1e7f79dd_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:92e8805702148fe8bd56ce06cd18da14eca209207633ecd89b3b3db27e784d2e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:a74af849f4f9b5eb17e812d798711ea57b234c311587a46fccf80b449e2ab091_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ce86043ba90a236d904b5bf8349678a139c9d12abee75b13e20b454762a79b07_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:fb673b9cd4bf5792fb1cbdc40d8ae3787b0c371157078ffbd959748ab0c19db6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:788f14d6d64cc43d2f137a2b5a2e13e80b6d7bd1c5db3aace5fc90b090cc1325_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b1aa6c712d6b2c05c5819d89c96f837a164cc978670d9ce0ca3676c2bf327ab7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:e0b18dde5738907a0cd2a7e54a3a37bd341627b6e12c2e8901cb5350e78e5f9f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:8b774ec1d7062dbf21f9d4c9c82926a333d4b530dd31e907fa292b1673c17f22_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:a44db4753020da0574e7b2cb486ed690ec6d452d9c9a86f1a35155b3203c3f14_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:fa22ce356479e36e38b28420a89c51826e52e4ed29599f8d81b33a4c9f17742f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:001a95b33c0b3c3c0000b21d4e6a0802ae3663c1d5c5e1c8b8bde03e248b74e9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:0f1a47dcc7b5e8d5d82076325fa73ec6bb18d6a7124bce44da452848859c03fd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:887ef213faf48dedc023d2c533d2b414f5cdafb4cbe79a33841d616ee1e6194c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:d74b26dbce57d591c118a178762b14e8d3663efedb7e3bf423c134c04361b4e9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:39575d20a0b0aaf4e66e34c26cd0ab61fdb672d13cacd4b8a46a05355ad98808_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:62ea773b1ca80e54dd81986d7aaf175916562abc8fef3a7a0785bdf976d43f35_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:a70b67bb199914cffdfd5a61528d442e434bc3dde0192e91f68cd7a23ec20353_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d53a31a064e2d3620ca9a6625149b02efbf5bddd3592afcf355d03f6539c689c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:00085499aba957ce0074d5f821884de04c511d20153293c39e85fb4af913c679_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:30cd4b0203521c2313602ce5bfe38fb36826471bf97573a4581662b579199d70_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4b5e0baa200d25a4e50917bad8abdea3860f7443d634ff316565da4650c7fe31_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f260327ebb92a129f41f5adbf40298abc26df6a7e1a88d419533b4712498ef53_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:1d51e5dd1835cb7d0dfc3507966c4d9811619fd68debba7a51f92351ffdc8aeb_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:d273edcc6cdb663d54cec22fc7947d30417ebde92772f7613ee71df7e245f8c6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:23ca2c33256242f865b28d356c525a06f15824a5b407827908fdd88909399ec0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:4d419fd5bbe80740a39821dbc54c463ba88056f16fb9dc367cd55f4704c382e9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:44d79a4c2279ff4d86d2a763c7d54209f9e24638fd4d1cedd5579b19ca25f5dc_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:798b93cd2c8dc91007f8e5ce984a9416a523ca1ad1d1edb48ee299cc38a7298d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel9@sha256:6089d0673200ad7ea54762cca3ca1b913ae4a48fc12ed42da637b6b17a6fb7d9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel9@sha256:6fa9719d09f35aed806742a476df49fade99829cfb07583b4413724fbfa1c194_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:2c22af5ba4c507b1d44a2f1b2b64585ec6b7225fdfd507cf9f2691376d169819_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b20ba95a4ef35e4a72e3b861655d236da808c9392f6f5b9b7b760f4c1ae12bd9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e93e6e39e6a94f8aed80905145fe08b6679dd15a84ded4b4ed0b24b0afdb36f4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:3b57a94699fd5667ccb1cade8f56ced7b4c9bc06969da3a9036fe4963a6bec0a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:d2e27e8532fdeecd9de5f9cc0ed750cfdfd92d82dbe142601c60d32693e67277_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:017c35ad3581bc5d47691821501fad35bc737e5c8aff5b486fd85905d6f815ec_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:d7c0d00e80632f5acfb1c3bc82e579be6b79e15817540e9c91cd6b3a1b3f6ac8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:03d49f30a46c3674fc120b13433e13a2fad082c984014f459ac7f10ab3e9bf97_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0a7e8b5f1b1120382de52f3540ff6908208bcd4ba242abba04ba79902920efc2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:2e903dd9147352077a4f775283942c3c66c21ec31fa80e1f65a048dacee8d227_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:77b9ae4216d409ae20d82c476e101fdd65c15eae30c619fc8c51e1213524938a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:369734364457c3584230c9b2445742b2dba5964dd7733422935bd16b71a0ea8d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:4d8b91d1d166f1ba933181bc34de9c05ac4de59a785c707e0eb695e4a81425b8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:5dd4a63ccc8ff694f3d0b4d38290cfa647c8c6effeceabcd86383af0657c1e38_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:d314434ff086a17a4dda0e0bc5499d892421d66e97cae55ce50336b25c14b9fd_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:2d4e18a550d1257dc97dc44428efbfe326ea8f305dc58228dbbe74cbdfd37e26_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:bce1b5dcb9d752202065a6aac8de3ee1721b8de03ee0f78f569d0f841d568554_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:ce8fa76166c3f37ae6e855b75e43aa462b0571d2720dd15ec7b9e282d522a13c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:df1f7115b9ef18a54f64b9646a27393c7c949a718fadb28ab8803d955c75577b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:39cb774a7444cc93f1fbb512cad9323fcc3ae217d4402c196a926701e98472c3_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:68cadb749ab080da743feff2b120d13f66cd54d61b7ee09b41083e36671a0f73_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:8300f9d1110230c510e9ae8dbbbc4501a5ce8b57b424f20ae3e42d4918ac9b48_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:d3f327e2a5f4745ad2cb946a2228e42bcf51be9715b23732eb1d0b877b6d3ba3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7f6a13a46ae75cda6eb2d5688c851cbbadb3193ac642494bee3d5d2c5e6ea8fc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:b92d8c3640522615577328179dec1c851becd7e42b7282d3a50f7af290c4037b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:4463bd38f33b06d584ebab15f5e2742693130e299590c038416f833e6ac313c5_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:8728d2c64b36f2c3fb9a52a1bf7ae98c5b113dc06ed7cca49c7b3e9f1789bcfe_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:4f68de2634b2f3650f98ebcda1c5c104a7941710c3ebe83ceb8fff4a0b697b82_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:a180fe7b396945b5a18274c742f6c01d726ba6177ff6721896f0235d943fd578_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:17cfcbf9d6be2d228c4cd0d8a5f23d4bee7814366ee0cf500af66a30ab43aa4f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b8e224d4897a0a99e182e966a61817a0fe93de3bd1ed78f68ee077239d65a908_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:c11fa3e642fa099dd30b99375606f82a4cfbe67017d832f32c8fb1ed58a5aa76_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:d0960e7974bb914fe45bb0d740ad8a84cacba8233e9ee0e9eabd5b3e71372620_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:d5f38f5666ed4b7f7e7da03732367e1a5d67f7f7d35c0c4bc232b5aab7f2f2d4_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:e74e1470caa81fae1509bedce3d3d1a8cdf89f814e174593ceec0be711270dcc_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c9ec31a316089747957c8cc1a8a49dd9476d45d6e7af919fcf538a367d35a0c3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:d35056c3c4ee809fbfc2674c9085b16f5e5d943bf7ad710c6aa4e5713bcb095c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:dcea4453ca75f5c44c125c1d677f28702cb94a73366a520e37b842ba5128577c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f3d8cd4459b8271e7718d4c5e97f92cd7db4776e719da5d7c04025e18a622e60_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:212c72d2288a050a21498a5ceb4c3b659b4bb98d0ca445d6b85a7a8b94b35488_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:45eb78529c0122f43a9443d06679db427ec2a389f7612ebd36000ff9f5ed48a0_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:d105ced863235a301224f506642394034cd0209f726a385bca03147944f0134e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:d1fb82d1280562120cc7fb356701d1f33254a177da5d0c0db90d2276297373cb_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:38c1beb577ebc5dc35ce3e31316346f21d7d9d6c297254570d6c6f8b8af4268d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:a083d6d53630f47a8503a45b639ae5c567d1f724096d1f729082bfdb9d760585_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:f2dffb118be72c4d3b75564f6038eadc0de8d261d6b1eaeef35343ede6056539_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:fe33d9c4694948619c5e95464f48fc82fab1feb283ba1d57225b3678085981f8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:20d22b7c095cbe52a127e22a428a8b27c287c4574abd32c2133287dfff3aa0e9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7f8d1c497000e0ae2985e9ea5a6b97f0c24d64e92440358687c8a5fa76bc778c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bdbdf3620970cb066fe169ec145f6db31f4bb4fc768cc440f4b8df83f57f206a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:eed72f0b204935fc71bbf10495f0e5985e5049bbfada39fe8afa8a60d12833ea_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:0bbf3eaf02453b7123901fa866a7f3f056ec58daf047b51ad30e177574ef49ce_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1ce7092cace33e4ab97d548ab4c9a2388dd84e53bab452a7458c8a5ed4495701_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:7985455eba0bb60e7b1067f759f3e30ae73f9be78068f953e060786530253025_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d01e8651edc6bd95da78c5fb2201aec7c785126bc70e0f03e0f2e6ce67d245f4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:12e6b0853b26b6504bd578914183118e2c74bbaa0e934a07ffb99acf3e19efec_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:26a6c5c8b798a039e227d5b6f02a1bbc1ca2a3c3354d98ab7beddfdf39e323f8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9864736555736cb9912dcb1c72f7d85aa75ec96286972312c2d0a3fc24788d42_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a82429314b1c0785c2d46c99440175d0ac8311bec3f31da3418340a2a0a55ac2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:2d6d0eb401d3529cc09163cd67fb8af3d9629ec14890e3536904669e409c2262_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:33a206e8de99be5297890d5373cb7844c0ebf03285547a3dc752c7bab031284b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6ffc197659ebe1017b99eb4f9b3646ff311aeb2bac6d580b3e9ffaee6138079a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:8418c603da899631b4fc20e064533ca74f94b98e20ba3843b7603c9ff7cab8ac_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:02033087b0776681f186aa48725fd0e2297ba2e22bd554269ace3d51b3f6da5d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:c2a8ee96f4cca328a3791758909bf9322ece200a84b10bc15048979aa827af3e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:3fd566875c0685e36134791ffafd5232558ca1830324988a55ed8e189fe5c35a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:80d2d5f45ef286fb8ae44b74ec245a68b21300e7d1deb60f01c527586e036db0_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:089f5b6a5d58e7dfe1cb8fc7a552a7a3a525208e0cfc86f88362eacd3b11b8b7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:263187d98ca0b290168472163b9a8d81dba1077cce8d7dcd8419894ba16524d9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:fcd7799ce45632b008f561ee8688988c8dff42b9e0677a05302ee8e325e5613f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:2665982a7b3d16d59f3e11ddf65b1016828d746db8aba950d9094cbc5fc3cd26_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:8a152f3e2f884f37e0c222e8ee47985c2363cfae12745eefbc305b30158110c6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a74dfebf03b4e0c686a285f0b71653d37f945c6c8e4fa5e750cd3fccdda1ead4_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ef3b7610a226305c920001ff036628d48ff3ece3ff46c9727749e619b69d5524_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:31d45f4b5897554f9e459bf8822cd945a0307b515f8c2247e968aa3251bd9dee_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:439e379c449e0011dab2323ba70da96c9ae85de0c78ae65e4ec97cb9e792cc14_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:9a08e22dac8c713b0cde2a6ac9031a70ee16bd1df3d093f8533534287ac7fc41_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:f1341dbe1145a0d7f954d04b9309e8fc2d44ec306db7ac48ee48b63c29a935ee_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:1cb4e934a34d7905afbbe8bc1edd2ce28a01f2f10ed0ebc0ccb62d732009ac12_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:2ea17ca4317c75eb3a86741d6925cfa3b0f8fe5cfd14281ac42f2f61b983bf39_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:9c2d1fbec1fde2e3a0490bb630ef4de043fac05c915f6db43904feacfe15541d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:e1848797ae0628fe6fe4b16aca661ffdd6559cbfe56fe0892c01b6885cc10598_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:36fa337753dd82ecf610b3cd5bc3c32b4d863e7ef6326610004d5ad2e9e8a369_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:805c04faa83fd96fb2510deef9c180846028dff7c8de992474c00b34bdaf29e0_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:bf8c8fc79c16f075b4cddbf83f6cdcdbc00ae5b64e11582ae7446f5d44666223_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:ffa47990e61f60b7f7f65940caf22a8340af1dd2924f3dcd6bf5afda8cf369ab_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:335e23e7ad1a695dad06b98fefe5aa1a14540fdba46000257a0fa7f269dfe6a4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:a5fe2690e857872fc80ddd0a8e72a92508fe8bde271da5d9697cd6b88ea4f08a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:cb498e9708e578bbd9feda69340a843f0099ea49abbf4cc88524196c6d5a85b0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:d3e663795f398f7a945b75b5eb98d9171dfd65c82ae1abc583c31586bc2afda7_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:8b11535627b9908e957068a9183280ac57dba63c90150662b14cf728238c8568_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:c2fc14113c69627c79a7b28562b05f2c251645c976ee1928721c1de0d48a14b7_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:c3c2cc1cefb6fc3a12978f4f14b3e6d3a90928b54b4cbe092d28dcccde2dea01_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:e7b0213d1a1a9dbd9921ee545de41c263078dd3ebb1f838dfe150e73fb51ed2d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:06f1abd50ca304ed98a0dda0a37c62980abf90b926e596ea849edff7518f4920_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:167c7118d171f577a41a66acda52d3ebbfcf1189e2a6fb8101fcab56b6a7df8f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:1b2723e537e9ca906f3d1a6ef70a5d0c95b59623fbfd5f0c5bb6de49e6effd40_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e090cfadfbd9d9587a006ea68407fafb1673b93d6c1f6e77efdd2c658a503669_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:49823fa689e0b99a542b3363f61c609730ff500b1c83cbe9aa2b3ed949e9d79b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:4d213b4b7b581e6ca449fa12678b4b75b06b938d16c76c054910bf71c2b65168_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:761eefac8ce5fb75389e8e452f927143acc1aca266602d6fca8c007c30d7eeea_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:8071b85d6f58f8c81756886952ce6fae10fe9a88c83927342bd6106f1e234a34_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:54eebbf509914e15aecec16dc21e8e3c848bedda66394a51ea4088ed16f0d3ec_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:78c9f0837ce0827121fe91f53a1ae02bfd66b88ecb45fecd30826d47db233038_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:b31ac2f80176d24f71e4e1fb8bf8f153cab65e069add24cb891a021a06c0195e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ddb1c43498ca301d4a437b8ebb23378c0db0b8e50f58b0dca911564817db1854_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:4f4ed9468740e6a521d1e095bdb6f5fa175c7e1f05550d999ad7342650948c96_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:594299d23d3fbb349d6fb9c4e059320829e7d2d643d890298b2a94c4314d92e7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:6800efa41a1f05c0d4d2f6702ec6f2fbbea73c3d3fc025dc62a5cbf3233add53_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:dc4a15e5ce1b7f4e932a3a08b32264abf570df68e15f270d7467a43caebfe8a1_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:43594a42c2342a584f5f4b8296b6726edd85f8a00b9703922abc78320e8b6f74_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:805ea7427ea3131fab72e43f80c34db682ba3e3603b438f1315146f24f706c01_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:9f06792d0d1831f9a557c15967cbcf117365305b612f3a23f793863615285ba9_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:b010ff328387fdcb88aa746ded0b63f609c8ed3a9745ee2f648cfdc17570dacc_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:08f3e89b2984d8563a822dde8feb96231e9cae0e74cc7a64b9871d53f4a9990c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:430e32ea9f2b6e87ca04e7713f393441f7dfcb0df57c7ac4766b439e8c281396_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:477ee1d38e4457c9378f05e83e6086787b957bc93f5a9c280c4afab8a6e02152_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:d42373331e4dabbca4921280d47dea956ffc0690648ae172f156605db302c8f7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:87017af27e74c380225ffcbcc961d2d345b5d997df552a9248d07d8230dab3fd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:ed7dd0e4fde979f4286ec5fd7f3ff1c51eb22d15af56138ae838d97df29884e2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:205cf240004a81339d5673b723193758e0bbdb008db6a294295412b6f92cd1be_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:2bfd19c9c46179264bd0d7c37f8f7b9edda077f3210f168f010af88317904d70_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a7672e4823bc698d02c4d241c84a57a523b13a267850baf8c1ec44150eac7f7f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:b84395e944be5010ef965bf387939c481d9c313b8abd2338414a3b592de7a219_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:1167bd175a841398744ebf28418cdb871bbad24ae38db5a88dd07ce5cb843d86_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2c2340eb12f729cba09a33a67a873fd11d421203e4b4548474d88a6e37f1af14_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6a01712dfd5ae1a741dc0db425ceea67934e763afb5df78809c0e6a22ca3173f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:910dc87281b45ed6dd18d2fb7204765fe3f3332d325e7c0cb061ad93fea7bb06_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:366278f589efb7c0ff2bdd800b0f6547b8be6acd259782192df2b10a9754945e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:4505bd25d99cfa5466dae74d577e459f756d6bc22fd5a21e91f32d6d6f7fab3f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7bdbb5168db25825edfaa505b705d639124f757f7c61768558c03f97dbb52e92_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:841d8a1a5cc97465078e19834734ac726341509d5e3fc5aa7d02e9418f7826ee_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:5f1fee6ff56a72baabb5f8c908feb2c4a67426fd0ed4bf8e55cc4daf552fc4cf_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:7689256c7f78b8e827b2588ce08ecb65035f3eb44c22ef395a4c16e80476e58d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:b2acd795681ddef65394e303c06e022ff54e1e0c53fcb341c381197f7e520b6a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:f5c1907aab6224d4c398d0f5cf151885859878ead00bbde79426c96dc8a6faf3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:168e6236d27a57e41e6318cb2a96b31eb4030b65f194c924d6e6a07c4a53f0c8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:6533b9840e66c882af6ea984d451821cfaf72000c1d2d8e1ffa46b95abfd0c52_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:8dd21817e31ef713af9cd67c004c8a6118b62c1dc557f963f28244920ffa9f5d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:bbc41d8cc76ccd7fe6a93d84cded4fe03cf08f985976266aa532b2a16232e1d8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:0c869ca3f2cea582df50c27d9170e6ecbf0df000d65ea250e2fb8ff41dbe6b4a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:4cedef9af9f34258060b059ad2d0f44ba329dc72e64942a8adcd1c14400a02ff_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:75460db975618d0dfc82f509725522f8151b49a00a210615dc8cbc97f6ed2fb4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:c4cc3eae9765cc81765638b8f1d6ed105d10d018f30bdd5ca9770b47e2ac683d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0006cc8afa959998457049601891036f387a518c2bdb3ba496928b229fe9d134_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6406a77819214fbcf753c72e1add20455ce1c71db634a10ed36cf4fdf857d892_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8f2245017277cd5f2642b162511ab42d7b8485567adfa25db900973baf058de1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ccfa78714715591d82a4bd4429114a92cce5748772e84bf19e4a890e428bd4b1_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:6ebdabc2690c1c1072803bd473496bc694f9d0c99af704f53c810d2c294ff687_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:ac2f665507bd239b43bfcebde4c50d9925b0376c06b448a9695e7f25ec4380d6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b2f58190b8a5b444f51f7d4431cd1fb5e59fc0c38fb4ff7ba4c51d2ed1ce6b2f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b84e75d4eeb59ff0804fc3b501156bfc562a52c0cd554783d8d7e7c0714d6f85_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:163154e33a4744ee5a451384d824443fe2f2a9e8bc961b121b1c317246ada9c3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8ba5133f9697e04a14d866027d8f342efe3bb9732857720393d9bf3e0effa09e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:be734c5f7b5f7ff624f842c056ae099c81ba1f4423016ba63f371a8d8f1fdf3f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:f4530c4f598865cc3ab9210760d93fc1640e15a07fda71fcc2b5453834dac7be_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2ca5fc5e9405404c8b611513cf033e480cf81c2677ccc08055fb934aa40cf7ef_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:3b18df1f2d706c80637b7a31ce09d3aee59eef1bddea71c218dc9270939dc194_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:c64fbe8a063ea2f7897ffd9bc2c1882c03c406611f8dffe9b9a885f3e75f105c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:def060ba5ad7ccecf1d1cb0ff3360dba500838c087d701015415e1a2ab08b4bf_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0693761931e2b7ffaf4e39c6fde5b0a1099d32b5269c7a498f76bff354a84ae9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:8fc7e5dbb6c2470efa7ea415b71569f753769abaf3331f9ee174adcf39a4dd27_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a1e0a23dc6c93de096d3d48710c45208a48a162d3858d0d7afdf4f300ebfe04f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:b71416e2ac3c46366da3abd72b0762b74759587afdfdc8a8c6a47a52b1d1d77d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:72c97ea299920a43dd391500e1f70b27cfbedf1e9a32ec9275171929b8fde7d2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:7d482a6204223e73e4dfa0013f4ba20db1d04c7a8c2881dd4b9a58e6e7d25f09_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:8ba5845b83d32531f3a3798486fdd8377bfec0748206d917ba821c6a76d55f3f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:dac43b8b4ab95960e240b3eef0fe1a6d37dfe23ab7d0cef27d412ad69afb5466_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:02698e7f9c59596fbe039b031515a319067d79c6696a5fd9fa5a95d5acd4026e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:28796a3d553d6880de207e5d6048c2efc4ea2858eb6251e43d1b46c9e9466748_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:7b0a4c796681ab9dafc0a708dead6e0a8db3166ec40e380dfb02978eadc7d2e5_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:ea3e2045e45229a9a61e6b9f9d10d0762a8e6f47e700d96c916b402864afe8a0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:12826fd7a8ca953be9429198adb9386f489e6c764d7b3fff044a4cb66c7f91b9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:22539e72bfdcdef4c91ee509142a1e403700c79d58b4f868a7a2e69b81c2d6a6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9c91efe4356286d3c8aecc6e9a4ba5ae54655477a2541ea80b2ab9ac88c63791_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:bc74fed608f8d45c463f68e581418b4ca5f3ef05467621bd6199edd149f3c7d1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1eaa76ae1380d3aed001b85612fddbbff2bdf70d85506c4fa5426ace8bd066b2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3760f9fb700165458048262a465f32d19660ba88e16b3aad5fc349b047a5248e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:be8dd7342bf7b1bcc1bc0f873ceeda8e81bf686259ee4cb5f377f397f43349e3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:fc535145b24b8def78590d003ddb58c2c1eee976ff2263740dfbf634f7d1c888_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:6956849db88740b12994232ecf2fb137db82f4afbef85b920612a9b38ed8bae7_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c182f19eb5bef9530482e666cbfbcf2649c1cccd95309850f93b82daf8d42a90_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:d12663d4543fda0b233405cc0e3823ab68cb421eb38acebf56ec4f0555e1e594_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f076696f3eaf06da9fcc6a4042afae097740771bf902fce0d3446e63ef8e7caa_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:326ec4eb64e1da8db46c9bdfa4e0ae03732a863eafad17e4ebf0dc63698acfae_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a7bc793a9fef04df9e54c978cc8c14c151168fa186e5258528e8e234fe036b00_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c493bb938f211c8018e014c922287ffd9db30a9d8e6818f2dc9cf42efd6b6da8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e0d5fb86c982e60025cf5e25d6ceaacbe380e9e9f8a78e311a488668ad991f5a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5f471c6d5ae1413d35f2b1dba478330537e2cf1c45f5d2a3b1d0b875935db19e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8fd890e0ed4d9101a895b34c0f42293b280d06245de6e45b113bbd5665ea488e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:98041b168deec45330330ec382e6262d616e1b1a22a389f9216b622c3118f401_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c1bdd2efec725038c68e2da7133bed08e1a1c8d9141a55062f621d6ed403af7a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:81e37f2597f8539a9f5b3800967545af056e88089f95eed69e5eb55426dba52e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:955772451d73b6ae56069b6e706629f6e726595f27bdd0d9a920d217e7456cc7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:ad5fb6d1f60634230f1dad1b9ca094c2fb8bae6e68d618ffce60d20c0e55d8c5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:cb8664cec305b071cc6cc3d7647b5baa9a013d35dcf318e407e6fcd7a2461eb8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:09b9ae640fccd4a948ce4835dbe29f65be91484aba6c2afc751761aa9dca541b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:3c9911b15f2798b2f4898177bdb924641e8ead282574beb11278b9370eded2fd_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:21d73647d434cea2c398a5c30ee2f92b6f5aee3b1106b961b1d50e8a18825f1a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:49fc188b34134f5695a59a384101be2254859d6e3fd3fa2e1deb282049e5f592_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:03e6ee2082e14e8becf5a2d7cc6e1681a088a057c1c7a2189fceddf23a7541af_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:80be0fc1705791db62dbf7b2385021b8e67d0d21a94815fff91c3e87d6e6e238_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:5c3c19e3dd09249a9e78ddc4871162b166bdeb05cabb7075f101084a26863568_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:de0740c2f08cf7e6a8c851135f4f2273c768eac198d7e09e35a81b585f1c755a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:401f429b76740c19f325c6f0680e55f66420dd35e72325bbaacf5f1708c2cb2f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:7e9b110c44bc04a2349b037104cd836c0dba7fc90bee7c0a3fa0a7bf380664df_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:96cb1a572e643c3d0cae3b20040c3c9663af86ede9c30bb38256c080de90983b_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:e41eb9ea6d0e646c40f43923678913904a2fc8f5f4fa1e9e458c807632e82c9a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:beafac871e27f012d9bdc881b0ed67095ca7d34305eb773117eaaf2a5f2404c7_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:d6ef7d1f4afe94e6bb5810852720c1239bd58b9a49a085d991659b59c6e26452_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:dd8dc49c8955041adc7c38a6023339cb928b3f944c144efe467ccc8da12c4c78_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:e7d08849926e92a0f9516b383ef71dcc2a6e368405f1d5f330042c62fa10685b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2559bac18be9d14dd0de38fd2c2b8d60b95d3ffdfc79d961747b7d35902252c8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8b31967a88b74281eafba0661b347aeec335308011e626d9dbc57557ef8fcd4e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e6a298a5a4b32e8908f2ea8207f673d1c7f63d654ebd18a7c3dc03bec7019240_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e892bc22d6a070e147ee0648d834798cae5f2e8941805a6bb7a0a4b1a292fb82_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:8e9d58dae4a9f2c50ebd9ac52262db031764fb28fcbc30880ba5a5c0e4546c49_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:a4ea9bf43c60b1486ae8538b1382882f464299257acf43fa326eb99d5e6851d0_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:b264bb9685a03d54117aa33f11853039d903cbd6d71dcdf63fa512e9f9d826c3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:f1a979149507ede702bcdcbdc5e49c667b52cb2f5e5f1cc9e0ca18602ba35772_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:3ac91633beb2c994cb8e7341b6efdc22dbfa4bbf9aab4819bc30102162b1d1c8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:451b74b33a2bdd13643f49117444110c86d7ea956a66e9285e3738e8c81b6f5b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9301a4880095595d6ee0667a7da2ac7e75f5a028a1f70bf71ec1227310d5e170_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b937da6f29b34bba141df41775d61d33df4c81c41a488c0f717d7b05cc85c453_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:36d319f66e25669271597bee4ae415053935d0877530d439a6e8b2eb23353cb6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:940220625073d9178c2efc540fb418df676e44dcd35c5a7ad01d1031ce779bd1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:c04c13d41b67bf5462d1ac2bbed4b95a53a2b2bbd293b32e7478b5cdd8ec5d5f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:f3bbcdd4a8f70fedfac7869d46124137c2a6856aa99a9de6de7b62060ccc5c08_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:059ae4b4cf18b4596d8c86340edd34332be7c667adbdb5199720a0a581086d55_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:4622bb035bf6a546e3de1164b347ec79844538d290bca3100622fee0986a51a8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:d296a62ddeade7d40ca2d727f9cfb3d4bb9dd81498c6a526a565e3698097420c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:ead3f5874193b8acd6bece9f9740c109665098b059db964e6d74192d6cbf52c3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:02236b492db7f328592308281ed110ec59afda1c6fe88b5b1278e66aaf0a76cb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:8eb91dcd0e34b5cf2520af44bcbef1d953892b1a39d117c579c8a2876bf8ab05_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:aad0341721e7a15e08a2bbe6ab9e59663d366f8b47aee21cdb54812e68161bd4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:f05183b69bd3ffd66c8d335d6a476161781ad2e9cd444a94edbf41eeab16ab81_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:6b65341e8a72cb548d68d8c2dd567eedaee6d00d198295437514524442471c01_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:983e36dba561f7cd2f5245528d856e81ad729c3a2040a66f2fcaa18650749887_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c496114509bc387930a5ac828dad33180e20adb00a0b81ea36fdf78159f91436_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:d23c4af5d88f5f753bf395b24bf1d168570e5f6036c6a6ae8b1bba6bed7ecbc3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:0c49b379e40a6fe3a09a21dac8005fd64c3d09c985dc728e1c7f4e57afc464c2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3d282ceb8dfca2308bda52e1b7d2663f7776db2a082be84a5af6e228c6de8664_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:87929d27a7e7d6538a5cdb3ad1d58f531c681ec5db4824498248ffd5dfcbedb2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:eb293c9ecb6715e0dfb6aaf457ec19a0f2d0862ef4cb22794335f53cb6981088_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:11e6a94fa5628b607268bb3d515a0dcc3d2b66a42a0512fbb50a7db7550c6a40_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:65e898b5ea52c5525501b63aa3063204b644e0cea1c9134d80bc2e920fc9a010_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:783d90fdb1b46848f2e9c4f313517e219216385667304593cfc71c2e54579b1c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:e57907330d75e38a859e54d12a56fedba7c1c1a931fc9db1bdfa3c2b10268704_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:4f5d0717182c96fe4d6ff1936b0ad433bd4626c0fa1b29eb1058ba02fd6f9500_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:95b856a7497da1ae18ce5789262957edc94bc4cd87a6913e6d16d1cf9154e1de_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:9868a70523d322153d4870f205323629f8230505c883b79bc64c6b8440472633_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:9b2a4de77fc5736a8d2c968c8782039e22f28c65a8f9af920cc797af5ff170f4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:03f6485cce2f104c812ca1b32c422379d8b97284c6561f4568da4b23efe873b8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:40b76bc1b9e5ca0e664371020999da9c619546692a52e50544a84ada1193e0c2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:505d160e6dc8dd5ba9ba156668578e4f420b37b7069075cc84acce52dd02829d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:a20f2c0440231d57eb8db827564604dad20c3656c39acdab469d15ae5ef37c8b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:8c60dbf477a0e750d0e4895ae8eda21a7ca74b6ea06e8b428d6eb0e3acccf63a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:5a28ee6abd396c5d957fa863a15cdc834c72a792d895a28415900cafa85c173a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:435629696ca8750b352c890af863b85ecc6680b8749006fbb56cfc8957db0a25_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:328a0954887176f2dce3b350f54ae0c0c51f937cfef1bba9b986659343b2eac9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:8c60dbf477a0e750d0e4895ae8eda21a7ca74b6ea06e8b428d6eb0e3acccf63a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:5a28ee6abd396c5d957fa863a15cdc834c72a792d895a28415900cafa85c173a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:25f55cdb3eb8a59fc5d2f5726a71748bf2d8005307025d16646889342829c8ec_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:98cdda546009cda7d6a4539bac65d2ac6b365efa697d4e040556ae758235e9c2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:47f3054cb4a6bd160fd59d591b30910bcbb7123fe44fbb6f057d9d3176858e5b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:5504bd98506b057146c643c36a6581cb2be8bcbf82787bef530fb6caf4c16e21_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:7d6c9216d995b1ad19e5ae1f9f30cf3faadd54e1274fb80c4d5fdd802ee6b1ae_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:da4cd3b8933c8d22cc34039993d8866dddaa2e203342a94f23876b7245ae4711_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:5858c8230e834bd3a75047e34e659c4d1fc61f6c53e23cae5d3a8deff8b73405_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:66b2e131a3be79803c75bc96b69c3e7be34faf2f00f6d4fa53c82704627f8a96_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:966501e1f2fc5f70670211953ade31dc37f0c86e647e40ea56aae47d3e0c1a90_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:febeb3a8a0fce4ca039322544cbfeb0c6f60723440ec6c2f60b12b390373418c_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2358493"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the net/http golang package. The net/http package incorrectly accepts messages that end with a line feed (LF) instead of the proper line ending. When used with another server that also misinterprets this, it can lead to request smuggling\u2014where an attacker tricks the system to send hidden or unauthorized requests.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "net/http: Request smuggling due to acceptance of invalid chunked data in net/http",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Satellite is rated as Low severity for this vulnerability. However, other affected components remain Moderate. Satellite uses the affected Go net/http component solely as a client to make requests, not as a server. Since this vulnerability only affects server-side usage, Satellite is not directly exposed to the flaw, justifying the lower severity rating.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6330474da38ae06e0c73f6319cee3c9d73bc48a31a155309222dbc414e76efcb_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:72ca1c3f1ce6ebd678469ad94416f27db9a6e9ffc5e22a6c0636f4f26872fa53_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d3d0cf16422232526f461e140aae0e5cb0b5c56787e6dedf93c7e96bc6c29594_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f1a0d254b3fe80b66cea05d072d13bb9870989299d9f2c5d7c93b9ac9ad3074a_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:719d802cdc007d64eab521dbc648d7efbac8b04713093b774bdce1da422e3ecd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:ed014578e5710249c89391fdb17423ffa5e6137de2308facd20d4c45981b4adb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:f42c255c1923e63843b1c7622861a65851aaa086fbb2668e0867e28893ba9c7b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:f9eb32fe20a46c5b0ccc3e7dd9f7f8d3c591cf64ee7800137ccdf6c4cb1726ea_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4a69fac5425de41d1bb0b2ebcbb99012b520002235e578b8a8ff0039079a3972_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5a3757def8e6a4fd616bb999d34903ddc9f7d8aa96dcd865f749dded52e92165_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:63b6550720f82b5a98783901d776f3866075896b661958cff3d8ddff44dec214_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:679852a44689f3a73197e047661821c910e35d50edbd788170b8b0cfd9304166_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:037c72c52db1039c57f1008617136cf9e94c8b3da14ea36c3a0595e6182c0042_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:17a517f94f4fb0429b6284d884570b95349f269ed187dbd94c4476f525dc54f3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:6e0a2c775267d2f07817788a3ecbdccadbe6377e4d18a0d9dd9c0f0d40c77eaa_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:adf596175de3c3004fce49a68cbe58e7ba15b3b0b315349ddee89d5dca8109f1_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:47c1a53900ad4c677b45d0dabd3f08a2f77f164fed64f53cc5f3d1f53a9fcc2a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:7cbc7f3c9d0912d4e1d0a1341a3db13fa59bdd0a2e3a81e161e4e23eb43f1278_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:a3c239970ebc8ba8b547dec72f2f6aeddc12cd19c18d75c493abc85285da48fd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:cfbf84917a9cebdd238a83d06f3145716b84b883dc78e81deb3738d2a92a4293_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:2be87034234cd07b0305ba546001dbd90403b8e758c83d557814d9b6ddddacc8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:31b6d68104fe1044f063ba297e9d9e69c1e55b95b26f1e33f93a2573d66814bd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:3dc697a49932c84227d323499a2a174900bd91215314697b8c9c41f7dca957c9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:f5f6edef66e7059ef66d2a2bdb52240c48279709048cda1b9b96bb11b9449e63_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:0e018e0ea1a45558fdebe89d04617b2b703ba93c7d58f2b92ceaea07d2498458_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:32a45843d97384b62b8865de40d5c642dfede6904c05d15da08fde3642c6b8af_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:e109e2c17a3686bad9121716df7ffc7d6ec82419f28b24fad531f96f86df0f32_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:f8f64b2c9168897706e6cc3ed967a390abbe83894e7758d08d1b790f451b1268_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:0e033237871e3e7ce2f0c11741dd6ffade3419f95b6b8600f7cb0a024bc89e0d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2f4ef4c232f199d5ac24750eca7388b57a44f976a782e48e0dc514c128801d35_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:468133aa3a5695bc314d8f2112e4a62388035c0b272abf4914ddcb485bfce137_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:601bcab3234fcecec33a89b6e6727bf6d9d3682b0e0a0eb98d6b84cc0db7458d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:00143215db73c4d765605e892829f7c7e4537fefe11251cb3d279afd98d5830b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:1e22e06efdd0d73b88ec841815eb6ab7c0f1324b98ea6d3c92910c2e9a592c5b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:5f2f9a2119899a4f1502173947b20d04fd943da8b2c953591a35d6e25bb5d027_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:f2143001d856a68c4cd933242fbd15d950512e445183f85a872f5aee4e2e503e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:152028b94c20a76e62793c63a4186a96b0958b2804979ead7dd47f33b273a846_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:583ba099e05b1c82e7c6dfa6d9a9be5face39683e39ca9d251b8a1562c0d6d42_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:9486a1646f0fcc699d0581ad5af993a73c46aeee65769bd8fb06bea1806f0a8b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:a91563e22d10c6a7c77b092ab6f829e7f0436923038ea4a47de1403813c20471_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:2544e96601860e73dff52f6befb165f531bf7686137d5550837674aae6afd3a9_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7a772d3d45015ec702f5e1ab054be240ed673591517ad99ef973898d1e535c69_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:d23cdaa0fd2114c904ded232b6019e61f53b49b41014a16e9df9b7f864384688_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:dc2ee3af87ceaff29152f92bca0dcacc935c10bd83cf136a9d8dbb628addaf65_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:574c4e42ac84049cc168e68faebbadecc3610348ad101ac9d34c140558e60131_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6f44a8a62a65945363867dbc79a5c43965d5e136766fefd02527145d53756ed4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ade325055aefd73a89a3e5d35d84c94b26c897986b77f7c887b3a435ee6e297a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:f841a5218782e8b9a3c435de0221c73ac6d5b4be8182609a074b99f1cc9b1f6a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:158858bb077286091d15b455154595158995981e1127e881694c686360d03d52_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:3a3b2fe2add4ab147f383874b55fb9d44c1067d915ab069c3649c321c0943d00_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:4947ab92f96cf1c2af5a7144e1787f90252ed0a9a0ae4729cc7fd61a4e671d9f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:4c06d16fe27f05724900f1df1db6d12b951c86c916800007a51de53aae260d64_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:008744686fcf83e9d9d4abd55bf1622d0e9f886570613835d29ac3c8cf9ad648_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5e45fa3a09a9bdea3957a74fe0ddf70080a83e70e8f41e8f16a0957e8f8f3bfb_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:6a39ad22c40ec6dfbe75e3c01f7bfa7bd8d1d7dbfe880d011c58362f15520d0d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:c6b4fa176ccc3af191fb7cb560b28bfdca4821b23d8296167b9919e0ffc26e1e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:73fb4d147dd798f244e7c6512084a7643985ed73163c07160cfa2b03566de6ea_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel9@sha256:557527d76a00f3afdaf2f146bed0d0d28224d8a063b1c9f88431ebb40300be0c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:6de7f07ca16a08f783899c687c355837fbe0cde28b8c5c25939524074f717665_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:d7db2153c58f0081db7446ed10fef94f0dce66b4dc909e65ba2c305161fe06b7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:30ff8f03b8eeb4ab60a86f9d72e596712171f4dfbbe7f2f74e747b596c05e3fd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4bafb9b1ccb421f617f7667e59fbc90d02a96f7955fcc76db9274a06562f47b7_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:633915104a44211fbb4ae16a128c60193cf266104345c664e8b28941cb051208_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:d08e59156c0c66dcd4b495a4d58fe8757445adf500fe4440b5f1e91779098384_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:680aeaabf1d04ec1242ae9ab0fc577ac095c170301a24cc07b2c20c06d119fb8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:a6d3d9b39379a76781f2894af08bad00632afbc1a6633cce43bba5c69a2c33ea_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:205ad021b256f031ac14686f61a5affc7ac8cab6afc076855324b4d91557d4b8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:c89f326a201d6b89af2d549a8bf35ef22ff4a82b5f1387a1aeaf4c691bc2b332_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:23fc1a55b530e3104c8674947f67e4e750b9b4fee1e71881148f5f532b558bbb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:40b70676d066ed2a7a1c78322ab1b96ff1c84a5f9cde846174a0b9d084cd0d2a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:6a8d392a88b7be09b2549e4cb5469a5ef748853072bb5354ac34d1c20a9690b0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:acaca7b68e729672aacec5b83f5349dee6eb0cc360e5f600aa9103e9026e8501_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:809682a7f5db22c4632cde8ec3cd0af3eb3b4a64bbdf95b7330b51acfab69925_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:e55d509c2b8028d64a64936fc665c013768e05a3f7019d372a2d7f5738e5db16_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:0d0463da3daa13d5047641085ea55f0ff09debab78b8a0552f2d2faf3f44c6d4_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:a3728c574b252b0830bd1df8e3e92a48c3121276214870a95c76ac12c108aa6a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:3ed7bf4ae76b1b3deacbfda0f18856b2c149a827c934c68fdb7348387c3148fb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7dae4561dbbf68fbb3c3e6190ddd8211b0d481f3457f13a4ea6ace475361a7bd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:447feb4c7d6d68716de5415cbcdb9f44aa594fb32c06480cf678b06788cd98fd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:f528b1517558b6aefda5c2bf23022ec918207238a0f4b759bafd7d54d0691691_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:5971fce447489bb15c3cc4cd9996e321cd8baab37ee170ba335b6ace45bd14f1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:dd10f8f08a1d5b063354f44376a68ee07218288077b78ab46e8e8ae75b747caa_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4899f0b1592431c277642bc16581a656d5e717067da2874bac7c00fa403c06d3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:db23b81652e9c7cf4fa25ba4a96ffafb07b0f5b2d923019658e50a07e31e019a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:1df9ed6540864562e105cbd7c275b0d066d028d4f2cf2362cf73a8ae5175fe18_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:8665625082320a37f6cab1a564adfe6a8d044cbb04c6ea948f15f093862358ea_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:625291292b2d99ab0374635a3190816c51e579dcbca6a0ff2e7ed8f686213cff_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:857360f334810f937fd1be07343b3a4fa20f48f9ef2f47d24bf07787683d9f81_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:01c0e71209c724866d3dd9aa76163ce0d4282d284d148f70d993b23b74ce1998_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:0c1811483c0b6923b5a03a43b3f38fef76bf8317fd2469d476546c2fc308d89f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:18f92db1fcfa7a6e159cdffa6c207576fa38fe8e39542770b49c81ba7427a0e6_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:4fd3b89d351ab5e4f5cb3dd0c7eba8a693466754fa6335f5d8349908f4a653bb_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:c58cc326fa3ccc29ccc1376869983ba77f555e88a5102e5439bc2c0d61605484_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:c6fad737f5f0c071d899858498cab7e031d424ea9ff5967bdc57b64e0a85905a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:191f7f1b1a766500f8365436c2cced514c795707e232187ef500b7cc4278b214_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:406b265de3e2cc470fb4d86ebad014965e31b95fcd255a81b7561c5e8fa0e56c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:865724525f54668e194725de3701a548e253be9e4f1debc84dbde854564238b4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9ae218f40503da16a9e065d8812c303a9e349d77be1f1daef1118bb0f0e1ef42_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4c797b6452d7bcaad38f37c65d0618f5dcc998ac5c27c20e9a11b155830599d9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9b04f7201f99279c028c528620ad50d94fe5cc2d74ee03b542b73fffdea494b4_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:af3b7c16a22c617c4a08fe22aa57038e82abaf27978d99598fc89c2587e7cf53_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:cfc288c31c5c00d58db6e6ddbf2d2f373dfb8dc67ba7c6d55293cb6491c29b04_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:370d9cf25a6331bc61f15927dbb752c9baa6696cb69f65a582c82de24c8ad7e4_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b00ca84a415ab24ee61ff3fb7fdc5334ce045125a14b4b76030f46c3c4b910a3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d223ef0499483832b4f1efec4e1128f8dca303de5fb3ef18a1e9f9817cd4d534_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fc42947a5994fd05142537f6fa8e7ec3d33c30f4cc5db5c83bcbc04d076b9312_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:8d5b7a2c9c54b30056336db174451e0504a6b70a3ff9376c1d6bb87788f90103_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:beb39083588eb33f97c9fa03683e74b1c51b76874ff8c1feda55cbbb27fe61d9_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:ca54639add5ce3ab35219dd58e1bfc9f6fa38130b0ab7486c4aa9c563fde87a6_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:de303accc9d9479b98214dda863ead61ef4ff07d24234b4a23ffd1e7e1c8b540_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:10c928e737116956e8b4972554eb7a7caf8ba82ef7988ff1bc55a20faf93a111_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:4e548be4269f413c54f23fa6e6be06c229f6929645d6dcf53b7b42613298e185_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:b982e659668e0b6d9feddc5664b34c92de8626965fb973af3fae7a7f3f1f0057_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:d14d63c929e558c5397dcf01dc9f48fd0d17cfa1125673177aa58ec64208deb3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:6214236f85ba29ebb5331829fd59c2e6758256d32e12dfaed7d8218db03f23bd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:6aa15ed02b87d8748be79fc881707a0506bf616d8c71d2e3ff6bc6831f80ee72_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:f713cd7ad817a6f0062ad246873378f7c1cee829b5b83c72efcfd4a70ed644b3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:f904fba09d99a7d6ab7583212174b78bb9ed5fd3bd1aa218d91dd18864541d12_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:05c44b7f417db2ad8c1a23bc01e62becac3946102369bb26770309285c377951_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0cb142098aca9137dacebf1790becca57f45e736d0ec049d6e900d6328ac28a1_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:8cdf51b679ab14cc5f9ed2d8265e7959b577d3ca1ccd0d698a6fabe5a11ab4d3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:c5665d7410064c6b4dd06328dcd62fb619e844dabcd5b218dfb10c3632b896e9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:325bd6adeb9eb27493b5f7d117fc82e3cf8a554c618f5dfa2448c3313b4943fa_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:4c4ec510e2eda60fef2a6ebf709c58da55a4dc6e584a060264854d9142ea6a0c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6ed4590215d494f1d630556163a47ebfab26a0ea69971862c9864ab0bb370b08_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f914abc670168e625021a71fa9546c2d28b4df490f21ba4f226a3c8387d4dab4_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:1aa49c2586807e952cdf7b1d86c0b3d25a0c3a32df62dfe3a777fc8b6cdfb8ff_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:246fbd712d6b7ef83cd83029c8998ac1b29d1454ccd636f8f6dc8b47bb5b6b56_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:38d300d9926a4fcde7999191efc6d99d6154baed0baa00f3f80db8234ed1f7d2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:3f44aeef785c94afe6707cf2457557fe8c6c9eaf72a000a2f1a3680a04d65411_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:5a3d3051df9f589ab8f3c326621f654b49ad33c715fcc8babd4ec35f473e8e24_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:77c228d758f0a2ca9da46be4c2df85757bc4ff9fe87aa6cda2ff2b1d50f86429_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8e1371a7bf53ef22fca75be240eafacc23fc6d119728f5d0d71a2bc149798de8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:a05161338c6d7bffbb1b294f00dfe1d3a53cc2f7a97553cf4e050315021b75ba_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1c78469e53ccad316db280cbd0ff4f845a2db0c9986fd7ed101e08ac5c5b8db2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:53c49af94fdd23d39cbcf433598c3f3a40139903631ccc5324b3aa49e4e5dfc6_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ebdbd79898c7462a90753afa2ab80a33fa6aceedea93e6cfa036a55f31bdd564_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:f842a1e9256475b3a5a6dae87b6b5c2d72cecfebce08ea44db5449f7854794d1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:74ffdaffe00b754bdad913e6699b44aa293f880e3803c00708d853202c20f745_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7cb9bd477e9f0f711eabeffee9f25f39c7985e7a27bdc46411b6bf4db31f8d53_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c0f06a3d5702010cbd5187f1b34b42eda35e2cfb5431aef3186037a385b57233_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c8be479b9223b21c389fde445e2e5d1541a7e60267fe07bfb53d64b6afb00999_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1ec6339dab77c900022ffcae585ff86041ebbe1d6cb8639d6167ad9b97156f45_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:b5f1e96b420a872b91d1d22766e9ce8fcb38c443c23a4f4baaac6892b3c6b4f7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:cbed4b61ebdcecfb4c459c7ccfed58a1db918bff994222f639bf2aba73def0d6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:f73ad509fa3ace02e50c9b1a3eb6850a819c706e93bdf88b0a700dfdad02047c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:38370fdd1910afe69d0b9e6ca55873e2db83b50f2182cef88ed7b12697ffcdd6_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6cf68975471ddee2804b4de20e932a1e1a1ea2ede27c614ebdf5ada4ea690e05_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:7f03465e59f1584ad52fed99f2ba8bbad123d1ab885a467fd69bac0ccb9a0923_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:96f38213da8a879118599dba97472b9a88587a1f15022648358360f368b6c744_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:68ed9daf7a0d82e2759096246c1b9eb07f97353c3f34a613fbf6893ca0d3470e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:974265ec3898a056decb3965f7c793a2852545e5dcf35e9f7e4bdec328c15c5b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:aafb8f5731b597fc079f76e4bac04da231e0e4fae464b83b7c7890b5f8ca91dc_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ed5146205b69538fd31b42b0114cf60015a47f872743a73077ef971d64d64c58_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:4aa00ab509205843236296fabd03a2c49e021eb135a91da0590c67b79694cd94_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:7bf12c94e1bc56b593af9b44bdfc3387ddda30c4a4ba762e8b89ceb714f3df65_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:7efbf4df1e8e17ca25087634b7387d0763590e00a33532f86f48b266199423eb_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:b7623d88ae5520b0ec76fb743d9c788511fa99b0ab0f6180de42d017dddc6cd9_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:41dec92ab759c44ceebe8eb15859b2ff29986dd5791ccab79f91cc1786a0b601_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:8014a45236ce64d0e0f3e35c6978442fd4f9ee21fc3f95e51f20dbf12e50359c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:94eff267e214468250b201f0af1de5bee5aab3e689d1f8bbe42d66f0c2adbdca_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:bc3e093b2d1a5e3962b9f02707aaff0d7e0de545a4b7a1887e79538aa2155fc8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:54e4d8b1282351915f2f22fa4843d5b4d19645dd890c4675f35749e2415d476d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6251627dcc972c58a39485c410c8a264d140b876f8b47765687a310ee4d28524_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:85c974e095e262ec405d402ff2a2c4419824edfb9859352c35fc0c8d1bc64c8a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a40c7d9de59a25a7212b6f43f281647ee45e21e948d718b43a780f741b0dbbab_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:a47be1e76eb39ed50efd59b57dd26a780674d022ec9d07d0b4954bcb309e39c3_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:af65a9f612d1e28e2b43f0917dcd06cec30dcb20366aed6a40908b74c07d05ef_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d182a13e89c363a605f2e6fc6a3e554fbaf27b9dd405ed84fccd8ed41bd8d8c3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:f3ec661872a5234517e8761e30e4e15cf2c7015760870d8dadb0c3f07007c4a3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:2186bb9adcba18266df62a838c9e79c6ee2b3181a97f6169513fe5202c0a75eb_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:6d89ed9ee8ac602fb6749bdf73bf0660df060810f805dbb807a903ed2dabc69f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:77a2aabcbd55ec7fc076d5c23ed8aece5424def3995e624291ca4f2139e6a82d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b0b0ffaab41c61cfad9ecd127f6f4e312ac45d548d77694cb470170b7bc540de_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:50e4d73d1ae6212010a58a15d5192ba8e60829e0e140a6d0bc849691c5c2d78c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7f0237ff4599cbe5aecd287913b9600a0bb36f2fd334a2a5691736cc6c5a8ff2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:862b9097cf6e1635d30fc1cd94f00f4656bd8170fcaf908bd058455298c46ac4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:984dcda6b5ea285c8a07461ff2279685000f35bcf3acc71e3b12231c782442de_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:02417ed67f618617fcca2270744e0dd3cd81a62d7f5f5da6e73221a7dee07649_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:b3b52c01b3d3351317eac2e4cb1e2b76bb4eb0b4698990b8468a9c26f42ad820_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:d94be231705a6d833b988b01a2aa5c6c8b918fbc38bf2ec8420bf133ccda55c9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f258283c5c32b7a28dc6c33a761eb7722a782773745325fbcd7bbb78349eb2e1_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:3d64a1e4f48ea11056d02d8fb29b5c5e17ba298f0a603e964ab1e448033fc66d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:6f737b4318a8f2e96c34c1f1e97ec23530533bdb33acbf9cba8982f8405f5aca_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d41416b2ae6fa0a882bd778f8628cb1258326ce3f212a1d956ba726b74248c60_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ee83baea9ff008d502c891af974c6ba419746967997f11c13266d7b02f7e8296_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:1d2c5714949f40e168358c505c0de750f5e2dc7dd0b2e99d31fe3af4cf1e864f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:517c74dcfbaff35ef2ba329a74a70402a228c77da442d263e5d3080ff7193965_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:9cf2219dfc08fc0ecb0f93c2e87ae9f8a7cad90b221742787a0cef6cfc62f007_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:aa18a0e963b906f041d4bf64c304ddef470fe78475378e11cb3565e5016beb06_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:1bbed360cd870566238b6c800e8522f04f02d16712c303eecc361af33fff436e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:28da5447837549fc35380edc0dc366bd59216852c59cfa2b3d512cf8eebc679a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:2bd88bbbe823623f5774a9813c7e43606ebdb6cd87b2db7fd78b7fe0c18f842d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c4b67e9207ea19d96108ed0117181a716c10d933c89ac036e49e952953cc3a2f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:11aebf8d07597c63ae5cac4cbc04e38d49ae1a4f8824ab22128e0b5c39e805cd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:357f6ef38223cb776249a04fb6ec29d61fbd24f7b31a5730544e449c1a5d9d6e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:83121be160c1fff1d16e17aea4daedde7e231b83ccb00349841494e7f87a8d1f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f2c98b4bc7bcbb9ade56ab4cfe5d44c32bc140b52a7ee9c5b9cf5957b7ada1ad_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:0dbaeba61694470f09eb05534c1dad038e310311f75009af32a0a1f43d469677_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4896946bdba46feed18276c4f29fe059ede4f60138c966fe9113aa93bbeadee4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4b81f38f15622b32498dbd192503ed2c54462959485ae48e47cfd67239181003_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4c02ec12d1f3762f4b2e735cd1600a00fd1bbc62130e005fd9842bd3f7ff7f6b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:18899c6aff68b24c792281604e3356f6bbb48d3f09db95f8b37f99ad7f8c914b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2316808c7649cb351257c6c2ee6aefbe0c0d561b822e3eeb18e85dbaf04491f3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:451233d80bc028a63b160526e07b233807d872f9d4e14da6ad4be96f64f29491_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:74fb3a4932ce350cd4da33d57a4fab1269bdb5e446fe8f93fada1b304a622ce6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0c7b57c158314b2f956181a8b28a9f8d7f83aedd8c87bb9bbbeed76a8fd7ea88_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5b88f0644f5b8237cf8b3aa0f6ee1d8a3899a912ce6499d1bee0aa902b2f8f80_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:672d284b3ef447aaea1bcc0a14c677c309116218340929ad59eaee178e9e5cb9_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dbce5221138c15a4aef2f65c3db8bab5ef127c48f3a446ae085a203d8591730c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:157d40ffe95e88526691e06daed0064ca15bbfe1aed547f3a3b968b9c36bee0f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:3885a8026a64c7f497aaa90c50ca93cf1479bfa83ad0d28c4f49cfd3c5220f66_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:457d21495a1f47cd6837f6263fa30652abc7a215c01962507a1e1bd6f4968a09_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9dec3a959d916331f6d2a59ef1e222ae4ef3d170cb344e2add3937966cf1c829_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:644f19b57dde50e4588f5cf1c4d72ac8d49dfb396b7c04d59dcdf6e27bb12017_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d5374c58882769f9d40f47d7aa8f20b1676842c8f0cd8b55a01d6fb587ecbfc3_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e9424fe4b804674ac06d8902eacaa8bef0c09f2c7441460621e587c10c079826_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f89289e63a584031efda082e7f77bd0ef4a28c815b3590061f8a397ee8e5a697_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:01eb7dbdb11a50a229196f82930e647e2080f53224bb41ca2a0fe6349c5d8d03_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:1e7712eee6328cbfaafef32ebe96031705ca193298de005ce69f63dd39eca9b4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:25eb621a41d2e7127f114416778c571112fcfe768281edf5e0bb25cd77235351_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:ad58b2585ef510c8f4c8b074085bb6dd3e17ed3248d7b86ad3185c76ec33b899_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:0f04929095116509edbbb1bf2a5c4a9ed725acf2a43307fff7cb5e4d225e553a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:2b9f99a6f44b8f7f39c4a78ed1f17726c933677102fa6953003ad1898f15ea94_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:edf6a8244ae0bfd588371101aced93b5ee8f5073309daa7ef6e407b4521928e1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:fcd4846ca63a5c2941046c19d96de0bb06ad4205c4f980c844dbd0d98df00d86_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:053cf21c2a3b09e2ba911c181d3585cc24390ba0ae4c130b9751a499c53a3196_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:154bd45ca42951efb3bcca14a5fa0bf055fe8c27d2a58e593e11d24abe2f98bd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2c0c232df35e9d03ef13aaa8b44b12b6c9ca2127f0a5e827d46b6beee55d856a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2d55f19aae3c983335bbcef443680455dc9e7b0ad49a8779e42165f505d19b5c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:01a8046396354cb5bb0c950d4511a3494b9e0ebc56b3624a48b41b60e0b8a30a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:0965f3fd7423e085d7682717f97901bc43da7a6f8aaf1f30ead9adeadf0ca649_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:33eac7aa9a8fc302b48f4541dbbef960aed461f73e42e413c5eeb25691a73905_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:7d168d6a6f797e925777d01d55bca9e2cd7f6b30e52a76607475935a7c87bf2d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:669d559563c8ce25ab835bfbb6d05b7df7fca88a0ea9374d50bf8373265a8bb2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:802a812b969112861ccc9a78880d0764af5c89c15198a594e7f8c1d6c2acfe0f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:bd2a533eade7e9a0589c83a3dc428d594b174da8c4eaf612d676d342dd1e7dd7_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c4efa347b4b2a9c938ad8bb772d1161a4a2b8b1e54455b0569a92c2f29cab2cd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:07ce41298f16b4f99d8cfaef9fe2a113855c4181c3b211d6c1f9e4fbdceb7d05_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:1945fc30c009a2abd77ec710cdae70cd18c726f633af7d9d8248fb56d5329638_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:566214654a337f7b2f76cba30abaef7b5abd496d0aa6dcf710aaa1dcbf740863_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a98ff558a980eac6d39c3e2d8275d0db333679521d54b919fd6b2c11a739f387_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:8b09b7ddb7949a9db7af4e4d1d8f15083cca65cd704b707d93a7d21a9c9e3c13_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:aa426170166116c40f3ad7a70d05d197188ccae8023e802755aaecb2decac985_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d4704096bb00b1d854cde90f964aa319d2898d407794944ec0025b386264f2bd_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:ffea3b9a771b27a8d8db70ef73a5089c7e343a26f5ca93698d490d2ebe67d206_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:26506524326c64baf2e77da8073ce297d72a583d6ae194516bcb6a32a273059a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ca8df7b4917a2c1b7a22e8f753cb19c9e92b15487c121e94156961d5b5cb7681_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:d2b5095502841f6654d21fddffc781f20990b586480eb4b56fc6414ed291d7eb_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e86eb8681972ee463d5dbce6a583dd035f2c38aecb09c3a6059ad99c3aeb8d31_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2003bfefc53e825002c66cd6aa5035d13db264ff9f4fd8c99e18683c1c808f39_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:284f8b74d3e69b69759f45116d07782376cda8554979535ecb4bf9aa8886af56_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:546822ec9a3b2688b4c31830872381cb22db5b476e89462c0e5e448ba96cfb77_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:65d9d9df5aa55831a1627b179412760f114bdde969040ba73c585c6449d19e36_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1a30ca1498e2cd83d64956812ec1facb07f796fb8db50977f3ff561ceb0da7fe_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:32700244d0578c423c636b0ef01254d823d0432125e1ca929d0ff1e115a446c1_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b562637dc56ed32a75a444ab2f31d75e7741ccea5b8a3c004df4a42ab1270d6e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c2a8a8f577ed98972d273ded3df429d0651608c8d46354584a2fd85782407b2e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:2526b6065d1ccfe1e36fe5b48958a22737b1243b3f0df10ee3d27e0a62fe340d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:34108f69a1ae3d91059fc955d42ff21e50c12390296677a94c4e691a0866cffb_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:4c2712c451f03ae375bb6f122c17ea1c28f6c52c2796ff64a893630733c6caf3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:88999cdfcf7d367056945f5fbeb558c6ad8a9c3e068e67724d12090341341bb8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:71b555c5e31fb0c3ad0c512f937027a14b1dfcdd4598438bda3252a8a2100c1c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:9c69c2600d5d0317fcbc2650fc4b52d319a32c3df9db6b5543b6ff254c3b9fe5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:bac49120f60baf152357368e241e3103a5fe6aea171d8a63917e8798d81bded3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:f270351f6697f9d7d3d8382f298956d6e1c5d9e8ef38317bfa7121e9825713af_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:0f3ebde6a312b04a5020957783e5156456dd0a60c9e1f009130e295b0143160c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:d878af0364938ce585214d77b78ed92b44c916113405f0649d1e727f9c010b3e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:dbea9f717a33a02f4fcbaa6029b6830b47b561fcab1063eb868812794159b303_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:f5ac07ba3f562b9c62461916f868079fbbb47d95b24379b9ceb55206e616e140_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:287c800f33b7bb17969c93891edc40646cc48acc9b741138795b7f041c82bbc8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:53ecd2e093819c381012a057628f8e614c85f0c58b6d54e378e2155122ab1d8b_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a840761823769c68291cefa9028e0a6f87b6625588b1850d148b2f8ea580d8ce_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:eeb3bd21c506b7558241ec2458d57407860998b91b4742669982073d6612a9bf_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:1a94c20db46917d931dfcbe19595ab6b4ace22f81ad34ea6d329eff8def1f0da_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:71d75fc8a847695728ead4620c5d19ccfc9b8bac9f51521af7ebabb762839425_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:99cdbfdac01ce74763ab9304f3bf30156bad8039a454758941bfa2c96da4787d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:a56d06011589ae7f1b0a338ae33423e77c559a93f4bd8924ebbeb16fa341a7a2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:299842fdbadf955534b257f3c63126a79fb14a9856c4530df09debde212a2384_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:7adbe4c7a14a3d470820884da692bae174fa6d170895c3ed4b02311a66294ea5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:0b264678a566eb387b44b5e8e2ab61c5e12b594aff4db75532d9fc8cf0cb3a78_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:ae2978f43a4b765fdcd8abe8e91956a0a1e267c0f76593d94e52780fadc68388_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:dfe83a3416da5cb195d8fda8ee8eec794dbeb0135de72e250bc965ef1f70bfce_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:e6e1c74ee273df32544e6119badf3b3c260e48c60934f67a7869dd739d020e1e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:015b35c884c0e9b5c3a2df4e3874610dceda9766b1db231a0e99774481c88bea_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:170dd5cd1770f1c560d2d0756a619a220d15c91c8d8d51ea322818be40603ed6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:7f43c6487ef0d6ee493fae02ef100abc813294f027b702722f38c619a5e8206c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:d40a074405d58180667a3722571285167277e73ef4247221e5b5c235ebbba38f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:1fde8ae44f15902a4a5dde0328cb037c74c40ab527db4963b5d703c35f2b2c6d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:8a13fe639a4db964e30cced1f77214a915489f75b2634356259a03f6f280d856_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:afb26125636804082e2827f1d473d49cd492a6356365c186f69873ad8e24e099_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:e9668f534471f09fbfcb31c76be4b68a743549c50255de8fff8fd0c8b4a34924_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:0a67e292a5b75f818272a3302f4d2d334ec57e5e0acdee47fc6da52625e6fb60_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:50be8ffecf96273dd18c233edb39db8e3088bb79acef2884f47b64a543f15e71_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:8fdc9fb2e35d486efdac44adca6152aeb6bed9fd88c183d80aa31da96e5b8c6f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:914fe11be86c707b3e2ea354c5a1c0cb72affd6d9dfe63ae2438a1a310ffe4c6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:53ee6ae093b31ee41b13bb67b40aeea723889379ff822719c8174e4272cce99c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:5e9cda0da90e658e08a08c69480c461701b03323aad484d887f12fa3e11bc9bf_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:8921a94912d602af5cb9636b2880c1ec7d8eff795473f4865f4354ea2079d428_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:d9b23f9f6c407010472286a31c17e8358a19103fe03260180d2d615aaa91eceb_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:53ee6ae093b31ee41b13bb67b40aeea723889379ff822719c8174e4272cce99c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:5e9cda0da90e658e08a08c69480c461701b03323aad484d887f12fa3e11bc9bf_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:8921a94912d602af5cb9636b2880c1ec7d8eff795473f4865f4354ea2079d428_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:d9b23f9f6c407010472286a31c17e8358a19103fe03260180d2d615aaa91eceb_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:0e598a4bc8097ed172a8e3e8058080ae3db89733c02644047e46cfb65b7d3b76_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:595b8a01e9b2189a3877041ce66509eb2a2a13bb0d928b4fa772e7d22d7e6bb3_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:a59804ff3479bbdd8249f52e145ad8099e67c790dd353684fe6faadb7246f3e5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:f5bdcc739dc1dc70a53c624c35d3e5e9574bbc67cf488919041e3ff0a11f009d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:0e598a4bc8097ed172a8e3e8058080ae3db89733c02644047e46cfb65b7d3b76_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:595b8a01e9b2189a3877041ce66509eb2a2a13bb0d928b4fa772e7d22d7e6bb3_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:a59804ff3479bbdd8249f52e145ad8099e67c790dd353684fe6faadb7246f3e5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:f5bdcc739dc1dc70a53c624c35d3e5e9574bbc67cf488919041e3ff0a11f009d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:06e2320e7c46ca66239bd9cd22eeb576f1c42f3acd26b8db1f6976e9717676fa_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:cc795d7a0cfbefbce47789c6d49532a9a41b8d62075d4c94bcb265fd3ad8ef6e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d87fda521517b9b5505780eb2d84212843145098e70032c9996b3250222fe604_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ec1000141bbcf65e1e79f4dbfcc97968b05cb1189cc35974ecda36bd2b8d302a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:0296d6ef8495a340807a800e8064de04bffd08cc24772e1482ea34d3eb39a83e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:2cb477ddcc46f5b57b4e81a8ad1163c0d3a13676e7079647dd2ec4b94281e9b8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:d85d011efa26fcf4fb9049c360e167a82f0f332f006906f945b0f0048d60da03_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:dcff01fb6c0c0477daca085f3ad54d39b6480f139ed59cd1fd4eea9077068889_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:0296d6ef8495a340807a800e8064de04bffd08cc24772e1482ea34d3eb39a83e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:2cb477ddcc46f5b57b4e81a8ad1163c0d3a13676e7079647dd2ec4b94281e9b8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:d85d011efa26fcf4fb9049c360e167a82f0f332f006906f945b0f0048d60da03_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:dcff01fb6c0c0477daca085f3ad54d39b6480f139ed59cd1fd4eea9077068889_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:5d7e619ddcc71a0244aecad37870bbe6a9bc993db053b68f57984c84751244f7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:6d0070709140682d4f91f5e7e1341cdfab3d992295f246a3b8f5394a3c290e98_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:8b8a1b6c5fdc802b3185d5a91bd9c68426307526fad048ec7b7360d2885a9709_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:a4b5e6597c79fd99492ba89777a51a9a0fa767a9b174aab5ad38eb6f7a195634_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:5d7e619ddcc71a0244aecad37870bbe6a9bc993db053b68f57984c84751244f7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:6d0070709140682d4f91f5e7e1341cdfab3d992295f246a3b8f5394a3c290e98_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:8b8a1b6c5fdc802b3185d5a91bd9c68426307526fad048ec7b7360d2885a9709_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:a4b5e6597c79fd99492ba89777a51a9a0fa767a9b174aab5ad38eb6f7a195634_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3f240b50f6973f1ab0ab53fd897acd7bec248c417923d56aad6630cee4bbad5d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:69a9487a24d400bbf3ab5bed205f622267fd19783a1c159669359d706a76c3f7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:778c6697c773971590c2187e863a18d45dbde7780c0da354a96480ca7e742b35_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ca587a8911043d96b60e967e4b2e33892254096414910174e6a7c395583e97b0_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:11801d98d9d8db5c37bc0bbb72aecc2eddfd0836d079f91a8018dd297e6f12e0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:34f5458a8d22a1b295a6cf6be82bffbb427aa6421c19609d37fbdb0de53afd48_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:5ed572029d4fbbb484fc3562046de00f7deaa0639185e26adb2210447a8ff958_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:8c3c79a3da45f6960f8cb68074488f8c1a97acd2637deab99b23cf5feb3dd831_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:2c452c9fb2f82e3b4e746669a2e8fe16a63cf009ddfb94d698529cef8f6ca8e4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:4eb82f07e01b4f66e34f933fc4c1ea0f09a8e227a216a732290e62db12641ced_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:7e411329883832f7e0e9bc7bcd716a5cc48898a051351176349bb877aa7a1704_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:fac2397c70e1a2d1457e45554f962daffec82ff643df596e3e0d47e2cd4a5727_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:71ef3a2f7205d5a4d2e223ea82ae0f8911ea9840cfc819e78931b5d8d7b3960f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:836739cc20594452479eb9db8a995d1caed27f82d8b1e7bad6061b0a7eeb3f41_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:9a6743d451c6a6223891fc13ca4e1f84328f5cbbe5be9c6f4a5505e47d894651_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:9b08cb63eae04604aa25e2816fc894292b63287c078922296ccf3108254a420d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:30a8075c0829c7e8170fee4fa1da1e4fc8f8fd7e98c03665692a0d3790a3e404_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:91eace031f4e244ba7c82194f0d9e4c42e1b3f83b4cea8281fbcff70a02855b6_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:a3a947c318b1d2cee8676949477eb154eebda2d7b01bc83aa3ab81b305d0c123_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d4485629dd69e3646522bb0c6fc3a616fd20e9e924c83481423beebef6620ed6_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:0050083f13ea8e40679295049c4312081d38904d8ccc1396b80f27544d01a06c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:1fa5db1d68336e05f0559c44f107e2968f7e65842d878a25355f37ff487001d0_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b8901c06e9ed87c8998625b99ee186ea5ac8a0a89c0263e210fc77f6b02fc36d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c90ac14a629770bd274536af0f82519c4247710c79acca953a37ae18d5108861_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:61ae2afb181d20ddc00f7f0f1a6a206221d15c887238ab048e10f838995c3d28_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:92ccfe03e0716617e78fcead09e592075632be76cb4d4f906a32fbbf1e7f79dd_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:92e8805702148fe8bd56ce06cd18da14eca209207633ecd89b3b3db27e784d2e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:a74af849f4f9b5eb17e812d798711ea57b234c311587a46fccf80b449e2ab091_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ce86043ba90a236d904b5bf8349678a139c9d12abee75b13e20b454762a79b07_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:fb673b9cd4bf5792fb1cbdc40d8ae3787b0c371157078ffbd959748ab0c19db6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:788f14d6d64cc43d2f137a2b5a2e13e80b6d7bd1c5db3aace5fc90b090cc1325_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b1aa6c712d6b2c05c5819d89c96f837a164cc978670d9ce0ca3676c2bf327ab7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:e0b18dde5738907a0cd2a7e54a3a37bd341627b6e12c2e8901cb5350e78e5f9f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:8b774ec1d7062dbf21f9d4c9c82926a333d4b530dd31e907fa292b1673c17f22_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:a44db4753020da0574e7b2cb486ed690ec6d452d9c9a86f1a35155b3203c3f14_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:fa22ce356479e36e38b28420a89c51826e52e4ed29599f8d81b33a4c9f17742f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:001a95b33c0b3c3c0000b21d4e6a0802ae3663c1d5c5e1c8b8bde03e248b74e9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:0f1a47dcc7b5e8d5d82076325fa73ec6bb18d6a7124bce44da452848859c03fd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:887ef213faf48dedc023d2c533d2b414f5cdafb4cbe79a33841d616ee1e6194c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:d74b26dbce57d591c118a178762b14e8d3663efedb7e3bf423c134c04361b4e9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:39575d20a0b0aaf4e66e34c26cd0ab61fdb672d13cacd4b8a46a05355ad98808_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:62ea773b1ca80e54dd81986d7aaf175916562abc8fef3a7a0785bdf976d43f35_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:a70b67bb199914cffdfd5a61528d442e434bc3dde0192e91f68cd7a23ec20353_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d53a31a064e2d3620ca9a6625149b02efbf5bddd3592afcf355d03f6539c689c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:00085499aba957ce0074d5f821884de04c511d20153293c39e85fb4af913c679_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:30cd4b0203521c2313602ce5bfe38fb36826471bf97573a4581662b579199d70_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4b5e0baa200d25a4e50917bad8abdea3860f7443d634ff316565da4650c7fe31_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f260327ebb92a129f41f5adbf40298abc26df6a7e1a88d419533b4712498ef53_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:1d51e5dd1835cb7d0dfc3507966c4d9811619fd68debba7a51f92351ffdc8aeb_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:d273edcc6cdb663d54cec22fc7947d30417ebde92772f7613ee71df7e245f8c6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:23ca2c33256242f865b28d356c525a06f15824a5b407827908fdd88909399ec0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:4d419fd5bbe80740a39821dbc54c463ba88056f16fb9dc367cd55f4704c382e9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:44d79a4c2279ff4d86d2a763c7d54209f9e24638fd4d1cedd5579b19ca25f5dc_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:798b93cd2c8dc91007f8e5ce984a9416a523ca1ad1d1edb48ee299cc38a7298d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel9@sha256:6089d0673200ad7ea54762cca3ca1b913ae4a48fc12ed42da637b6b17a6fb7d9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel9@sha256:6fa9719d09f35aed806742a476df49fade99829cfb07583b4413724fbfa1c194_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:2c22af5ba4c507b1d44a2f1b2b64585ec6b7225fdfd507cf9f2691376d169819_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b20ba95a4ef35e4a72e3b861655d236da808c9392f6f5b9b7b760f4c1ae12bd9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e93e6e39e6a94f8aed80905145fe08b6679dd15a84ded4b4ed0b24b0afdb36f4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:3b57a94699fd5667ccb1cade8f56ced7b4c9bc06969da3a9036fe4963a6bec0a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:d2e27e8532fdeecd9de5f9cc0ed750cfdfd92d82dbe142601c60d32693e67277_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:017c35ad3581bc5d47691821501fad35bc737e5c8aff5b486fd85905d6f815ec_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:d7c0d00e80632f5acfb1c3bc82e579be6b79e15817540e9c91cd6b3a1b3f6ac8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:03d49f30a46c3674fc120b13433e13a2fad082c984014f459ac7f10ab3e9bf97_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0a7e8b5f1b1120382de52f3540ff6908208bcd4ba242abba04ba79902920efc2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:2e903dd9147352077a4f775283942c3c66c21ec31fa80e1f65a048dacee8d227_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:77b9ae4216d409ae20d82c476e101fdd65c15eae30c619fc8c51e1213524938a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:369734364457c3584230c9b2445742b2dba5964dd7733422935bd16b71a0ea8d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:4d8b91d1d166f1ba933181bc34de9c05ac4de59a785c707e0eb695e4a81425b8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:5dd4a63ccc8ff694f3d0b4d38290cfa647c8c6effeceabcd86383af0657c1e38_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:d314434ff086a17a4dda0e0bc5499d892421d66e97cae55ce50336b25c14b9fd_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:2d4e18a550d1257dc97dc44428efbfe326ea8f305dc58228dbbe74cbdfd37e26_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:bce1b5dcb9d752202065a6aac8de3ee1721b8de03ee0f78f569d0f841d568554_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:ce8fa76166c3f37ae6e855b75e43aa462b0571d2720dd15ec7b9e282d522a13c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:df1f7115b9ef18a54f64b9646a27393c7c949a718fadb28ab8803d955c75577b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:39cb774a7444cc93f1fbb512cad9323fcc3ae217d4402c196a926701e98472c3_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:68cadb749ab080da743feff2b120d13f66cd54d61b7ee09b41083e36671a0f73_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:8300f9d1110230c510e9ae8dbbbc4501a5ce8b57b424f20ae3e42d4918ac9b48_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:d3f327e2a5f4745ad2cb946a2228e42bcf51be9715b23732eb1d0b877b6d3ba3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7f6a13a46ae75cda6eb2d5688c851cbbadb3193ac642494bee3d5d2c5e6ea8fc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:b92d8c3640522615577328179dec1c851becd7e42b7282d3a50f7af290c4037b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:4463bd38f33b06d584ebab15f5e2742693130e299590c038416f833e6ac313c5_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:8728d2c64b36f2c3fb9a52a1bf7ae98c5b113dc06ed7cca49c7b3e9f1789bcfe_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:4f68de2634b2f3650f98ebcda1c5c104a7941710c3ebe83ceb8fff4a0b697b82_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:a180fe7b396945b5a18274c742f6c01d726ba6177ff6721896f0235d943fd578_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:17cfcbf9d6be2d228c4cd0d8a5f23d4bee7814366ee0cf500af66a30ab43aa4f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b8e224d4897a0a99e182e966a61817a0fe93de3bd1ed78f68ee077239d65a908_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:c11fa3e642fa099dd30b99375606f82a4cfbe67017d832f32c8fb1ed58a5aa76_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:d0960e7974bb914fe45bb0d740ad8a84cacba8233e9ee0e9eabd5b3e71372620_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:d5f38f5666ed4b7f7e7da03732367e1a5d67f7f7d35c0c4bc232b5aab7f2f2d4_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:e74e1470caa81fae1509bedce3d3d1a8cdf89f814e174593ceec0be711270dcc_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c9ec31a316089747957c8cc1a8a49dd9476d45d6e7af919fcf538a367d35a0c3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:d35056c3c4ee809fbfc2674c9085b16f5e5d943bf7ad710c6aa4e5713bcb095c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:dcea4453ca75f5c44c125c1d677f28702cb94a73366a520e37b842ba5128577c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f3d8cd4459b8271e7718d4c5e97f92cd7db4776e719da5d7c04025e18a622e60_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:212c72d2288a050a21498a5ceb4c3b659b4bb98d0ca445d6b85a7a8b94b35488_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:45eb78529c0122f43a9443d06679db427ec2a389f7612ebd36000ff9f5ed48a0_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:d105ced863235a301224f506642394034cd0209f726a385bca03147944f0134e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:d1fb82d1280562120cc7fb356701d1f33254a177da5d0c0db90d2276297373cb_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:38c1beb577ebc5dc35ce3e31316346f21d7d9d6c297254570d6c6f8b8af4268d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:a083d6d53630f47a8503a45b639ae5c567d1f724096d1f729082bfdb9d760585_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:f2dffb118be72c4d3b75564f6038eadc0de8d261d6b1eaeef35343ede6056539_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:fe33d9c4694948619c5e95464f48fc82fab1feb283ba1d57225b3678085981f8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:20d22b7c095cbe52a127e22a428a8b27c287c4574abd32c2133287dfff3aa0e9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7f8d1c497000e0ae2985e9ea5a6b97f0c24d64e92440358687c8a5fa76bc778c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bdbdf3620970cb066fe169ec145f6db31f4bb4fc768cc440f4b8df83f57f206a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:eed72f0b204935fc71bbf10495f0e5985e5049bbfada39fe8afa8a60d12833ea_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:0bbf3eaf02453b7123901fa866a7f3f056ec58daf047b51ad30e177574ef49ce_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1ce7092cace33e4ab97d548ab4c9a2388dd84e53bab452a7458c8a5ed4495701_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:7985455eba0bb60e7b1067f759f3e30ae73f9be78068f953e060786530253025_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d01e8651edc6bd95da78c5fb2201aec7c785126bc70e0f03e0f2e6ce67d245f4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:12e6b0853b26b6504bd578914183118e2c74bbaa0e934a07ffb99acf3e19efec_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:26a6c5c8b798a039e227d5b6f02a1bbc1ca2a3c3354d98ab7beddfdf39e323f8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9864736555736cb9912dcb1c72f7d85aa75ec96286972312c2d0a3fc24788d42_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a82429314b1c0785c2d46c99440175d0ac8311bec3f31da3418340a2a0a55ac2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:2d6d0eb401d3529cc09163cd67fb8af3d9629ec14890e3536904669e409c2262_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:33a206e8de99be5297890d5373cb7844c0ebf03285547a3dc752c7bab031284b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6ffc197659ebe1017b99eb4f9b3646ff311aeb2bac6d580b3e9ffaee6138079a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:8418c603da899631b4fc20e064533ca74f94b98e20ba3843b7603c9ff7cab8ac_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:02033087b0776681f186aa48725fd0e2297ba2e22bd554269ace3d51b3f6da5d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:c2a8ee96f4cca328a3791758909bf9322ece200a84b10bc15048979aa827af3e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:3fd566875c0685e36134791ffafd5232558ca1830324988a55ed8e189fe5c35a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:80d2d5f45ef286fb8ae44b74ec245a68b21300e7d1deb60f01c527586e036db0_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:089f5b6a5d58e7dfe1cb8fc7a552a7a3a525208e0cfc86f88362eacd3b11b8b7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:263187d98ca0b290168472163b9a8d81dba1077cce8d7dcd8419894ba16524d9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:fcd7799ce45632b008f561ee8688988c8dff42b9e0677a05302ee8e325e5613f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:2665982a7b3d16d59f3e11ddf65b1016828d746db8aba950d9094cbc5fc3cd26_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:8a152f3e2f884f37e0c222e8ee47985c2363cfae12745eefbc305b30158110c6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a74dfebf03b4e0c686a285f0b71653d37f945c6c8e4fa5e750cd3fccdda1ead4_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ef3b7610a226305c920001ff036628d48ff3ece3ff46c9727749e619b69d5524_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:31d45f4b5897554f9e459bf8822cd945a0307b515f8c2247e968aa3251bd9dee_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:439e379c449e0011dab2323ba70da96c9ae85de0c78ae65e4ec97cb9e792cc14_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:9a08e22dac8c713b0cde2a6ac9031a70ee16bd1df3d093f8533534287ac7fc41_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:f1341dbe1145a0d7f954d04b9309e8fc2d44ec306db7ac48ee48b63c29a935ee_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:1cb4e934a34d7905afbbe8bc1edd2ce28a01f2f10ed0ebc0ccb62d732009ac12_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:2ea17ca4317c75eb3a86741d6925cfa3b0f8fe5cfd14281ac42f2f61b983bf39_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:9c2d1fbec1fde2e3a0490bb630ef4de043fac05c915f6db43904feacfe15541d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:e1848797ae0628fe6fe4b16aca661ffdd6559cbfe56fe0892c01b6885cc10598_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:36fa337753dd82ecf610b3cd5bc3c32b4d863e7ef6326610004d5ad2e9e8a369_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:805c04faa83fd96fb2510deef9c180846028dff7c8de992474c00b34bdaf29e0_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:bf8c8fc79c16f075b4cddbf83f6cdcdbc00ae5b64e11582ae7446f5d44666223_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:ffa47990e61f60b7f7f65940caf22a8340af1dd2924f3dcd6bf5afda8cf369ab_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:335e23e7ad1a695dad06b98fefe5aa1a14540fdba46000257a0fa7f269dfe6a4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:a5fe2690e857872fc80ddd0a8e72a92508fe8bde271da5d9697cd6b88ea4f08a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:cb498e9708e578bbd9feda69340a843f0099ea49abbf4cc88524196c6d5a85b0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:d3e663795f398f7a945b75b5eb98d9171dfd65c82ae1abc583c31586bc2afda7_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:8b11535627b9908e957068a9183280ac57dba63c90150662b14cf728238c8568_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:c2fc14113c69627c79a7b28562b05f2c251645c976ee1928721c1de0d48a14b7_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:c3c2cc1cefb6fc3a12978f4f14b3e6d3a90928b54b4cbe092d28dcccde2dea01_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:e7b0213d1a1a9dbd9921ee545de41c263078dd3ebb1f838dfe150e73fb51ed2d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:06f1abd50ca304ed98a0dda0a37c62980abf90b926e596ea849edff7518f4920_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:167c7118d171f577a41a66acda52d3ebbfcf1189e2a6fb8101fcab56b6a7df8f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:1b2723e537e9ca906f3d1a6ef70a5d0c95b59623fbfd5f0c5bb6de49e6effd40_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e090cfadfbd9d9587a006ea68407fafb1673b93d6c1f6e77efdd2c658a503669_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:49823fa689e0b99a542b3363f61c609730ff500b1c83cbe9aa2b3ed949e9d79b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:4d213b4b7b581e6ca449fa12678b4b75b06b938d16c76c054910bf71c2b65168_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:761eefac8ce5fb75389e8e452f927143acc1aca266602d6fca8c007c30d7eeea_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:8071b85d6f58f8c81756886952ce6fae10fe9a88c83927342bd6106f1e234a34_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:54eebbf509914e15aecec16dc21e8e3c848bedda66394a51ea4088ed16f0d3ec_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:78c9f0837ce0827121fe91f53a1ae02bfd66b88ecb45fecd30826d47db233038_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:b31ac2f80176d24f71e4e1fb8bf8f153cab65e069add24cb891a021a06c0195e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ddb1c43498ca301d4a437b8ebb23378c0db0b8e50f58b0dca911564817db1854_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:4f4ed9468740e6a521d1e095bdb6f5fa175c7e1f05550d999ad7342650948c96_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:594299d23d3fbb349d6fb9c4e059320829e7d2d643d890298b2a94c4314d92e7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:6800efa41a1f05c0d4d2f6702ec6f2fbbea73c3d3fc025dc62a5cbf3233add53_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:dc4a15e5ce1b7f4e932a3a08b32264abf570df68e15f270d7467a43caebfe8a1_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:43594a42c2342a584f5f4b8296b6726edd85f8a00b9703922abc78320e8b6f74_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:805ea7427ea3131fab72e43f80c34db682ba3e3603b438f1315146f24f706c01_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:9f06792d0d1831f9a557c15967cbcf117365305b612f3a23f793863615285ba9_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:b010ff328387fdcb88aa746ded0b63f609c8ed3a9745ee2f648cfdc17570dacc_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:08f3e89b2984d8563a822dde8feb96231e9cae0e74cc7a64b9871d53f4a9990c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:430e32ea9f2b6e87ca04e7713f393441f7dfcb0df57c7ac4766b439e8c281396_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:477ee1d38e4457c9378f05e83e6086787b957bc93f5a9c280c4afab8a6e02152_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:d42373331e4dabbca4921280d47dea956ffc0690648ae172f156605db302c8f7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:87017af27e74c380225ffcbcc961d2d345b5d997df552a9248d07d8230dab3fd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:ed7dd0e4fde979f4286ec5fd7f3ff1c51eb22d15af56138ae838d97df29884e2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:205cf240004a81339d5673b723193758e0bbdb008db6a294295412b6f92cd1be_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:2bfd19c9c46179264bd0d7c37f8f7b9edda077f3210f168f010af88317904d70_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a7672e4823bc698d02c4d241c84a57a523b13a267850baf8c1ec44150eac7f7f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:b84395e944be5010ef965bf387939c481d9c313b8abd2338414a3b592de7a219_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:1167bd175a841398744ebf28418cdb871bbad24ae38db5a88dd07ce5cb843d86_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2c2340eb12f729cba09a33a67a873fd11d421203e4b4548474d88a6e37f1af14_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6a01712dfd5ae1a741dc0db425ceea67934e763afb5df78809c0e6a22ca3173f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:910dc87281b45ed6dd18d2fb7204765fe3f3332d325e7c0cb061ad93fea7bb06_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:366278f589efb7c0ff2bdd800b0f6547b8be6acd259782192df2b10a9754945e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:4505bd25d99cfa5466dae74d577e459f756d6bc22fd5a21e91f32d6d6f7fab3f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7bdbb5168db25825edfaa505b705d639124f757f7c61768558c03f97dbb52e92_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:841d8a1a5cc97465078e19834734ac726341509d5e3fc5aa7d02e9418f7826ee_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:5f1fee6ff56a72baabb5f8c908feb2c4a67426fd0ed4bf8e55cc4daf552fc4cf_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:7689256c7f78b8e827b2588ce08ecb65035f3eb44c22ef395a4c16e80476e58d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:b2acd795681ddef65394e303c06e022ff54e1e0c53fcb341c381197f7e520b6a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:f5c1907aab6224d4c398d0f5cf151885859878ead00bbde79426c96dc8a6faf3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:168e6236d27a57e41e6318cb2a96b31eb4030b65f194c924d6e6a07c4a53f0c8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:6533b9840e66c882af6ea984d451821cfaf72000c1d2d8e1ffa46b95abfd0c52_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:8dd21817e31ef713af9cd67c004c8a6118b62c1dc557f963f28244920ffa9f5d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:bbc41d8cc76ccd7fe6a93d84cded4fe03cf08f985976266aa532b2a16232e1d8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:0c869ca3f2cea582df50c27d9170e6ecbf0df000d65ea250e2fb8ff41dbe6b4a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:4cedef9af9f34258060b059ad2d0f44ba329dc72e64942a8adcd1c14400a02ff_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:75460db975618d0dfc82f509725522f8151b49a00a210615dc8cbc97f6ed2fb4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:c4cc3eae9765cc81765638b8f1d6ed105d10d018f30bdd5ca9770b47e2ac683d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0006cc8afa959998457049601891036f387a518c2bdb3ba496928b229fe9d134_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6406a77819214fbcf753c72e1add20455ce1c71db634a10ed36cf4fdf857d892_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8f2245017277cd5f2642b162511ab42d7b8485567adfa25db900973baf058de1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ccfa78714715591d82a4bd4429114a92cce5748772e84bf19e4a890e428bd4b1_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:6ebdabc2690c1c1072803bd473496bc694f9d0c99af704f53c810d2c294ff687_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:ac2f665507bd239b43bfcebde4c50d9925b0376c06b448a9695e7f25ec4380d6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b2f58190b8a5b444f51f7d4431cd1fb5e59fc0c38fb4ff7ba4c51d2ed1ce6b2f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b84e75d4eeb59ff0804fc3b501156bfc562a52c0cd554783d8d7e7c0714d6f85_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:163154e33a4744ee5a451384d824443fe2f2a9e8bc961b121b1c317246ada9c3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8ba5133f9697e04a14d866027d8f342efe3bb9732857720393d9bf3e0effa09e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:be734c5f7b5f7ff624f842c056ae099c81ba1f4423016ba63f371a8d8f1fdf3f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:f4530c4f598865cc3ab9210760d93fc1640e15a07fda71fcc2b5453834dac7be_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2ca5fc5e9405404c8b611513cf033e480cf81c2677ccc08055fb934aa40cf7ef_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:3b18df1f2d706c80637b7a31ce09d3aee59eef1bddea71c218dc9270939dc194_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:c64fbe8a063ea2f7897ffd9bc2c1882c03c406611f8dffe9b9a885f3e75f105c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:def060ba5ad7ccecf1d1cb0ff3360dba500838c087d701015415e1a2ab08b4bf_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0693761931e2b7ffaf4e39c6fde5b0a1099d32b5269c7a498f76bff354a84ae9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:8fc7e5dbb6c2470efa7ea415b71569f753769abaf3331f9ee174adcf39a4dd27_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a1e0a23dc6c93de096d3d48710c45208a48a162d3858d0d7afdf4f300ebfe04f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:b71416e2ac3c46366da3abd72b0762b74759587afdfdc8a8c6a47a52b1d1d77d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:72c97ea299920a43dd391500e1f70b27cfbedf1e9a32ec9275171929b8fde7d2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:7d482a6204223e73e4dfa0013f4ba20db1d04c7a8c2881dd4b9a58e6e7d25f09_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:8ba5845b83d32531f3a3798486fdd8377bfec0748206d917ba821c6a76d55f3f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:dac43b8b4ab95960e240b3eef0fe1a6d37dfe23ab7d0cef27d412ad69afb5466_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:02698e7f9c59596fbe039b031515a319067d79c6696a5fd9fa5a95d5acd4026e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:28796a3d553d6880de207e5d6048c2efc4ea2858eb6251e43d1b46c9e9466748_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:7b0a4c796681ab9dafc0a708dead6e0a8db3166ec40e380dfb02978eadc7d2e5_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:ea3e2045e45229a9a61e6b9f9d10d0762a8e6f47e700d96c916b402864afe8a0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:12826fd7a8ca953be9429198adb9386f489e6c764d7b3fff044a4cb66c7f91b9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:22539e72bfdcdef4c91ee509142a1e403700c79d58b4f868a7a2e69b81c2d6a6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9c91efe4356286d3c8aecc6e9a4ba5ae54655477a2541ea80b2ab9ac88c63791_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:bc74fed608f8d45c463f68e581418b4ca5f3ef05467621bd6199edd149f3c7d1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1eaa76ae1380d3aed001b85612fddbbff2bdf70d85506c4fa5426ace8bd066b2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3760f9fb700165458048262a465f32d19660ba88e16b3aad5fc349b047a5248e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:be8dd7342bf7b1bcc1bc0f873ceeda8e81bf686259ee4cb5f377f397f43349e3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:fc535145b24b8def78590d003ddb58c2c1eee976ff2263740dfbf634f7d1c888_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:6956849db88740b12994232ecf2fb137db82f4afbef85b920612a9b38ed8bae7_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c182f19eb5bef9530482e666cbfbcf2649c1cccd95309850f93b82daf8d42a90_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:d12663d4543fda0b233405cc0e3823ab68cb421eb38acebf56ec4f0555e1e594_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f076696f3eaf06da9fcc6a4042afae097740771bf902fce0d3446e63ef8e7caa_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:326ec4eb64e1da8db46c9bdfa4e0ae03732a863eafad17e4ebf0dc63698acfae_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a7bc793a9fef04df9e54c978cc8c14c151168fa186e5258528e8e234fe036b00_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c493bb938f211c8018e014c922287ffd9db30a9d8e6818f2dc9cf42efd6b6da8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e0d5fb86c982e60025cf5e25d6ceaacbe380e9e9f8a78e311a488668ad991f5a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5f471c6d5ae1413d35f2b1dba478330537e2cf1c45f5d2a3b1d0b875935db19e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8fd890e0ed4d9101a895b34c0f42293b280d06245de6e45b113bbd5665ea488e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:98041b168deec45330330ec382e6262d616e1b1a22a389f9216b622c3118f401_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c1bdd2efec725038c68e2da7133bed08e1a1c8d9141a55062f621d6ed403af7a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:81e37f2597f8539a9f5b3800967545af056e88089f95eed69e5eb55426dba52e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:955772451d73b6ae56069b6e706629f6e726595f27bdd0d9a920d217e7456cc7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:ad5fb6d1f60634230f1dad1b9ca094c2fb8bae6e68d618ffce60d20c0e55d8c5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:cb8664cec305b071cc6cc3d7647b5baa9a013d35dcf318e407e6fcd7a2461eb8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:09b9ae640fccd4a948ce4835dbe29f65be91484aba6c2afc751761aa9dca541b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:3c9911b15f2798b2f4898177bdb924641e8ead282574beb11278b9370eded2fd_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:21d73647d434cea2c398a5c30ee2f92b6f5aee3b1106b961b1d50e8a18825f1a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:49fc188b34134f5695a59a384101be2254859d6e3fd3fa2e1deb282049e5f592_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:03e6ee2082e14e8becf5a2d7cc6e1681a088a057c1c7a2189fceddf23a7541af_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:80be0fc1705791db62dbf7b2385021b8e67d0d21a94815fff91c3e87d6e6e238_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:5c3c19e3dd09249a9e78ddc4871162b166bdeb05cabb7075f101084a26863568_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:de0740c2f08cf7e6a8c851135f4f2273c768eac198d7e09e35a81b585f1c755a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:401f429b76740c19f325c6f0680e55f66420dd35e72325bbaacf5f1708c2cb2f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:7e9b110c44bc04a2349b037104cd836c0dba7fc90bee7c0a3fa0a7bf380664df_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:96cb1a572e643c3d0cae3b20040c3c9663af86ede9c30bb38256c080de90983b_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:e41eb9ea6d0e646c40f43923678913904a2fc8f5f4fa1e9e458c807632e82c9a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:beafac871e27f012d9bdc881b0ed67095ca7d34305eb773117eaaf2a5f2404c7_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:d6ef7d1f4afe94e6bb5810852720c1239bd58b9a49a085d991659b59c6e26452_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:dd8dc49c8955041adc7c38a6023339cb928b3f944c144efe467ccc8da12c4c78_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:e7d08849926e92a0f9516b383ef71dcc2a6e368405f1d5f330042c62fa10685b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2559bac18be9d14dd0de38fd2c2b8d60b95d3ffdfc79d961747b7d35902252c8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8b31967a88b74281eafba0661b347aeec335308011e626d9dbc57557ef8fcd4e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e6a298a5a4b32e8908f2ea8207f673d1c7f63d654ebd18a7c3dc03bec7019240_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e892bc22d6a070e147ee0648d834798cae5f2e8941805a6bb7a0a4b1a292fb82_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:8e9d58dae4a9f2c50ebd9ac52262db031764fb28fcbc30880ba5a5c0e4546c49_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:a4ea9bf43c60b1486ae8538b1382882f464299257acf43fa326eb99d5e6851d0_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:b264bb9685a03d54117aa33f11853039d903cbd6d71dcdf63fa512e9f9d826c3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:f1a979149507ede702bcdcbdc5e49c667b52cb2f5e5f1cc9e0ca18602ba35772_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:3ac91633beb2c994cb8e7341b6efdc22dbfa4bbf9aab4819bc30102162b1d1c8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:451b74b33a2bdd13643f49117444110c86d7ea956a66e9285e3738e8c81b6f5b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9301a4880095595d6ee0667a7da2ac7e75f5a028a1f70bf71ec1227310d5e170_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b937da6f29b34bba141df41775d61d33df4c81c41a488c0f717d7b05cc85c453_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:36d319f66e25669271597bee4ae415053935d0877530d439a6e8b2eb23353cb6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:940220625073d9178c2efc540fb418df676e44dcd35c5a7ad01d1031ce779bd1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:c04c13d41b67bf5462d1ac2bbed4b95a53a2b2bbd293b32e7478b5cdd8ec5d5f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:f3bbcdd4a8f70fedfac7869d46124137c2a6856aa99a9de6de7b62060ccc5c08_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:059ae4b4cf18b4596d8c86340edd34332be7c667adbdb5199720a0a581086d55_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:4622bb035bf6a546e3de1164b347ec79844538d290bca3100622fee0986a51a8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:d296a62ddeade7d40ca2d727f9cfb3d4bb9dd81498c6a526a565e3698097420c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:ead3f5874193b8acd6bece9f9740c109665098b059db964e6d74192d6cbf52c3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:02236b492db7f328592308281ed110ec59afda1c6fe88b5b1278e66aaf0a76cb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:8eb91dcd0e34b5cf2520af44bcbef1d953892b1a39d117c579c8a2876bf8ab05_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:aad0341721e7a15e08a2bbe6ab9e59663d366f8b47aee21cdb54812e68161bd4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:f05183b69bd3ffd66c8d335d6a476161781ad2e9cd444a94edbf41eeab16ab81_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:6b65341e8a72cb548d68d8c2dd567eedaee6d00d198295437514524442471c01_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:983e36dba561f7cd2f5245528d856e81ad729c3a2040a66f2fcaa18650749887_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c496114509bc387930a5ac828dad33180e20adb00a0b81ea36fdf78159f91436_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:d23c4af5d88f5f753bf395b24bf1d168570e5f6036c6a6ae8b1bba6bed7ecbc3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:0c49b379e40a6fe3a09a21dac8005fd64c3d09c985dc728e1c7f4e57afc464c2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3d282ceb8dfca2308bda52e1b7d2663f7776db2a082be84a5af6e228c6de8664_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:87929d27a7e7d6538a5cdb3ad1d58f531c681ec5db4824498248ffd5dfcbedb2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:eb293c9ecb6715e0dfb6aaf457ec19a0f2d0862ef4cb22794335f53cb6981088_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:11e6a94fa5628b607268bb3d515a0dcc3d2b66a42a0512fbb50a7db7550c6a40_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:65e898b5ea52c5525501b63aa3063204b644e0cea1c9134d80bc2e920fc9a010_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:783d90fdb1b46848f2e9c4f313517e219216385667304593cfc71c2e54579b1c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:e57907330d75e38a859e54d12a56fedba7c1c1a931fc9db1bdfa3c2b10268704_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:4f5d0717182c96fe4d6ff1936b0ad433bd4626c0fa1b29eb1058ba02fd6f9500_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:95b856a7497da1ae18ce5789262957edc94bc4cd87a6913e6d16d1cf9154e1de_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:9868a70523d322153d4870f205323629f8230505c883b79bc64c6b8440472633_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:9b2a4de77fc5736a8d2c968c8782039e22f28c65a8f9af920cc797af5ff170f4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:03f6485cce2f104c812ca1b32c422379d8b97284c6561f4568da4b23efe873b8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:40b76bc1b9e5ca0e664371020999da9c619546692a52e50544a84ada1193e0c2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:505d160e6dc8dd5ba9ba156668578e4f420b37b7069075cc84acce52dd02829d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:a20f2c0440231d57eb8db827564604dad20c3656c39acdab469d15ae5ef37c8b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:8c60dbf477a0e750d0e4895ae8eda21a7ca74b6ea06e8b428d6eb0e3acccf63a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:5a28ee6abd396c5d957fa863a15cdc834c72a792d895a28415900cafa85c173a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:435629696ca8750b352c890af863b85ecc6680b8749006fbb56cfc8957db0a25_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:328a0954887176f2dce3b350f54ae0c0c51f937cfef1bba9b986659343b2eac9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:8c60dbf477a0e750d0e4895ae8eda21a7ca74b6ea06e8b428d6eb0e3acccf63a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:5a28ee6abd396c5d957fa863a15cdc834c72a792d895a28415900cafa85c173a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:25f55cdb3eb8a59fc5d2f5726a71748bf2d8005307025d16646889342829c8ec_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:98cdda546009cda7d6a4539bac65d2ac6b365efa697d4e040556ae758235e9c2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:47f3054cb4a6bd160fd59d591b30910bcbb7123fe44fbb6f057d9d3176858e5b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:5504bd98506b057146c643c36a6581cb2be8bcbf82787bef530fb6caf4c16e21_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:7d6c9216d995b1ad19e5ae1f9f30cf3faadd54e1274fb80c4d5fdd802ee6b1ae_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:da4cd3b8933c8d22cc34039993d8866dddaa2e203342a94f23876b7245ae4711_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:5858c8230e834bd3a75047e34e659c4d1fc61f6c53e23cae5d3a8deff8b73405_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:66b2e131a3be79803c75bc96b69c3e7be34faf2f00f6d4fa53c82704627f8a96_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:966501e1f2fc5f70670211953ade31dc37f0c86e647e40ea56aae47d3e0c1a90_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:febeb3a8a0fce4ca039322544cbfeb0c6f60723440ec6c2f60b12b390373418c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22871"
},
{
"category": "external",
"summary": "RHBZ#2358493",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2358493"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22871",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22871"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22871",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22871"
},
{
"category": "external",
"summary": "https://go.dev/cl/652998",
"url": "https://go.dev/cl/652998"
},
{
"category": "external",
"summary": "https://go.dev/issue/71988",
"url": "https://go.dev/issue/71988"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Y2uBTVKjBQk",
"url": "https://groups.google.com/g/golang-announce/c/Y2uBTVKjBQk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3563",
"url": "https://pkg.go.dev/vuln/GO-2025-3563"
}
],
"release_date": "2025-04-08T20:04:34.769000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-11-06T11:55:24+00:00",
"details": "For OpenShift Container Platform 4.15 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.15/html/release_notes/\n\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:855c4f8fd6db0a6c7b7ae0f0e02ca5b51720cbac0911725963fa7bc63b943d21\n\n (For s390x architecture)\n The image digest is sha256:fb218aff20519c10a13f3571cf47aa56ec2363b2dfc06a93e6b8a31f391cd4ac\n\n (For ppc64le architecture)\n The image digest is sha256:8b7fd6407a406163268297557db03eafebd2ad18927dbbaaa82a5ace028a7076\n\n (For aarch64 architecture)\n The image digest is sha256:be872deb5923ccf88e32c0ec9422982159f53ee4d547b4ea59a165266d4d2ab2\n\nAll OpenShift Container Platform 4.15 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.15/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6330474da38ae06e0c73f6319cee3c9d73bc48a31a155309222dbc414e76efcb_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:72ca1c3f1ce6ebd678469ad94416f27db9a6e9ffc5e22a6c0636f4f26872fa53_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d3d0cf16422232526f461e140aae0e5cb0b5c56787e6dedf93c7e96bc6c29594_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f1a0d254b3fe80b66cea05d072d13bb9870989299d9f2c5d7c93b9ac9ad3074a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:19306"
},
{
"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.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:719d802cdc007d64eab521dbc648d7efbac8b04713093b774bdce1da422e3ecd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:ed014578e5710249c89391fdb17423ffa5e6137de2308facd20d4c45981b4adb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:f42c255c1923e63843b1c7622861a65851aaa086fbb2668e0867e28893ba9c7b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:f9eb32fe20a46c5b0ccc3e7dd9f7f8d3c591cf64ee7800137ccdf6c4cb1726ea_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4a69fac5425de41d1bb0b2ebcbb99012b520002235e578b8a8ff0039079a3972_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5a3757def8e6a4fd616bb999d34903ddc9f7d8aa96dcd865f749dded52e92165_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:63b6550720f82b5a98783901d776f3866075896b661958cff3d8ddff44dec214_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:679852a44689f3a73197e047661821c910e35d50edbd788170b8b0cfd9304166_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:037c72c52db1039c57f1008617136cf9e94c8b3da14ea36c3a0595e6182c0042_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:17a517f94f4fb0429b6284d884570b95349f269ed187dbd94c4476f525dc54f3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:6e0a2c775267d2f07817788a3ecbdccadbe6377e4d18a0d9dd9c0f0d40c77eaa_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:adf596175de3c3004fce49a68cbe58e7ba15b3b0b315349ddee89d5dca8109f1_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:47c1a53900ad4c677b45d0dabd3f08a2f77f164fed64f53cc5f3d1f53a9fcc2a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:7cbc7f3c9d0912d4e1d0a1341a3db13fa59bdd0a2e3a81e161e4e23eb43f1278_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:a3c239970ebc8ba8b547dec72f2f6aeddc12cd19c18d75c493abc85285da48fd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:cfbf84917a9cebdd238a83d06f3145716b84b883dc78e81deb3738d2a92a4293_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:2be87034234cd07b0305ba546001dbd90403b8e758c83d557814d9b6ddddacc8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:31b6d68104fe1044f063ba297e9d9e69c1e55b95b26f1e33f93a2573d66814bd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:3dc697a49932c84227d323499a2a174900bd91215314697b8c9c41f7dca957c9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:f5f6edef66e7059ef66d2a2bdb52240c48279709048cda1b9b96bb11b9449e63_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:0e018e0ea1a45558fdebe89d04617b2b703ba93c7d58f2b92ceaea07d2498458_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:32a45843d97384b62b8865de40d5c642dfede6904c05d15da08fde3642c6b8af_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:e109e2c17a3686bad9121716df7ffc7d6ec82419f28b24fad531f96f86df0f32_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:f8f64b2c9168897706e6cc3ed967a390abbe83894e7758d08d1b790f451b1268_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:0e033237871e3e7ce2f0c11741dd6ffade3419f95b6b8600f7cb0a024bc89e0d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2f4ef4c232f199d5ac24750eca7388b57a44f976a782e48e0dc514c128801d35_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:468133aa3a5695bc314d8f2112e4a62388035c0b272abf4914ddcb485bfce137_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:601bcab3234fcecec33a89b6e6727bf6d9d3682b0e0a0eb98d6b84cc0db7458d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:00143215db73c4d765605e892829f7c7e4537fefe11251cb3d279afd98d5830b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:1e22e06efdd0d73b88ec841815eb6ab7c0f1324b98ea6d3c92910c2e9a592c5b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:5f2f9a2119899a4f1502173947b20d04fd943da8b2c953591a35d6e25bb5d027_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:f2143001d856a68c4cd933242fbd15d950512e445183f85a872f5aee4e2e503e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:152028b94c20a76e62793c63a4186a96b0958b2804979ead7dd47f33b273a846_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:583ba099e05b1c82e7c6dfa6d9a9be5face39683e39ca9d251b8a1562c0d6d42_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:9486a1646f0fcc699d0581ad5af993a73c46aeee65769bd8fb06bea1806f0a8b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:a91563e22d10c6a7c77b092ab6f829e7f0436923038ea4a47de1403813c20471_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:2544e96601860e73dff52f6befb165f531bf7686137d5550837674aae6afd3a9_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7a772d3d45015ec702f5e1ab054be240ed673591517ad99ef973898d1e535c69_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:d23cdaa0fd2114c904ded232b6019e61f53b49b41014a16e9df9b7f864384688_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:dc2ee3af87ceaff29152f92bca0dcacc935c10bd83cf136a9d8dbb628addaf65_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:574c4e42ac84049cc168e68faebbadecc3610348ad101ac9d34c140558e60131_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6f44a8a62a65945363867dbc79a5c43965d5e136766fefd02527145d53756ed4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ade325055aefd73a89a3e5d35d84c94b26c897986b77f7c887b3a435ee6e297a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:f841a5218782e8b9a3c435de0221c73ac6d5b4be8182609a074b99f1cc9b1f6a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:158858bb077286091d15b455154595158995981e1127e881694c686360d03d52_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:3a3b2fe2add4ab147f383874b55fb9d44c1067d915ab069c3649c321c0943d00_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:4947ab92f96cf1c2af5a7144e1787f90252ed0a9a0ae4729cc7fd61a4e671d9f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:4c06d16fe27f05724900f1df1db6d12b951c86c916800007a51de53aae260d64_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:008744686fcf83e9d9d4abd55bf1622d0e9f886570613835d29ac3c8cf9ad648_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5e45fa3a09a9bdea3957a74fe0ddf70080a83e70e8f41e8f16a0957e8f8f3bfb_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:6a39ad22c40ec6dfbe75e3c01f7bfa7bd8d1d7dbfe880d011c58362f15520d0d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:c6b4fa176ccc3af191fb7cb560b28bfdca4821b23d8296167b9919e0ffc26e1e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:73fb4d147dd798f244e7c6512084a7643985ed73163c07160cfa2b03566de6ea_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel9@sha256:557527d76a00f3afdaf2f146bed0d0d28224d8a063b1c9f88431ebb40300be0c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:6de7f07ca16a08f783899c687c355837fbe0cde28b8c5c25939524074f717665_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:d7db2153c58f0081db7446ed10fef94f0dce66b4dc909e65ba2c305161fe06b7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:30ff8f03b8eeb4ab60a86f9d72e596712171f4dfbbe7f2f74e747b596c05e3fd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4bafb9b1ccb421f617f7667e59fbc90d02a96f7955fcc76db9274a06562f47b7_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:633915104a44211fbb4ae16a128c60193cf266104345c664e8b28941cb051208_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:d08e59156c0c66dcd4b495a4d58fe8757445adf500fe4440b5f1e91779098384_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:680aeaabf1d04ec1242ae9ab0fc577ac095c170301a24cc07b2c20c06d119fb8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:a6d3d9b39379a76781f2894af08bad00632afbc1a6633cce43bba5c69a2c33ea_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:205ad021b256f031ac14686f61a5affc7ac8cab6afc076855324b4d91557d4b8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:c89f326a201d6b89af2d549a8bf35ef22ff4a82b5f1387a1aeaf4c691bc2b332_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:23fc1a55b530e3104c8674947f67e4e750b9b4fee1e71881148f5f532b558bbb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:40b70676d066ed2a7a1c78322ab1b96ff1c84a5f9cde846174a0b9d084cd0d2a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:6a8d392a88b7be09b2549e4cb5469a5ef748853072bb5354ac34d1c20a9690b0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:acaca7b68e729672aacec5b83f5349dee6eb0cc360e5f600aa9103e9026e8501_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:809682a7f5db22c4632cde8ec3cd0af3eb3b4a64bbdf95b7330b51acfab69925_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:e55d509c2b8028d64a64936fc665c013768e05a3f7019d372a2d7f5738e5db16_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:0d0463da3daa13d5047641085ea55f0ff09debab78b8a0552f2d2faf3f44c6d4_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:a3728c574b252b0830bd1df8e3e92a48c3121276214870a95c76ac12c108aa6a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:3ed7bf4ae76b1b3deacbfda0f18856b2c149a827c934c68fdb7348387c3148fb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7dae4561dbbf68fbb3c3e6190ddd8211b0d481f3457f13a4ea6ace475361a7bd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:447feb4c7d6d68716de5415cbcdb9f44aa594fb32c06480cf678b06788cd98fd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:f528b1517558b6aefda5c2bf23022ec918207238a0f4b759bafd7d54d0691691_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:5971fce447489bb15c3cc4cd9996e321cd8baab37ee170ba335b6ace45bd14f1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:dd10f8f08a1d5b063354f44376a68ee07218288077b78ab46e8e8ae75b747caa_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4899f0b1592431c277642bc16581a656d5e717067da2874bac7c00fa403c06d3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:db23b81652e9c7cf4fa25ba4a96ffafb07b0f5b2d923019658e50a07e31e019a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:1df9ed6540864562e105cbd7c275b0d066d028d4f2cf2362cf73a8ae5175fe18_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:8665625082320a37f6cab1a564adfe6a8d044cbb04c6ea948f15f093862358ea_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:625291292b2d99ab0374635a3190816c51e579dcbca6a0ff2e7ed8f686213cff_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:857360f334810f937fd1be07343b3a4fa20f48f9ef2f47d24bf07787683d9f81_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:01c0e71209c724866d3dd9aa76163ce0d4282d284d148f70d993b23b74ce1998_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:0c1811483c0b6923b5a03a43b3f38fef76bf8317fd2469d476546c2fc308d89f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:18f92db1fcfa7a6e159cdffa6c207576fa38fe8e39542770b49c81ba7427a0e6_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:4fd3b89d351ab5e4f5cb3dd0c7eba8a693466754fa6335f5d8349908f4a653bb_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:c58cc326fa3ccc29ccc1376869983ba77f555e88a5102e5439bc2c0d61605484_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:c6fad737f5f0c071d899858498cab7e031d424ea9ff5967bdc57b64e0a85905a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:191f7f1b1a766500f8365436c2cced514c795707e232187ef500b7cc4278b214_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:406b265de3e2cc470fb4d86ebad014965e31b95fcd255a81b7561c5e8fa0e56c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:865724525f54668e194725de3701a548e253be9e4f1debc84dbde854564238b4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9ae218f40503da16a9e065d8812c303a9e349d77be1f1daef1118bb0f0e1ef42_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4c797b6452d7bcaad38f37c65d0618f5dcc998ac5c27c20e9a11b155830599d9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9b04f7201f99279c028c528620ad50d94fe5cc2d74ee03b542b73fffdea494b4_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:af3b7c16a22c617c4a08fe22aa57038e82abaf27978d99598fc89c2587e7cf53_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:cfc288c31c5c00d58db6e6ddbf2d2f373dfb8dc67ba7c6d55293cb6491c29b04_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:370d9cf25a6331bc61f15927dbb752c9baa6696cb69f65a582c82de24c8ad7e4_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b00ca84a415ab24ee61ff3fb7fdc5334ce045125a14b4b76030f46c3c4b910a3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d223ef0499483832b4f1efec4e1128f8dca303de5fb3ef18a1e9f9817cd4d534_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fc42947a5994fd05142537f6fa8e7ec3d33c30f4cc5db5c83bcbc04d076b9312_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:8d5b7a2c9c54b30056336db174451e0504a6b70a3ff9376c1d6bb87788f90103_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:beb39083588eb33f97c9fa03683e74b1c51b76874ff8c1feda55cbbb27fe61d9_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:ca54639add5ce3ab35219dd58e1bfc9f6fa38130b0ab7486c4aa9c563fde87a6_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:de303accc9d9479b98214dda863ead61ef4ff07d24234b4a23ffd1e7e1c8b540_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:10c928e737116956e8b4972554eb7a7caf8ba82ef7988ff1bc55a20faf93a111_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:4e548be4269f413c54f23fa6e6be06c229f6929645d6dcf53b7b42613298e185_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:b982e659668e0b6d9feddc5664b34c92de8626965fb973af3fae7a7f3f1f0057_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:d14d63c929e558c5397dcf01dc9f48fd0d17cfa1125673177aa58ec64208deb3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:6214236f85ba29ebb5331829fd59c2e6758256d32e12dfaed7d8218db03f23bd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:6aa15ed02b87d8748be79fc881707a0506bf616d8c71d2e3ff6bc6831f80ee72_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:f713cd7ad817a6f0062ad246873378f7c1cee829b5b83c72efcfd4a70ed644b3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:f904fba09d99a7d6ab7583212174b78bb9ed5fd3bd1aa218d91dd18864541d12_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:05c44b7f417db2ad8c1a23bc01e62becac3946102369bb26770309285c377951_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0cb142098aca9137dacebf1790becca57f45e736d0ec049d6e900d6328ac28a1_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:8cdf51b679ab14cc5f9ed2d8265e7959b577d3ca1ccd0d698a6fabe5a11ab4d3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:c5665d7410064c6b4dd06328dcd62fb619e844dabcd5b218dfb10c3632b896e9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:325bd6adeb9eb27493b5f7d117fc82e3cf8a554c618f5dfa2448c3313b4943fa_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:4c4ec510e2eda60fef2a6ebf709c58da55a4dc6e584a060264854d9142ea6a0c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6ed4590215d494f1d630556163a47ebfab26a0ea69971862c9864ab0bb370b08_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f914abc670168e625021a71fa9546c2d28b4df490f21ba4f226a3c8387d4dab4_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:1aa49c2586807e952cdf7b1d86c0b3d25a0c3a32df62dfe3a777fc8b6cdfb8ff_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:246fbd712d6b7ef83cd83029c8998ac1b29d1454ccd636f8f6dc8b47bb5b6b56_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:38d300d9926a4fcde7999191efc6d99d6154baed0baa00f3f80db8234ed1f7d2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:3f44aeef785c94afe6707cf2457557fe8c6c9eaf72a000a2f1a3680a04d65411_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:5a3d3051df9f589ab8f3c326621f654b49ad33c715fcc8babd4ec35f473e8e24_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:77c228d758f0a2ca9da46be4c2df85757bc4ff9fe87aa6cda2ff2b1d50f86429_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8e1371a7bf53ef22fca75be240eafacc23fc6d119728f5d0d71a2bc149798de8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:a05161338c6d7bffbb1b294f00dfe1d3a53cc2f7a97553cf4e050315021b75ba_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1c78469e53ccad316db280cbd0ff4f845a2db0c9986fd7ed101e08ac5c5b8db2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:53c49af94fdd23d39cbcf433598c3f3a40139903631ccc5324b3aa49e4e5dfc6_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ebdbd79898c7462a90753afa2ab80a33fa6aceedea93e6cfa036a55f31bdd564_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:f842a1e9256475b3a5a6dae87b6b5c2d72cecfebce08ea44db5449f7854794d1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:74ffdaffe00b754bdad913e6699b44aa293f880e3803c00708d853202c20f745_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7cb9bd477e9f0f711eabeffee9f25f39c7985e7a27bdc46411b6bf4db31f8d53_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c0f06a3d5702010cbd5187f1b34b42eda35e2cfb5431aef3186037a385b57233_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c8be479b9223b21c389fde445e2e5d1541a7e60267fe07bfb53d64b6afb00999_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1ec6339dab77c900022ffcae585ff86041ebbe1d6cb8639d6167ad9b97156f45_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:b5f1e96b420a872b91d1d22766e9ce8fcb38c443c23a4f4baaac6892b3c6b4f7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:cbed4b61ebdcecfb4c459c7ccfed58a1db918bff994222f639bf2aba73def0d6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:f73ad509fa3ace02e50c9b1a3eb6850a819c706e93bdf88b0a700dfdad02047c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:38370fdd1910afe69d0b9e6ca55873e2db83b50f2182cef88ed7b12697ffcdd6_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6cf68975471ddee2804b4de20e932a1e1a1ea2ede27c614ebdf5ada4ea690e05_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:7f03465e59f1584ad52fed99f2ba8bbad123d1ab885a467fd69bac0ccb9a0923_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:96f38213da8a879118599dba97472b9a88587a1f15022648358360f368b6c744_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:68ed9daf7a0d82e2759096246c1b9eb07f97353c3f34a613fbf6893ca0d3470e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:974265ec3898a056decb3965f7c793a2852545e5dcf35e9f7e4bdec328c15c5b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:aafb8f5731b597fc079f76e4bac04da231e0e4fae464b83b7c7890b5f8ca91dc_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ed5146205b69538fd31b42b0114cf60015a47f872743a73077ef971d64d64c58_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:4aa00ab509205843236296fabd03a2c49e021eb135a91da0590c67b79694cd94_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:7bf12c94e1bc56b593af9b44bdfc3387ddda30c4a4ba762e8b89ceb714f3df65_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:7efbf4df1e8e17ca25087634b7387d0763590e00a33532f86f48b266199423eb_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:b7623d88ae5520b0ec76fb743d9c788511fa99b0ab0f6180de42d017dddc6cd9_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:41dec92ab759c44ceebe8eb15859b2ff29986dd5791ccab79f91cc1786a0b601_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:8014a45236ce64d0e0f3e35c6978442fd4f9ee21fc3f95e51f20dbf12e50359c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:94eff267e214468250b201f0af1de5bee5aab3e689d1f8bbe42d66f0c2adbdca_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:bc3e093b2d1a5e3962b9f02707aaff0d7e0de545a4b7a1887e79538aa2155fc8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:54e4d8b1282351915f2f22fa4843d5b4d19645dd890c4675f35749e2415d476d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6251627dcc972c58a39485c410c8a264d140b876f8b47765687a310ee4d28524_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:85c974e095e262ec405d402ff2a2c4419824edfb9859352c35fc0c8d1bc64c8a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a40c7d9de59a25a7212b6f43f281647ee45e21e948d718b43a780f741b0dbbab_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:a47be1e76eb39ed50efd59b57dd26a780674d022ec9d07d0b4954bcb309e39c3_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:af65a9f612d1e28e2b43f0917dcd06cec30dcb20366aed6a40908b74c07d05ef_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d182a13e89c363a605f2e6fc6a3e554fbaf27b9dd405ed84fccd8ed41bd8d8c3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:f3ec661872a5234517e8761e30e4e15cf2c7015760870d8dadb0c3f07007c4a3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:2186bb9adcba18266df62a838c9e79c6ee2b3181a97f6169513fe5202c0a75eb_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:6d89ed9ee8ac602fb6749bdf73bf0660df060810f805dbb807a903ed2dabc69f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:77a2aabcbd55ec7fc076d5c23ed8aece5424def3995e624291ca4f2139e6a82d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b0b0ffaab41c61cfad9ecd127f6f4e312ac45d548d77694cb470170b7bc540de_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:50e4d73d1ae6212010a58a15d5192ba8e60829e0e140a6d0bc849691c5c2d78c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7f0237ff4599cbe5aecd287913b9600a0bb36f2fd334a2a5691736cc6c5a8ff2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:862b9097cf6e1635d30fc1cd94f00f4656bd8170fcaf908bd058455298c46ac4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:984dcda6b5ea285c8a07461ff2279685000f35bcf3acc71e3b12231c782442de_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:02417ed67f618617fcca2270744e0dd3cd81a62d7f5f5da6e73221a7dee07649_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:b3b52c01b3d3351317eac2e4cb1e2b76bb4eb0b4698990b8468a9c26f42ad820_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:d94be231705a6d833b988b01a2aa5c6c8b918fbc38bf2ec8420bf133ccda55c9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f258283c5c32b7a28dc6c33a761eb7722a782773745325fbcd7bbb78349eb2e1_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:3d64a1e4f48ea11056d02d8fb29b5c5e17ba298f0a603e964ab1e448033fc66d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:6f737b4318a8f2e96c34c1f1e97ec23530533bdb33acbf9cba8982f8405f5aca_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d41416b2ae6fa0a882bd778f8628cb1258326ce3f212a1d956ba726b74248c60_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ee83baea9ff008d502c891af974c6ba419746967997f11c13266d7b02f7e8296_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:1d2c5714949f40e168358c505c0de750f5e2dc7dd0b2e99d31fe3af4cf1e864f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:517c74dcfbaff35ef2ba329a74a70402a228c77da442d263e5d3080ff7193965_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:9cf2219dfc08fc0ecb0f93c2e87ae9f8a7cad90b221742787a0cef6cfc62f007_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:aa18a0e963b906f041d4bf64c304ddef470fe78475378e11cb3565e5016beb06_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:1bbed360cd870566238b6c800e8522f04f02d16712c303eecc361af33fff436e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:28da5447837549fc35380edc0dc366bd59216852c59cfa2b3d512cf8eebc679a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:2bd88bbbe823623f5774a9813c7e43606ebdb6cd87b2db7fd78b7fe0c18f842d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c4b67e9207ea19d96108ed0117181a716c10d933c89ac036e49e952953cc3a2f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:11aebf8d07597c63ae5cac4cbc04e38d49ae1a4f8824ab22128e0b5c39e805cd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:357f6ef38223cb776249a04fb6ec29d61fbd24f7b31a5730544e449c1a5d9d6e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:83121be160c1fff1d16e17aea4daedde7e231b83ccb00349841494e7f87a8d1f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f2c98b4bc7bcbb9ade56ab4cfe5d44c32bc140b52a7ee9c5b9cf5957b7ada1ad_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:0dbaeba61694470f09eb05534c1dad038e310311f75009af32a0a1f43d469677_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4896946bdba46feed18276c4f29fe059ede4f60138c966fe9113aa93bbeadee4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4b81f38f15622b32498dbd192503ed2c54462959485ae48e47cfd67239181003_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4c02ec12d1f3762f4b2e735cd1600a00fd1bbc62130e005fd9842bd3f7ff7f6b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:18899c6aff68b24c792281604e3356f6bbb48d3f09db95f8b37f99ad7f8c914b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2316808c7649cb351257c6c2ee6aefbe0c0d561b822e3eeb18e85dbaf04491f3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:451233d80bc028a63b160526e07b233807d872f9d4e14da6ad4be96f64f29491_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:74fb3a4932ce350cd4da33d57a4fab1269bdb5e446fe8f93fada1b304a622ce6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0c7b57c158314b2f956181a8b28a9f8d7f83aedd8c87bb9bbbeed76a8fd7ea88_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5b88f0644f5b8237cf8b3aa0f6ee1d8a3899a912ce6499d1bee0aa902b2f8f80_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:672d284b3ef447aaea1bcc0a14c677c309116218340929ad59eaee178e9e5cb9_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dbce5221138c15a4aef2f65c3db8bab5ef127c48f3a446ae085a203d8591730c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:157d40ffe95e88526691e06daed0064ca15bbfe1aed547f3a3b968b9c36bee0f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:3885a8026a64c7f497aaa90c50ca93cf1479bfa83ad0d28c4f49cfd3c5220f66_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:457d21495a1f47cd6837f6263fa30652abc7a215c01962507a1e1bd6f4968a09_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9dec3a959d916331f6d2a59ef1e222ae4ef3d170cb344e2add3937966cf1c829_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:644f19b57dde50e4588f5cf1c4d72ac8d49dfb396b7c04d59dcdf6e27bb12017_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d5374c58882769f9d40f47d7aa8f20b1676842c8f0cd8b55a01d6fb587ecbfc3_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e9424fe4b804674ac06d8902eacaa8bef0c09f2c7441460621e587c10c079826_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f89289e63a584031efda082e7f77bd0ef4a28c815b3590061f8a397ee8e5a697_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:01eb7dbdb11a50a229196f82930e647e2080f53224bb41ca2a0fe6349c5d8d03_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:1e7712eee6328cbfaafef32ebe96031705ca193298de005ce69f63dd39eca9b4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:25eb621a41d2e7127f114416778c571112fcfe768281edf5e0bb25cd77235351_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:ad58b2585ef510c8f4c8b074085bb6dd3e17ed3248d7b86ad3185c76ec33b899_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:0f04929095116509edbbb1bf2a5c4a9ed725acf2a43307fff7cb5e4d225e553a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:2b9f99a6f44b8f7f39c4a78ed1f17726c933677102fa6953003ad1898f15ea94_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:edf6a8244ae0bfd588371101aced93b5ee8f5073309daa7ef6e407b4521928e1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:fcd4846ca63a5c2941046c19d96de0bb06ad4205c4f980c844dbd0d98df00d86_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:053cf21c2a3b09e2ba911c181d3585cc24390ba0ae4c130b9751a499c53a3196_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:154bd45ca42951efb3bcca14a5fa0bf055fe8c27d2a58e593e11d24abe2f98bd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2c0c232df35e9d03ef13aaa8b44b12b6c9ca2127f0a5e827d46b6beee55d856a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2d55f19aae3c983335bbcef443680455dc9e7b0ad49a8779e42165f505d19b5c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:01a8046396354cb5bb0c950d4511a3494b9e0ebc56b3624a48b41b60e0b8a30a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:0965f3fd7423e085d7682717f97901bc43da7a6f8aaf1f30ead9adeadf0ca649_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:33eac7aa9a8fc302b48f4541dbbef960aed461f73e42e413c5eeb25691a73905_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:7d168d6a6f797e925777d01d55bca9e2cd7f6b30e52a76607475935a7c87bf2d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:669d559563c8ce25ab835bfbb6d05b7df7fca88a0ea9374d50bf8373265a8bb2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:802a812b969112861ccc9a78880d0764af5c89c15198a594e7f8c1d6c2acfe0f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:bd2a533eade7e9a0589c83a3dc428d594b174da8c4eaf612d676d342dd1e7dd7_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c4efa347b4b2a9c938ad8bb772d1161a4a2b8b1e54455b0569a92c2f29cab2cd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:07ce41298f16b4f99d8cfaef9fe2a113855c4181c3b211d6c1f9e4fbdceb7d05_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:1945fc30c009a2abd77ec710cdae70cd18c726f633af7d9d8248fb56d5329638_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:566214654a337f7b2f76cba30abaef7b5abd496d0aa6dcf710aaa1dcbf740863_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a98ff558a980eac6d39c3e2d8275d0db333679521d54b919fd6b2c11a739f387_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:8b09b7ddb7949a9db7af4e4d1d8f15083cca65cd704b707d93a7d21a9c9e3c13_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:aa426170166116c40f3ad7a70d05d197188ccae8023e802755aaecb2decac985_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d4704096bb00b1d854cde90f964aa319d2898d407794944ec0025b386264f2bd_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:ffea3b9a771b27a8d8db70ef73a5089c7e343a26f5ca93698d490d2ebe67d206_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:26506524326c64baf2e77da8073ce297d72a583d6ae194516bcb6a32a273059a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ca8df7b4917a2c1b7a22e8f753cb19c9e92b15487c121e94156961d5b5cb7681_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:d2b5095502841f6654d21fddffc781f20990b586480eb4b56fc6414ed291d7eb_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e86eb8681972ee463d5dbce6a583dd035f2c38aecb09c3a6059ad99c3aeb8d31_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2003bfefc53e825002c66cd6aa5035d13db264ff9f4fd8c99e18683c1c808f39_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:284f8b74d3e69b69759f45116d07782376cda8554979535ecb4bf9aa8886af56_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:546822ec9a3b2688b4c31830872381cb22db5b476e89462c0e5e448ba96cfb77_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:65d9d9df5aa55831a1627b179412760f114bdde969040ba73c585c6449d19e36_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1a30ca1498e2cd83d64956812ec1facb07f796fb8db50977f3ff561ceb0da7fe_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:32700244d0578c423c636b0ef01254d823d0432125e1ca929d0ff1e115a446c1_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b562637dc56ed32a75a444ab2f31d75e7741ccea5b8a3c004df4a42ab1270d6e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c2a8a8f577ed98972d273ded3df429d0651608c8d46354584a2fd85782407b2e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:2526b6065d1ccfe1e36fe5b48958a22737b1243b3f0df10ee3d27e0a62fe340d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:34108f69a1ae3d91059fc955d42ff21e50c12390296677a94c4e691a0866cffb_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:4c2712c451f03ae375bb6f122c17ea1c28f6c52c2796ff64a893630733c6caf3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:88999cdfcf7d367056945f5fbeb558c6ad8a9c3e068e67724d12090341341bb8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:71b555c5e31fb0c3ad0c512f937027a14b1dfcdd4598438bda3252a8a2100c1c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:9c69c2600d5d0317fcbc2650fc4b52d319a32c3df9db6b5543b6ff254c3b9fe5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:bac49120f60baf152357368e241e3103a5fe6aea171d8a63917e8798d81bded3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:f270351f6697f9d7d3d8382f298956d6e1c5d9e8ef38317bfa7121e9825713af_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:0f3ebde6a312b04a5020957783e5156456dd0a60c9e1f009130e295b0143160c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:d878af0364938ce585214d77b78ed92b44c916113405f0649d1e727f9c010b3e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:dbea9f717a33a02f4fcbaa6029b6830b47b561fcab1063eb868812794159b303_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:f5ac07ba3f562b9c62461916f868079fbbb47d95b24379b9ceb55206e616e140_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:287c800f33b7bb17969c93891edc40646cc48acc9b741138795b7f041c82bbc8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:53ecd2e093819c381012a057628f8e614c85f0c58b6d54e378e2155122ab1d8b_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a840761823769c68291cefa9028e0a6f87b6625588b1850d148b2f8ea580d8ce_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:eeb3bd21c506b7558241ec2458d57407860998b91b4742669982073d6612a9bf_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:1a94c20db46917d931dfcbe19595ab6b4ace22f81ad34ea6d329eff8def1f0da_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:71d75fc8a847695728ead4620c5d19ccfc9b8bac9f51521af7ebabb762839425_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:99cdbfdac01ce74763ab9304f3bf30156bad8039a454758941bfa2c96da4787d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:a56d06011589ae7f1b0a338ae33423e77c559a93f4bd8924ebbeb16fa341a7a2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:299842fdbadf955534b257f3c63126a79fb14a9856c4530df09debde212a2384_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:7adbe4c7a14a3d470820884da692bae174fa6d170895c3ed4b02311a66294ea5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:0b264678a566eb387b44b5e8e2ab61c5e12b594aff4db75532d9fc8cf0cb3a78_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:ae2978f43a4b765fdcd8abe8e91956a0a1e267c0f76593d94e52780fadc68388_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:dfe83a3416da5cb195d8fda8ee8eec794dbeb0135de72e250bc965ef1f70bfce_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:e6e1c74ee273df32544e6119badf3b3c260e48c60934f67a7869dd739d020e1e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:015b35c884c0e9b5c3a2df4e3874610dceda9766b1db231a0e99774481c88bea_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:170dd5cd1770f1c560d2d0756a619a220d15c91c8d8d51ea322818be40603ed6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:7f43c6487ef0d6ee493fae02ef100abc813294f027b702722f38c619a5e8206c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:d40a074405d58180667a3722571285167277e73ef4247221e5b5c235ebbba38f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:1fde8ae44f15902a4a5dde0328cb037c74c40ab527db4963b5d703c35f2b2c6d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:8a13fe639a4db964e30cced1f77214a915489f75b2634356259a03f6f280d856_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:afb26125636804082e2827f1d473d49cd492a6356365c186f69873ad8e24e099_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:e9668f534471f09fbfcb31c76be4b68a743549c50255de8fff8fd0c8b4a34924_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:0a67e292a5b75f818272a3302f4d2d334ec57e5e0acdee47fc6da52625e6fb60_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:50be8ffecf96273dd18c233edb39db8e3088bb79acef2884f47b64a543f15e71_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:8fdc9fb2e35d486efdac44adca6152aeb6bed9fd88c183d80aa31da96e5b8c6f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:914fe11be86c707b3e2ea354c5a1c0cb72affd6d9dfe63ae2438a1a310ffe4c6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:53ee6ae093b31ee41b13bb67b40aeea723889379ff822719c8174e4272cce99c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:5e9cda0da90e658e08a08c69480c461701b03323aad484d887f12fa3e11bc9bf_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:8921a94912d602af5cb9636b2880c1ec7d8eff795473f4865f4354ea2079d428_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:d9b23f9f6c407010472286a31c17e8358a19103fe03260180d2d615aaa91eceb_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:53ee6ae093b31ee41b13bb67b40aeea723889379ff822719c8174e4272cce99c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:5e9cda0da90e658e08a08c69480c461701b03323aad484d887f12fa3e11bc9bf_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:8921a94912d602af5cb9636b2880c1ec7d8eff795473f4865f4354ea2079d428_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:d9b23f9f6c407010472286a31c17e8358a19103fe03260180d2d615aaa91eceb_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:0e598a4bc8097ed172a8e3e8058080ae3db89733c02644047e46cfb65b7d3b76_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:595b8a01e9b2189a3877041ce66509eb2a2a13bb0d928b4fa772e7d22d7e6bb3_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:a59804ff3479bbdd8249f52e145ad8099e67c790dd353684fe6faadb7246f3e5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:f5bdcc739dc1dc70a53c624c35d3e5e9574bbc67cf488919041e3ff0a11f009d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:0e598a4bc8097ed172a8e3e8058080ae3db89733c02644047e46cfb65b7d3b76_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:595b8a01e9b2189a3877041ce66509eb2a2a13bb0d928b4fa772e7d22d7e6bb3_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:a59804ff3479bbdd8249f52e145ad8099e67c790dd353684fe6faadb7246f3e5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:f5bdcc739dc1dc70a53c624c35d3e5e9574bbc67cf488919041e3ff0a11f009d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:06e2320e7c46ca66239bd9cd22eeb576f1c42f3acd26b8db1f6976e9717676fa_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:cc795d7a0cfbefbce47789c6d49532a9a41b8d62075d4c94bcb265fd3ad8ef6e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d87fda521517b9b5505780eb2d84212843145098e70032c9996b3250222fe604_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ec1000141bbcf65e1e79f4dbfcc97968b05cb1189cc35974ecda36bd2b8d302a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:0296d6ef8495a340807a800e8064de04bffd08cc24772e1482ea34d3eb39a83e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:2cb477ddcc46f5b57b4e81a8ad1163c0d3a13676e7079647dd2ec4b94281e9b8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:d85d011efa26fcf4fb9049c360e167a82f0f332f006906f945b0f0048d60da03_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:dcff01fb6c0c0477daca085f3ad54d39b6480f139ed59cd1fd4eea9077068889_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:0296d6ef8495a340807a800e8064de04bffd08cc24772e1482ea34d3eb39a83e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:2cb477ddcc46f5b57b4e81a8ad1163c0d3a13676e7079647dd2ec4b94281e9b8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:d85d011efa26fcf4fb9049c360e167a82f0f332f006906f945b0f0048d60da03_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:dcff01fb6c0c0477daca085f3ad54d39b6480f139ed59cd1fd4eea9077068889_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:5d7e619ddcc71a0244aecad37870bbe6a9bc993db053b68f57984c84751244f7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:6d0070709140682d4f91f5e7e1341cdfab3d992295f246a3b8f5394a3c290e98_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:8b8a1b6c5fdc802b3185d5a91bd9c68426307526fad048ec7b7360d2885a9709_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:a4b5e6597c79fd99492ba89777a51a9a0fa767a9b174aab5ad38eb6f7a195634_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:5d7e619ddcc71a0244aecad37870bbe6a9bc993db053b68f57984c84751244f7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:6d0070709140682d4f91f5e7e1341cdfab3d992295f246a3b8f5394a3c290e98_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:8b8a1b6c5fdc802b3185d5a91bd9c68426307526fad048ec7b7360d2885a9709_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:a4b5e6597c79fd99492ba89777a51a9a0fa767a9b174aab5ad38eb6f7a195634_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3f240b50f6973f1ab0ab53fd897acd7bec248c417923d56aad6630cee4bbad5d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:69a9487a24d400bbf3ab5bed205f622267fd19783a1c159669359d706a76c3f7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:778c6697c773971590c2187e863a18d45dbde7780c0da354a96480ca7e742b35_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ca587a8911043d96b60e967e4b2e33892254096414910174e6a7c395583e97b0_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:11801d98d9d8db5c37bc0bbb72aecc2eddfd0836d079f91a8018dd297e6f12e0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:34f5458a8d22a1b295a6cf6be82bffbb427aa6421c19609d37fbdb0de53afd48_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:5ed572029d4fbbb484fc3562046de00f7deaa0639185e26adb2210447a8ff958_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:8c3c79a3da45f6960f8cb68074488f8c1a97acd2637deab99b23cf5feb3dd831_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:2c452c9fb2f82e3b4e746669a2e8fe16a63cf009ddfb94d698529cef8f6ca8e4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:4eb82f07e01b4f66e34f933fc4c1ea0f09a8e227a216a732290e62db12641ced_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:7e411329883832f7e0e9bc7bcd716a5cc48898a051351176349bb877aa7a1704_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:fac2397c70e1a2d1457e45554f962daffec82ff643df596e3e0d47e2cd4a5727_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:71ef3a2f7205d5a4d2e223ea82ae0f8911ea9840cfc819e78931b5d8d7b3960f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:836739cc20594452479eb9db8a995d1caed27f82d8b1e7bad6061b0a7eeb3f41_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:9a6743d451c6a6223891fc13ca4e1f84328f5cbbe5be9c6f4a5505e47d894651_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:9b08cb63eae04604aa25e2816fc894292b63287c078922296ccf3108254a420d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:30a8075c0829c7e8170fee4fa1da1e4fc8f8fd7e98c03665692a0d3790a3e404_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:91eace031f4e244ba7c82194f0d9e4c42e1b3f83b4cea8281fbcff70a02855b6_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:a3a947c318b1d2cee8676949477eb154eebda2d7b01bc83aa3ab81b305d0c123_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d4485629dd69e3646522bb0c6fc3a616fd20e9e924c83481423beebef6620ed6_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:0050083f13ea8e40679295049c4312081d38904d8ccc1396b80f27544d01a06c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:1fa5db1d68336e05f0559c44f107e2968f7e65842d878a25355f37ff487001d0_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b8901c06e9ed87c8998625b99ee186ea5ac8a0a89c0263e210fc77f6b02fc36d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c90ac14a629770bd274536af0f82519c4247710c79acca953a37ae18d5108861_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:61ae2afb181d20ddc00f7f0f1a6a206221d15c887238ab048e10f838995c3d28_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:92ccfe03e0716617e78fcead09e592075632be76cb4d4f906a32fbbf1e7f79dd_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:92e8805702148fe8bd56ce06cd18da14eca209207633ecd89b3b3db27e784d2e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:a74af849f4f9b5eb17e812d798711ea57b234c311587a46fccf80b449e2ab091_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ce86043ba90a236d904b5bf8349678a139c9d12abee75b13e20b454762a79b07_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:fb673b9cd4bf5792fb1cbdc40d8ae3787b0c371157078ffbd959748ab0c19db6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:788f14d6d64cc43d2f137a2b5a2e13e80b6d7bd1c5db3aace5fc90b090cc1325_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b1aa6c712d6b2c05c5819d89c96f837a164cc978670d9ce0ca3676c2bf327ab7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:e0b18dde5738907a0cd2a7e54a3a37bd341627b6e12c2e8901cb5350e78e5f9f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:8b774ec1d7062dbf21f9d4c9c82926a333d4b530dd31e907fa292b1673c17f22_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:a44db4753020da0574e7b2cb486ed690ec6d452d9c9a86f1a35155b3203c3f14_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:fa22ce356479e36e38b28420a89c51826e52e4ed29599f8d81b33a4c9f17742f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:001a95b33c0b3c3c0000b21d4e6a0802ae3663c1d5c5e1c8b8bde03e248b74e9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:0f1a47dcc7b5e8d5d82076325fa73ec6bb18d6a7124bce44da452848859c03fd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:887ef213faf48dedc023d2c533d2b414f5cdafb4cbe79a33841d616ee1e6194c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:d74b26dbce57d591c118a178762b14e8d3663efedb7e3bf423c134c04361b4e9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:39575d20a0b0aaf4e66e34c26cd0ab61fdb672d13cacd4b8a46a05355ad98808_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:62ea773b1ca80e54dd81986d7aaf175916562abc8fef3a7a0785bdf976d43f35_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:a70b67bb199914cffdfd5a61528d442e434bc3dde0192e91f68cd7a23ec20353_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d53a31a064e2d3620ca9a6625149b02efbf5bddd3592afcf355d03f6539c689c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:00085499aba957ce0074d5f821884de04c511d20153293c39e85fb4af913c679_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:30cd4b0203521c2313602ce5bfe38fb36826471bf97573a4581662b579199d70_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4b5e0baa200d25a4e50917bad8abdea3860f7443d634ff316565da4650c7fe31_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f260327ebb92a129f41f5adbf40298abc26df6a7e1a88d419533b4712498ef53_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:1d51e5dd1835cb7d0dfc3507966c4d9811619fd68debba7a51f92351ffdc8aeb_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:d273edcc6cdb663d54cec22fc7947d30417ebde92772f7613ee71df7e245f8c6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:23ca2c33256242f865b28d356c525a06f15824a5b407827908fdd88909399ec0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:4d419fd5bbe80740a39821dbc54c463ba88056f16fb9dc367cd55f4704c382e9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:44d79a4c2279ff4d86d2a763c7d54209f9e24638fd4d1cedd5579b19ca25f5dc_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:798b93cd2c8dc91007f8e5ce984a9416a523ca1ad1d1edb48ee299cc38a7298d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel9@sha256:6089d0673200ad7ea54762cca3ca1b913ae4a48fc12ed42da637b6b17a6fb7d9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel9@sha256:6fa9719d09f35aed806742a476df49fade99829cfb07583b4413724fbfa1c194_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:2c22af5ba4c507b1d44a2f1b2b64585ec6b7225fdfd507cf9f2691376d169819_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b20ba95a4ef35e4a72e3b861655d236da808c9392f6f5b9b7b760f4c1ae12bd9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e93e6e39e6a94f8aed80905145fe08b6679dd15a84ded4b4ed0b24b0afdb36f4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:3b57a94699fd5667ccb1cade8f56ced7b4c9bc06969da3a9036fe4963a6bec0a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:d2e27e8532fdeecd9de5f9cc0ed750cfdfd92d82dbe142601c60d32693e67277_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:017c35ad3581bc5d47691821501fad35bc737e5c8aff5b486fd85905d6f815ec_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:d7c0d00e80632f5acfb1c3bc82e579be6b79e15817540e9c91cd6b3a1b3f6ac8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:03d49f30a46c3674fc120b13433e13a2fad082c984014f459ac7f10ab3e9bf97_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0a7e8b5f1b1120382de52f3540ff6908208bcd4ba242abba04ba79902920efc2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:2e903dd9147352077a4f775283942c3c66c21ec31fa80e1f65a048dacee8d227_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:77b9ae4216d409ae20d82c476e101fdd65c15eae30c619fc8c51e1213524938a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:369734364457c3584230c9b2445742b2dba5964dd7733422935bd16b71a0ea8d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:4d8b91d1d166f1ba933181bc34de9c05ac4de59a785c707e0eb695e4a81425b8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:5dd4a63ccc8ff694f3d0b4d38290cfa647c8c6effeceabcd86383af0657c1e38_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:d314434ff086a17a4dda0e0bc5499d892421d66e97cae55ce50336b25c14b9fd_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:2d4e18a550d1257dc97dc44428efbfe326ea8f305dc58228dbbe74cbdfd37e26_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:bce1b5dcb9d752202065a6aac8de3ee1721b8de03ee0f78f569d0f841d568554_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:ce8fa76166c3f37ae6e855b75e43aa462b0571d2720dd15ec7b9e282d522a13c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:df1f7115b9ef18a54f64b9646a27393c7c949a718fadb28ab8803d955c75577b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:39cb774a7444cc93f1fbb512cad9323fcc3ae217d4402c196a926701e98472c3_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:68cadb749ab080da743feff2b120d13f66cd54d61b7ee09b41083e36671a0f73_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:8300f9d1110230c510e9ae8dbbbc4501a5ce8b57b424f20ae3e42d4918ac9b48_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:d3f327e2a5f4745ad2cb946a2228e42bcf51be9715b23732eb1d0b877b6d3ba3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7f6a13a46ae75cda6eb2d5688c851cbbadb3193ac642494bee3d5d2c5e6ea8fc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:b92d8c3640522615577328179dec1c851becd7e42b7282d3a50f7af290c4037b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:4463bd38f33b06d584ebab15f5e2742693130e299590c038416f833e6ac313c5_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:8728d2c64b36f2c3fb9a52a1bf7ae98c5b113dc06ed7cca49c7b3e9f1789bcfe_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:4f68de2634b2f3650f98ebcda1c5c104a7941710c3ebe83ceb8fff4a0b697b82_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:a180fe7b396945b5a18274c742f6c01d726ba6177ff6721896f0235d943fd578_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:17cfcbf9d6be2d228c4cd0d8a5f23d4bee7814366ee0cf500af66a30ab43aa4f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b8e224d4897a0a99e182e966a61817a0fe93de3bd1ed78f68ee077239d65a908_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:c11fa3e642fa099dd30b99375606f82a4cfbe67017d832f32c8fb1ed58a5aa76_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:d0960e7974bb914fe45bb0d740ad8a84cacba8233e9ee0e9eabd5b3e71372620_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:d5f38f5666ed4b7f7e7da03732367e1a5d67f7f7d35c0c4bc232b5aab7f2f2d4_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:e74e1470caa81fae1509bedce3d3d1a8cdf89f814e174593ceec0be711270dcc_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c9ec31a316089747957c8cc1a8a49dd9476d45d6e7af919fcf538a367d35a0c3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:d35056c3c4ee809fbfc2674c9085b16f5e5d943bf7ad710c6aa4e5713bcb095c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:dcea4453ca75f5c44c125c1d677f28702cb94a73366a520e37b842ba5128577c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f3d8cd4459b8271e7718d4c5e97f92cd7db4776e719da5d7c04025e18a622e60_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:212c72d2288a050a21498a5ceb4c3b659b4bb98d0ca445d6b85a7a8b94b35488_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:45eb78529c0122f43a9443d06679db427ec2a389f7612ebd36000ff9f5ed48a0_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:d105ced863235a301224f506642394034cd0209f726a385bca03147944f0134e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:d1fb82d1280562120cc7fb356701d1f33254a177da5d0c0db90d2276297373cb_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:38c1beb577ebc5dc35ce3e31316346f21d7d9d6c297254570d6c6f8b8af4268d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:a083d6d53630f47a8503a45b639ae5c567d1f724096d1f729082bfdb9d760585_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:f2dffb118be72c4d3b75564f6038eadc0de8d261d6b1eaeef35343ede6056539_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:fe33d9c4694948619c5e95464f48fc82fab1feb283ba1d57225b3678085981f8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:20d22b7c095cbe52a127e22a428a8b27c287c4574abd32c2133287dfff3aa0e9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7f8d1c497000e0ae2985e9ea5a6b97f0c24d64e92440358687c8a5fa76bc778c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bdbdf3620970cb066fe169ec145f6db31f4bb4fc768cc440f4b8df83f57f206a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:eed72f0b204935fc71bbf10495f0e5985e5049bbfada39fe8afa8a60d12833ea_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:0bbf3eaf02453b7123901fa866a7f3f056ec58daf047b51ad30e177574ef49ce_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1ce7092cace33e4ab97d548ab4c9a2388dd84e53bab452a7458c8a5ed4495701_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:7985455eba0bb60e7b1067f759f3e30ae73f9be78068f953e060786530253025_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d01e8651edc6bd95da78c5fb2201aec7c785126bc70e0f03e0f2e6ce67d245f4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:12e6b0853b26b6504bd578914183118e2c74bbaa0e934a07ffb99acf3e19efec_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:26a6c5c8b798a039e227d5b6f02a1bbc1ca2a3c3354d98ab7beddfdf39e323f8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9864736555736cb9912dcb1c72f7d85aa75ec96286972312c2d0a3fc24788d42_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a82429314b1c0785c2d46c99440175d0ac8311bec3f31da3418340a2a0a55ac2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:2d6d0eb401d3529cc09163cd67fb8af3d9629ec14890e3536904669e409c2262_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:33a206e8de99be5297890d5373cb7844c0ebf03285547a3dc752c7bab031284b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6ffc197659ebe1017b99eb4f9b3646ff311aeb2bac6d580b3e9ffaee6138079a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:8418c603da899631b4fc20e064533ca74f94b98e20ba3843b7603c9ff7cab8ac_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:02033087b0776681f186aa48725fd0e2297ba2e22bd554269ace3d51b3f6da5d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:c2a8ee96f4cca328a3791758909bf9322ece200a84b10bc15048979aa827af3e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:3fd566875c0685e36134791ffafd5232558ca1830324988a55ed8e189fe5c35a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:80d2d5f45ef286fb8ae44b74ec245a68b21300e7d1deb60f01c527586e036db0_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:089f5b6a5d58e7dfe1cb8fc7a552a7a3a525208e0cfc86f88362eacd3b11b8b7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:263187d98ca0b290168472163b9a8d81dba1077cce8d7dcd8419894ba16524d9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:fcd7799ce45632b008f561ee8688988c8dff42b9e0677a05302ee8e325e5613f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:2665982a7b3d16d59f3e11ddf65b1016828d746db8aba950d9094cbc5fc3cd26_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:8a152f3e2f884f37e0c222e8ee47985c2363cfae12745eefbc305b30158110c6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a74dfebf03b4e0c686a285f0b71653d37f945c6c8e4fa5e750cd3fccdda1ead4_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ef3b7610a226305c920001ff036628d48ff3ece3ff46c9727749e619b69d5524_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:31d45f4b5897554f9e459bf8822cd945a0307b515f8c2247e968aa3251bd9dee_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:439e379c449e0011dab2323ba70da96c9ae85de0c78ae65e4ec97cb9e792cc14_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:9a08e22dac8c713b0cde2a6ac9031a70ee16bd1df3d093f8533534287ac7fc41_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:f1341dbe1145a0d7f954d04b9309e8fc2d44ec306db7ac48ee48b63c29a935ee_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:1cb4e934a34d7905afbbe8bc1edd2ce28a01f2f10ed0ebc0ccb62d732009ac12_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:2ea17ca4317c75eb3a86741d6925cfa3b0f8fe5cfd14281ac42f2f61b983bf39_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:9c2d1fbec1fde2e3a0490bb630ef4de043fac05c915f6db43904feacfe15541d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:e1848797ae0628fe6fe4b16aca661ffdd6559cbfe56fe0892c01b6885cc10598_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:36fa337753dd82ecf610b3cd5bc3c32b4d863e7ef6326610004d5ad2e9e8a369_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:805c04faa83fd96fb2510deef9c180846028dff7c8de992474c00b34bdaf29e0_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:bf8c8fc79c16f075b4cddbf83f6cdcdbc00ae5b64e11582ae7446f5d44666223_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:ffa47990e61f60b7f7f65940caf22a8340af1dd2924f3dcd6bf5afda8cf369ab_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:335e23e7ad1a695dad06b98fefe5aa1a14540fdba46000257a0fa7f269dfe6a4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:a5fe2690e857872fc80ddd0a8e72a92508fe8bde271da5d9697cd6b88ea4f08a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:cb498e9708e578bbd9feda69340a843f0099ea49abbf4cc88524196c6d5a85b0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:d3e663795f398f7a945b75b5eb98d9171dfd65c82ae1abc583c31586bc2afda7_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6330474da38ae06e0c73f6319cee3c9d73bc48a31a155309222dbc414e76efcb_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:72ca1c3f1ce6ebd678469ad94416f27db9a6e9ffc5e22a6c0636f4f26872fa53_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d3d0cf16422232526f461e140aae0e5cb0b5c56787e6dedf93c7e96bc6c29594_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f1a0d254b3fe80b66cea05d072d13bb9870989299d9f2c5d7c93b9ac9ad3074a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:8b11535627b9908e957068a9183280ac57dba63c90150662b14cf728238c8568_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:c2fc14113c69627c79a7b28562b05f2c251645c976ee1928721c1de0d48a14b7_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:c3c2cc1cefb6fc3a12978f4f14b3e6d3a90928b54b4cbe092d28dcccde2dea01_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:e7b0213d1a1a9dbd9921ee545de41c263078dd3ebb1f838dfe150e73fb51ed2d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:06f1abd50ca304ed98a0dda0a37c62980abf90b926e596ea849edff7518f4920_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:167c7118d171f577a41a66acda52d3ebbfcf1189e2a6fb8101fcab56b6a7df8f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:1b2723e537e9ca906f3d1a6ef70a5d0c95b59623fbfd5f0c5bb6de49e6effd40_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e090cfadfbd9d9587a006ea68407fafb1673b93d6c1f6e77efdd2c658a503669_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:49823fa689e0b99a542b3363f61c609730ff500b1c83cbe9aa2b3ed949e9d79b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:4d213b4b7b581e6ca449fa12678b4b75b06b938d16c76c054910bf71c2b65168_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:761eefac8ce5fb75389e8e452f927143acc1aca266602d6fca8c007c30d7eeea_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:8071b85d6f58f8c81756886952ce6fae10fe9a88c83927342bd6106f1e234a34_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:54eebbf509914e15aecec16dc21e8e3c848bedda66394a51ea4088ed16f0d3ec_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:78c9f0837ce0827121fe91f53a1ae02bfd66b88ecb45fecd30826d47db233038_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:b31ac2f80176d24f71e4e1fb8bf8f153cab65e069add24cb891a021a06c0195e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ddb1c43498ca301d4a437b8ebb23378c0db0b8e50f58b0dca911564817db1854_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:4f4ed9468740e6a521d1e095bdb6f5fa175c7e1f05550d999ad7342650948c96_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:594299d23d3fbb349d6fb9c4e059320829e7d2d643d890298b2a94c4314d92e7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:6800efa41a1f05c0d4d2f6702ec6f2fbbea73c3d3fc025dc62a5cbf3233add53_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:dc4a15e5ce1b7f4e932a3a08b32264abf570df68e15f270d7467a43caebfe8a1_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:43594a42c2342a584f5f4b8296b6726edd85f8a00b9703922abc78320e8b6f74_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:805ea7427ea3131fab72e43f80c34db682ba3e3603b438f1315146f24f706c01_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:9f06792d0d1831f9a557c15967cbcf117365305b612f3a23f793863615285ba9_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:b010ff328387fdcb88aa746ded0b63f609c8ed3a9745ee2f648cfdc17570dacc_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:08f3e89b2984d8563a822dde8feb96231e9cae0e74cc7a64b9871d53f4a9990c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:430e32ea9f2b6e87ca04e7713f393441f7dfcb0df57c7ac4766b439e8c281396_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:477ee1d38e4457c9378f05e83e6086787b957bc93f5a9c280c4afab8a6e02152_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:d42373331e4dabbca4921280d47dea956ffc0690648ae172f156605db302c8f7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:87017af27e74c380225ffcbcc961d2d345b5d997df552a9248d07d8230dab3fd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:ed7dd0e4fde979f4286ec5fd7f3ff1c51eb22d15af56138ae838d97df29884e2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:205cf240004a81339d5673b723193758e0bbdb008db6a294295412b6f92cd1be_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:2bfd19c9c46179264bd0d7c37f8f7b9edda077f3210f168f010af88317904d70_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a7672e4823bc698d02c4d241c84a57a523b13a267850baf8c1ec44150eac7f7f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:b84395e944be5010ef965bf387939c481d9c313b8abd2338414a3b592de7a219_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:1167bd175a841398744ebf28418cdb871bbad24ae38db5a88dd07ce5cb843d86_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2c2340eb12f729cba09a33a67a873fd11d421203e4b4548474d88a6e37f1af14_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6a01712dfd5ae1a741dc0db425ceea67934e763afb5df78809c0e6a22ca3173f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:910dc87281b45ed6dd18d2fb7204765fe3f3332d325e7c0cb061ad93fea7bb06_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:366278f589efb7c0ff2bdd800b0f6547b8be6acd259782192df2b10a9754945e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:4505bd25d99cfa5466dae74d577e459f756d6bc22fd5a21e91f32d6d6f7fab3f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7bdbb5168db25825edfaa505b705d639124f757f7c61768558c03f97dbb52e92_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:841d8a1a5cc97465078e19834734ac726341509d5e3fc5aa7d02e9418f7826ee_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:5f1fee6ff56a72baabb5f8c908feb2c4a67426fd0ed4bf8e55cc4daf552fc4cf_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:7689256c7f78b8e827b2588ce08ecb65035f3eb44c22ef395a4c16e80476e58d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:b2acd795681ddef65394e303c06e022ff54e1e0c53fcb341c381197f7e520b6a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:f5c1907aab6224d4c398d0f5cf151885859878ead00bbde79426c96dc8a6faf3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:168e6236d27a57e41e6318cb2a96b31eb4030b65f194c924d6e6a07c4a53f0c8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:6533b9840e66c882af6ea984d451821cfaf72000c1d2d8e1ffa46b95abfd0c52_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:8dd21817e31ef713af9cd67c004c8a6118b62c1dc557f963f28244920ffa9f5d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:bbc41d8cc76ccd7fe6a93d84cded4fe03cf08f985976266aa532b2a16232e1d8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:0c869ca3f2cea582df50c27d9170e6ecbf0df000d65ea250e2fb8ff41dbe6b4a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:4cedef9af9f34258060b059ad2d0f44ba329dc72e64942a8adcd1c14400a02ff_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:75460db975618d0dfc82f509725522f8151b49a00a210615dc8cbc97f6ed2fb4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:c4cc3eae9765cc81765638b8f1d6ed105d10d018f30bdd5ca9770b47e2ac683d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0006cc8afa959998457049601891036f387a518c2bdb3ba496928b229fe9d134_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6406a77819214fbcf753c72e1add20455ce1c71db634a10ed36cf4fdf857d892_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8f2245017277cd5f2642b162511ab42d7b8485567adfa25db900973baf058de1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ccfa78714715591d82a4bd4429114a92cce5748772e84bf19e4a890e428bd4b1_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:6ebdabc2690c1c1072803bd473496bc694f9d0c99af704f53c810d2c294ff687_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:ac2f665507bd239b43bfcebde4c50d9925b0376c06b448a9695e7f25ec4380d6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b2f58190b8a5b444f51f7d4431cd1fb5e59fc0c38fb4ff7ba4c51d2ed1ce6b2f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b84e75d4eeb59ff0804fc3b501156bfc562a52c0cd554783d8d7e7c0714d6f85_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:163154e33a4744ee5a451384d824443fe2f2a9e8bc961b121b1c317246ada9c3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8ba5133f9697e04a14d866027d8f342efe3bb9732857720393d9bf3e0effa09e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:be734c5f7b5f7ff624f842c056ae099c81ba1f4423016ba63f371a8d8f1fdf3f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:f4530c4f598865cc3ab9210760d93fc1640e15a07fda71fcc2b5453834dac7be_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2ca5fc5e9405404c8b611513cf033e480cf81c2677ccc08055fb934aa40cf7ef_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:3b18df1f2d706c80637b7a31ce09d3aee59eef1bddea71c218dc9270939dc194_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:c64fbe8a063ea2f7897ffd9bc2c1882c03c406611f8dffe9b9a885f3e75f105c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:def060ba5ad7ccecf1d1cb0ff3360dba500838c087d701015415e1a2ab08b4bf_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0693761931e2b7ffaf4e39c6fde5b0a1099d32b5269c7a498f76bff354a84ae9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:8fc7e5dbb6c2470efa7ea415b71569f753769abaf3331f9ee174adcf39a4dd27_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a1e0a23dc6c93de096d3d48710c45208a48a162d3858d0d7afdf4f300ebfe04f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:b71416e2ac3c46366da3abd72b0762b74759587afdfdc8a8c6a47a52b1d1d77d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:72c97ea299920a43dd391500e1f70b27cfbedf1e9a32ec9275171929b8fde7d2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:7d482a6204223e73e4dfa0013f4ba20db1d04c7a8c2881dd4b9a58e6e7d25f09_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:8ba5845b83d32531f3a3798486fdd8377bfec0748206d917ba821c6a76d55f3f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:dac43b8b4ab95960e240b3eef0fe1a6d37dfe23ab7d0cef27d412ad69afb5466_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:02698e7f9c59596fbe039b031515a319067d79c6696a5fd9fa5a95d5acd4026e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:28796a3d553d6880de207e5d6048c2efc4ea2858eb6251e43d1b46c9e9466748_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:7b0a4c796681ab9dafc0a708dead6e0a8db3166ec40e380dfb02978eadc7d2e5_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:ea3e2045e45229a9a61e6b9f9d10d0762a8e6f47e700d96c916b402864afe8a0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:12826fd7a8ca953be9429198adb9386f489e6c764d7b3fff044a4cb66c7f91b9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:22539e72bfdcdef4c91ee509142a1e403700c79d58b4f868a7a2e69b81c2d6a6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9c91efe4356286d3c8aecc6e9a4ba5ae54655477a2541ea80b2ab9ac88c63791_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:bc74fed608f8d45c463f68e581418b4ca5f3ef05467621bd6199edd149f3c7d1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1eaa76ae1380d3aed001b85612fddbbff2bdf70d85506c4fa5426ace8bd066b2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3760f9fb700165458048262a465f32d19660ba88e16b3aad5fc349b047a5248e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:be8dd7342bf7b1bcc1bc0f873ceeda8e81bf686259ee4cb5f377f397f43349e3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:fc535145b24b8def78590d003ddb58c2c1eee976ff2263740dfbf634f7d1c888_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:6956849db88740b12994232ecf2fb137db82f4afbef85b920612a9b38ed8bae7_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c182f19eb5bef9530482e666cbfbcf2649c1cccd95309850f93b82daf8d42a90_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:d12663d4543fda0b233405cc0e3823ab68cb421eb38acebf56ec4f0555e1e594_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f076696f3eaf06da9fcc6a4042afae097740771bf902fce0d3446e63ef8e7caa_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:326ec4eb64e1da8db46c9bdfa4e0ae03732a863eafad17e4ebf0dc63698acfae_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a7bc793a9fef04df9e54c978cc8c14c151168fa186e5258528e8e234fe036b00_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c493bb938f211c8018e014c922287ffd9db30a9d8e6818f2dc9cf42efd6b6da8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e0d5fb86c982e60025cf5e25d6ceaacbe380e9e9f8a78e311a488668ad991f5a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5f471c6d5ae1413d35f2b1dba478330537e2cf1c45f5d2a3b1d0b875935db19e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8fd890e0ed4d9101a895b34c0f42293b280d06245de6e45b113bbd5665ea488e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:98041b168deec45330330ec382e6262d616e1b1a22a389f9216b622c3118f401_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c1bdd2efec725038c68e2da7133bed08e1a1c8d9141a55062f621d6ed403af7a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:81e37f2597f8539a9f5b3800967545af056e88089f95eed69e5eb55426dba52e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:955772451d73b6ae56069b6e706629f6e726595f27bdd0d9a920d217e7456cc7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:ad5fb6d1f60634230f1dad1b9ca094c2fb8bae6e68d618ffce60d20c0e55d8c5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:cb8664cec305b071cc6cc3d7647b5baa9a013d35dcf318e407e6fcd7a2461eb8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:09b9ae640fccd4a948ce4835dbe29f65be91484aba6c2afc751761aa9dca541b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:3c9911b15f2798b2f4898177bdb924641e8ead282574beb11278b9370eded2fd_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:21d73647d434cea2c398a5c30ee2f92b6f5aee3b1106b961b1d50e8a18825f1a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:49fc188b34134f5695a59a384101be2254859d6e3fd3fa2e1deb282049e5f592_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:03e6ee2082e14e8becf5a2d7cc6e1681a088a057c1c7a2189fceddf23a7541af_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:80be0fc1705791db62dbf7b2385021b8e67d0d21a94815fff91c3e87d6e6e238_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:5c3c19e3dd09249a9e78ddc4871162b166bdeb05cabb7075f101084a26863568_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:de0740c2f08cf7e6a8c851135f4f2273c768eac198d7e09e35a81b585f1c755a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:401f429b76740c19f325c6f0680e55f66420dd35e72325bbaacf5f1708c2cb2f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:7e9b110c44bc04a2349b037104cd836c0dba7fc90bee7c0a3fa0a7bf380664df_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:96cb1a572e643c3d0cae3b20040c3c9663af86ede9c30bb38256c080de90983b_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:e41eb9ea6d0e646c40f43923678913904a2fc8f5f4fa1e9e458c807632e82c9a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:beafac871e27f012d9bdc881b0ed67095ca7d34305eb773117eaaf2a5f2404c7_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:d6ef7d1f4afe94e6bb5810852720c1239bd58b9a49a085d991659b59c6e26452_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:dd8dc49c8955041adc7c38a6023339cb928b3f944c144efe467ccc8da12c4c78_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:e7d08849926e92a0f9516b383ef71dcc2a6e368405f1d5f330042c62fa10685b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2559bac18be9d14dd0de38fd2c2b8d60b95d3ffdfc79d961747b7d35902252c8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8b31967a88b74281eafba0661b347aeec335308011e626d9dbc57557ef8fcd4e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e6a298a5a4b32e8908f2ea8207f673d1c7f63d654ebd18a7c3dc03bec7019240_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e892bc22d6a070e147ee0648d834798cae5f2e8941805a6bb7a0a4b1a292fb82_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:8e9d58dae4a9f2c50ebd9ac52262db031764fb28fcbc30880ba5a5c0e4546c49_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:a4ea9bf43c60b1486ae8538b1382882f464299257acf43fa326eb99d5e6851d0_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:b264bb9685a03d54117aa33f11853039d903cbd6d71dcdf63fa512e9f9d826c3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:f1a979149507ede702bcdcbdc5e49c667b52cb2f5e5f1cc9e0ca18602ba35772_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:3ac91633beb2c994cb8e7341b6efdc22dbfa4bbf9aab4819bc30102162b1d1c8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:451b74b33a2bdd13643f49117444110c86d7ea956a66e9285e3738e8c81b6f5b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9301a4880095595d6ee0667a7da2ac7e75f5a028a1f70bf71ec1227310d5e170_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b937da6f29b34bba141df41775d61d33df4c81c41a488c0f717d7b05cc85c453_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:36d319f66e25669271597bee4ae415053935d0877530d439a6e8b2eb23353cb6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:940220625073d9178c2efc540fb418df676e44dcd35c5a7ad01d1031ce779bd1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:c04c13d41b67bf5462d1ac2bbed4b95a53a2b2bbd293b32e7478b5cdd8ec5d5f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:f3bbcdd4a8f70fedfac7869d46124137c2a6856aa99a9de6de7b62060ccc5c08_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:059ae4b4cf18b4596d8c86340edd34332be7c667adbdb5199720a0a581086d55_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:4622bb035bf6a546e3de1164b347ec79844538d290bca3100622fee0986a51a8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:d296a62ddeade7d40ca2d727f9cfb3d4bb9dd81498c6a526a565e3698097420c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:ead3f5874193b8acd6bece9f9740c109665098b059db964e6d74192d6cbf52c3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:02236b492db7f328592308281ed110ec59afda1c6fe88b5b1278e66aaf0a76cb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:8eb91dcd0e34b5cf2520af44bcbef1d953892b1a39d117c579c8a2876bf8ab05_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:aad0341721e7a15e08a2bbe6ab9e59663d366f8b47aee21cdb54812e68161bd4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:f05183b69bd3ffd66c8d335d6a476161781ad2e9cd444a94edbf41eeab16ab81_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:6b65341e8a72cb548d68d8c2dd567eedaee6d00d198295437514524442471c01_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:983e36dba561f7cd2f5245528d856e81ad729c3a2040a66f2fcaa18650749887_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c496114509bc387930a5ac828dad33180e20adb00a0b81ea36fdf78159f91436_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:d23c4af5d88f5f753bf395b24bf1d168570e5f6036c6a6ae8b1bba6bed7ecbc3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:0c49b379e40a6fe3a09a21dac8005fd64c3d09c985dc728e1c7f4e57afc464c2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3d282ceb8dfca2308bda52e1b7d2663f7776db2a082be84a5af6e228c6de8664_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:87929d27a7e7d6538a5cdb3ad1d58f531c681ec5db4824498248ffd5dfcbedb2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:eb293c9ecb6715e0dfb6aaf457ec19a0f2d0862ef4cb22794335f53cb6981088_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:11e6a94fa5628b607268bb3d515a0dcc3d2b66a42a0512fbb50a7db7550c6a40_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:65e898b5ea52c5525501b63aa3063204b644e0cea1c9134d80bc2e920fc9a010_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:783d90fdb1b46848f2e9c4f313517e219216385667304593cfc71c2e54579b1c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:e57907330d75e38a859e54d12a56fedba7c1c1a931fc9db1bdfa3c2b10268704_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:4f5d0717182c96fe4d6ff1936b0ad433bd4626c0fa1b29eb1058ba02fd6f9500_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:95b856a7497da1ae18ce5789262957edc94bc4cd87a6913e6d16d1cf9154e1de_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:9868a70523d322153d4870f205323629f8230505c883b79bc64c6b8440472633_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:9b2a4de77fc5736a8d2c968c8782039e22f28c65a8f9af920cc797af5ff170f4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:03f6485cce2f104c812ca1b32c422379d8b97284c6561f4568da4b23efe873b8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:40b76bc1b9e5ca0e664371020999da9c619546692a52e50544a84ada1193e0c2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:505d160e6dc8dd5ba9ba156668578e4f420b37b7069075cc84acce52dd02829d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:a20f2c0440231d57eb8db827564604dad20c3656c39acdab469d15ae5ef37c8b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:8c60dbf477a0e750d0e4895ae8eda21a7ca74b6ea06e8b428d6eb0e3acccf63a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:5a28ee6abd396c5d957fa863a15cdc834c72a792d895a28415900cafa85c173a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:435629696ca8750b352c890af863b85ecc6680b8749006fbb56cfc8957db0a25_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:328a0954887176f2dce3b350f54ae0c0c51f937cfef1bba9b986659343b2eac9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:8c60dbf477a0e750d0e4895ae8eda21a7ca74b6ea06e8b428d6eb0e3acccf63a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:5a28ee6abd396c5d957fa863a15cdc834c72a792d895a28415900cafa85c173a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:25f55cdb3eb8a59fc5d2f5726a71748bf2d8005307025d16646889342829c8ec_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:98cdda546009cda7d6a4539bac65d2ac6b365efa697d4e040556ae758235e9c2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:47f3054cb4a6bd160fd59d591b30910bcbb7123fe44fbb6f057d9d3176858e5b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:5504bd98506b057146c643c36a6581cb2be8bcbf82787bef530fb6caf4c16e21_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:7d6c9216d995b1ad19e5ae1f9f30cf3faadd54e1274fb80c4d5fdd802ee6b1ae_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:da4cd3b8933c8d22cc34039993d8866dddaa2e203342a94f23876b7245ae4711_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:5858c8230e834bd3a75047e34e659c4d1fc61f6c53e23cae5d3a8deff8b73405_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:66b2e131a3be79803c75bc96b69c3e7be34faf2f00f6d4fa53c82704627f8a96_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:966501e1f2fc5f70670211953ade31dc37f0c86e647e40ea56aae47d3e0c1a90_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:febeb3a8a0fce4ca039322544cbfeb0c6f60723440ec6c2f60b12b390373418c_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:719d802cdc007d64eab521dbc648d7efbac8b04713093b774bdce1da422e3ecd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:ed014578e5710249c89391fdb17423ffa5e6137de2308facd20d4c45981b4adb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:f42c255c1923e63843b1c7622861a65851aaa086fbb2668e0867e28893ba9c7b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/cloud-network-config-controller-rhel8@sha256:f9eb32fe20a46c5b0ccc3e7dd9f7f8d3c591cf64ee7800137ccdf6c4cb1726ea_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:4a69fac5425de41d1bb0b2ebcbb99012b520002235e578b8a8ff0039079a3972_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5a3757def8e6a4fd616bb999d34903ddc9f7d8aa96dcd865f749dded52e92165_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:63b6550720f82b5a98783901d776f3866075896b661958cff3d8ddff44dec214_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:679852a44689f3a73197e047661821c910e35d50edbd788170b8b0cfd9304166_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:037c72c52db1039c57f1008617136cf9e94c8b3da14ea36c3a0595e6182c0042_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:17a517f94f4fb0429b6284d884570b95349f269ed187dbd94c4476f525dc54f3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:6e0a2c775267d2f07817788a3ecbdccadbe6377e4d18a0d9dd9c0f0d40c77eaa_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/egress-router-cni-rhel8@sha256:adf596175de3c3004fce49a68cbe58e7ba15b3b0b315349ddee89d5dca8109f1_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:47c1a53900ad4c677b45d0dabd3f08a2f77f164fed64f53cc5f3d1f53a9fcc2a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:7cbc7f3c9d0912d4e1d0a1341a3db13fa59bdd0a2e3a81e161e4e23eb43f1278_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:a3c239970ebc8ba8b547dec72f2f6aeddc12cd19c18d75c493abc85285da48fd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kube-metrics-server-rhel8@sha256:cfbf84917a9cebdd238a83d06f3145716b84b883dc78e81deb3738d2a92a4293_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:2be87034234cd07b0305ba546001dbd90403b8e758c83d557814d9b6ddddacc8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:31b6d68104fe1044f063ba297e9d9e69c1e55b95b26f1e33f93a2573d66814bd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:3dc697a49932c84227d323499a2a174900bd91215314697b8c9c41f7dca957c9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8@sha256:f5f6edef66e7059ef66d2a2bdb52240c48279709048cda1b9b96bb11b9449e63_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:0e018e0ea1a45558fdebe89d04617b2b703ba93c7d58f2b92ceaea07d2498458_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:32a45843d97384b62b8865de40d5c642dfede6904c05d15da08fde3642c6b8af_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:e109e2c17a3686bad9121716df7ffc7d6ec82419f28b24fad531f96f86df0f32_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/network-tools-rhel8@sha256:f8f64b2c9168897706e6cc3ed967a390abbe83894e7758d08d1b790f451b1268_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:0e033237871e3e7ce2f0c11741dd6ffade3419f95b6b8600f7cb0a024bc89e0d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:2f4ef4c232f199d5ac24750eca7388b57a44f976a782e48e0dc514c128801d35_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:468133aa3a5695bc314d8f2112e4a62388035c0b272abf4914ddcb485bfce137_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:601bcab3234fcecec33a89b6e6727bf6d9d3682b0e0a0eb98d6b84cc0db7458d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:00143215db73c4d765605e892829f7c7e4537fefe11251cb3d279afd98d5830b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:1e22e06efdd0d73b88ec841815eb6ab7c0f1324b98ea6d3c92910c2e9a592c5b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:5f2f9a2119899a4f1502173947b20d04fd943da8b2c953591a35d6e25bb5d027_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8@sha256:f2143001d856a68c4cd933242fbd15d950512e445183f85a872f5aee4e2e503e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:152028b94c20a76e62793c63a4186a96b0958b2804979ead7dd47f33b273a846_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:583ba099e05b1c82e7c6dfa6d9a9be5face39683e39ca9d251b8a1562c0d6d42_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:9486a1646f0fcc699d0581ad5af993a73c46aeee65769bd8fb06bea1806f0a8b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8@sha256:a91563e22d10c6a7c77b092ab6f829e7f0436923038ea4a47de1403813c20471_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:2544e96601860e73dff52f6befb165f531bf7686137d5550837674aae6afd3a9_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:7a772d3d45015ec702f5e1ab054be240ed673591517ad99ef973898d1e535c69_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:d23cdaa0fd2114c904ded232b6019e61f53b49b41014a16e9df9b7f864384688_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8@sha256:dc2ee3af87ceaff29152f92bca0dcacc935c10bd83cf136a9d8dbb628addaf65_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:574c4e42ac84049cc168e68faebbadecc3610348ad101ac9d34c140558e60131_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:6f44a8a62a65945363867dbc79a5c43965d5e136766fefd02527145d53756ed4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:ade325055aefd73a89a3e5d35d84c94b26c897986b77f7c887b3a435ee6e297a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:f841a5218782e8b9a3c435de0221c73ac6d5b4be8182609a074b99f1cc9b1f6a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:158858bb077286091d15b455154595158995981e1127e881694c686360d03d52_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:3a3b2fe2add4ab147f383874b55fb9d44c1067d915ab069c3649c321c0943d00_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:4947ab92f96cf1c2af5a7144e1787f90252ed0a9a0ae4729cc7fd61a4e671d9f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8@sha256:4c06d16fe27f05724900f1df1db6d12b951c86c916800007a51de53aae260d64_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:008744686fcf83e9d9d4abd55bf1622d0e9f886570613835d29ac3c8cf9ad648_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:5e45fa3a09a9bdea3957a74fe0ddf70080a83e70e8f41e8f16a0957e8f8f3bfb_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:6a39ad22c40ec6dfbe75e3c01f7bfa7bd8d1d7dbfe880d011c58362f15520d0d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:c6b4fa176ccc3af191fb7cb560b28bfdca4821b23d8296167b9919e0ffc26e1e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:73fb4d147dd798f244e7c6512084a7643985ed73163c07160cfa2b03566de6ea_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel9@sha256:557527d76a00f3afdaf2f146bed0d0d28224d8a063b1c9f88431ebb40300be0c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:6de7f07ca16a08f783899c687c355837fbe0cde28b8c5c25939524074f717665_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:d7db2153c58f0081db7446ed10fef94f0dce66b4dc909e65ba2c305161fe06b7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:30ff8f03b8eeb4ab60a86f9d72e596712171f4dfbbe7f2f74e747b596c05e3fd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4bafb9b1ccb421f617f7667e59fbc90d02a96f7955fcc76db9274a06562f47b7_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:633915104a44211fbb4ae16a128c60193cf266104345c664e8b28941cb051208_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:d08e59156c0c66dcd4b495a4d58fe8757445adf500fe4440b5f1e91779098384_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:680aeaabf1d04ec1242ae9ab0fc577ac095c170301a24cc07b2c20c06d119fb8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:a6d3d9b39379a76781f2894af08bad00632afbc1a6633cce43bba5c69a2c33ea_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:205ad021b256f031ac14686f61a5affc7ac8cab6afc076855324b4d91557d4b8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:c89f326a201d6b89af2d549a8bf35ef22ff4a82b5f1387a1aeaf4c691bc2b332_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:23fc1a55b530e3104c8674947f67e4e750b9b4fee1e71881148f5f532b558bbb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:40b70676d066ed2a7a1c78322ab1b96ff1c84a5f9cde846174a0b9d084cd0d2a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:6a8d392a88b7be09b2549e4cb5469a5ef748853072bb5354ac34d1c20a9690b0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:acaca7b68e729672aacec5b83f5349dee6eb0cc360e5f600aa9103e9026e8501_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:809682a7f5db22c4632cde8ec3cd0af3eb3b4a64bbdf95b7330b51acfab69925_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:e55d509c2b8028d64a64936fc665c013768e05a3f7019d372a2d7f5738e5db16_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:0d0463da3daa13d5047641085ea55f0ff09debab78b8a0552f2d2faf3f44c6d4_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:a3728c574b252b0830bd1df8e3e92a48c3121276214870a95c76ac12c108aa6a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:3ed7bf4ae76b1b3deacbfda0f18856b2c149a827c934c68fdb7348387c3148fb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:7dae4561dbbf68fbb3c3e6190ddd8211b0d481f3457f13a4ea6ace475361a7bd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:447feb4c7d6d68716de5415cbcdb9f44aa594fb32c06480cf678b06788cd98fd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:f528b1517558b6aefda5c2bf23022ec918207238a0f4b759bafd7d54d0691691_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:5971fce447489bb15c3cc4cd9996e321cd8baab37ee170ba335b6ace45bd14f1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:dd10f8f08a1d5b063354f44376a68ee07218288077b78ab46e8e8ae75b747caa_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:4899f0b1592431c277642bc16581a656d5e717067da2874bac7c00fa403c06d3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:db23b81652e9c7cf4fa25ba4a96ffafb07b0f5b2d923019658e50a07e31e019a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:1df9ed6540864562e105cbd7c275b0d066d028d4f2cf2362cf73a8ae5175fe18_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:8665625082320a37f6cab1a564adfe6a8d044cbb04c6ea948f15f093862358ea_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:625291292b2d99ab0374635a3190816c51e579dcbca6a0ff2e7ed8f686213cff_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:857360f334810f937fd1be07343b3a4fa20f48f9ef2f47d24bf07787683d9f81_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:01c0e71209c724866d3dd9aa76163ce0d4282d284d148f70d993b23b74ce1998_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel8@sha256:0c1811483c0b6923b5a03a43b3f38fef76bf8317fd2469d476546c2fc308d89f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:18f92db1fcfa7a6e159cdffa6c207576fa38fe8e39542770b49c81ba7427a0e6_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:4fd3b89d351ab5e4f5cb3dd0c7eba8a693466754fa6335f5d8349908f4a653bb_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:c58cc326fa3ccc29ccc1376869983ba77f555e88a5102e5439bc2c0d61605484_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-installer-rhel8@sha256:c6fad737f5f0c071d899858498cab7e031d424ea9ff5967bdc57b64e0a85905a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:191f7f1b1a766500f8365436c2cced514c795707e232187ef500b7cc4278b214_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:406b265de3e2cc470fb4d86ebad014965e31b95fcd255a81b7561c5e8fa0e56c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:865724525f54668e194725de3701a548e253be9e4f1debc84dbde854564238b4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9ae218f40503da16a9e065d8812c303a9e349d77be1f1daef1118bb0f0e1ef42_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:4c797b6452d7bcaad38f37c65d0618f5dcc998ac5c27c20e9a11b155830599d9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9b04f7201f99279c028c528620ad50d94fe5cc2d74ee03b542b73fffdea494b4_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:af3b7c16a22c617c4a08fe22aa57038e82abaf27978d99598fc89c2587e7cf53_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:cfc288c31c5c00d58db6e6ddbf2d2f373dfb8dc67ba7c6d55293cb6491c29b04_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:370d9cf25a6331bc61f15927dbb752c9baa6696cb69f65a582c82de24c8ad7e4_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b00ca84a415ab24ee61ff3fb7fdc5334ce045125a14b4b76030f46c3c4b910a3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:d223ef0499483832b4f1efec4e1128f8dca303de5fb3ef18a1e9f9817cd4d534_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:fc42947a5994fd05142537f6fa8e7ec3d33c30f4cc5db5c83bcbc04d076b9312_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:8d5b7a2c9c54b30056336db174451e0504a6b70a3ff9376c1d6bb87788f90103_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:beb39083588eb33f97c9fa03683e74b1c51b76874ff8c1feda55cbbb27fe61d9_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:ca54639add5ce3ab35219dd58e1bfc9f6fa38130b0ab7486c4aa9c563fde87a6_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli-artifacts@sha256:de303accc9d9479b98214dda863ead61ef4ff07d24234b4a23ffd1e7e1c8b540_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:10c928e737116956e8b4972554eb7a7caf8ba82ef7988ff1bc55a20faf93a111_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:4e548be4269f413c54f23fa6e6be06c229f6929645d6dcf53b7b42613298e185_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:b982e659668e0b6d9feddc5664b34c92de8626965fb973af3fae7a7f3f1f0057_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cli@sha256:d14d63c929e558c5397dcf01dc9f48fd0d17cfa1125673177aa58ec64208deb3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:6214236f85ba29ebb5331829fd59c2e6758256d32e12dfaed7d8218db03f23bd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:6aa15ed02b87d8748be79fc881707a0506bf616d8c71d2e3ff6bc6831f80ee72_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:f713cd7ad817a6f0062ad246873378f7c1cee829b5b83c72efcfd4a70ed644b3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cloud-credential-operator@sha256:f904fba09d99a7d6ab7583212174b78bb9ed5fd3bd1aa218d91dd18864541d12_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:05c44b7f417db2ad8c1a23bc01e62becac3946102369bb26770309285c377951_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:0cb142098aca9137dacebf1790becca57f45e736d0ec049d6e900d6328ac28a1_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:8cdf51b679ab14cc5f9ed2d8265e7959b577d3ca1ccd0d698a6fabe5a11ab4d3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:c5665d7410064c6b4dd06328dcd62fb619e844dabcd5b218dfb10c3632b896e9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:325bd6adeb9eb27493b5f7d117fc82e3cf8a554c618f5dfa2448c3313b4943fa_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:4c4ec510e2eda60fef2a6ebf709c58da55a4dc6e584a060264854d9142ea6a0c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6ed4590215d494f1d630556163a47ebfab26a0ea69971862c9864ab0bb370b08_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f914abc670168e625021a71fa9546c2d28b4df490f21ba4f226a3c8387d4dab4_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:1aa49c2586807e952cdf7b1d86c0b3d25a0c3a32df62dfe3a777fc8b6cdfb8ff_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:246fbd712d6b7ef83cd83029c8998ac1b29d1454ccd636f8f6dc8b47bb5b6b56_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:38d300d9926a4fcde7999191efc6d99d6154baed0baa00f3f80db8234ed1f7d2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:3f44aeef785c94afe6707cf2457557fe8c6c9eaf72a000a2f1a3680a04d65411_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:5a3d3051df9f589ab8f3c326621f654b49ad33c715fcc8babd4ec35f473e8e24_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:77c228d758f0a2ca9da46be4c2df85757bc4ff9fe87aa6cda2ff2b1d50f86429_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:8e1371a7bf53ef22fca75be240eafacc23fc6d119728f5d0d71a2bc149798de8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:a05161338c6d7bffbb1b294f00dfe1d3a53cc2f7a97553cf4e050315021b75ba_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1c78469e53ccad316db280cbd0ff4f845a2db0c9986fd7ed101e08ac5c5b8db2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:53c49af94fdd23d39cbcf433598c3f3a40139903631ccc5324b3aa49e4e5dfc6_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:ebdbd79898c7462a90753afa2ab80a33fa6aceedea93e6cfa036a55f31bdd564_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:f842a1e9256475b3a5a6dae87b6b5c2d72cecfebce08ea44db5449f7854794d1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:74ffdaffe00b754bdad913e6699b44aa293f880e3803c00708d853202c20f745_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:7cb9bd477e9f0f711eabeffee9f25f39c7985e7a27bdc46411b6bf4db31f8d53_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c0f06a3d5702010cbd5187f1b34b42eda35e2cfb5431aef3186037a385b57233_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c8be479b9223b21c389fde445e2e5d1541a7e60267fe07bfb53d64b6afb00999_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1ec6339dab77c900022ffcae585ff86041ebbe1d6cb8639d6167ad9b97156f45_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:b5f1e96b420a872b91d1d22766e9ce8fcb38c443c23a4f4baaac6892b3c6b4f7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:cbed4b61ebdcecfb4c459c7ccfed58a1db918bff994222f639bf2aba73def0d6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:f73ad509fa3ace02e50c9b1a3eb6850a819c706e93bdf88b0a700dfdad02047c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:38370fdd1910afe69d0b9e6ca55873e2db83b50f2182cef88ed7b12697ffcdd6_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6cf68975471ddee2804b4de20e932a1e1a1ea2ede27c614ebdf5ada4ea690e05_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:7f03465e59f1584ad52fed99f2ba8bbad123d1ab885a467fd69bac0ccb9a0923_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:96f38213da8a879118599dba97472b9a88587a1f15022648358360f368b6c744_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:68ed9daf7a0d82e2759096246c1b9eb07f97353c3f34a613fbf6893ca0d3470e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:974265ec3898a056decb3965f7c793a2852545e5dcf35e9f7e4bdec328c15c5b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:aafb8f5731b597fc079f76e4bac04da231e0e4fae464b83b7c7890b5f8ca91dc_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ed5146205b69538fd31b42b0114cf60015a47f872743a73077ef971d64d64c58_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:4aa00ab509205843236296fabd03a2c49e021eb135a91da0590c67b79694cd94_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:7bf12c94e1bc56b593af9b44bdfc3387ddda30c4a4ba762e8b89ceb714f3df65_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:7efbf4df1e8e17ca25087634b7387d0763590e00a33532f86f48b266199423eb_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:b7623d88ae5520b0ec76fb743d9c788511fa99b0ab0f6180de42d017dddc6cd9_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:41dec92ab759c44ceebe8eb15859b2ff29986dd5791ccab79f91cc1786a0b601_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:8014a45236ce64d0e0f3e35c6978442fd4f9ee21fc3f95e51f20dbf12e50359c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:94eff267e214468250b201f0af1de5bee5aab3e689d1f8bbe42d66f0c2adbdca_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:bc3e093b2d1a5e3962b9f02707aaff0d7e0de545a4b7a1887e79538aa2155fc8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:54e4d8b1282351915f2f22fa4843d5b4d19645dd890c4675f35749e2415d476d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:6251627dcc972c58a39485c410c8a264d140b876f8b47765687a310ee4d28524_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:85c974e095e262ec405d402ff2a2c4419824edfb9859352c35fc0c8d1bc64c8a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:a40c7d9de59a25a7212b6f43f281647ee45e21e948d718b43a780f741b0dbbab_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:a47be1e76eb39ed50efd59b57dd26a780674d022ec9d07d0b4954bcb309e39c3_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:af65a9f612d1e28e2b43f0917dcd06cec30dcb20366aed6a40908b74c07d05ef_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:d182a13e89c363a605f2e6fc6a3e554fbaf27b9dd405ed84fccd8ed41bd8d8c3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:f3ec661872a5234517e8761e30e4e15cf2c7015760870d8dadb0c3f07007c4a3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:2186bb9adcba18266df62a838c9e79c6ee2b3181a97f6169513fe5202c0a75eb_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:6d89ed9ee8ac602fb6749bdf73bf0660df060810f805dbb807a903ed2dabc69f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:77a2aabcbd55ec7fc076d5c23ed8aece5424def3995e624291ca4f2139e6a82d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b0b0ffaab41c61cfad9ecd127f6f4e312ac45d548d77694cb470170b7bc540de_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:50e4d73d1ae6212010a58a15d5192ba8e60829e0e140a6d0bc849691c5c2d78c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7f0237ff4599cbe5aecd287913b9600a0bb36f2fd334a2a5691736cc6c5a8ff2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:862b9097cf6e1635d30fc1cd94f00f4656bd8170fcaf908bd058455298c46ac4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:984dcda6b5ea285c8a07461ff2279685000f35bcf3acc71e3b12231c782442de_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:02417ed67f618617fcca2270744e0dd3cd81a62d7f5f5da6e73221a7dee07649_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:b3b52c01b3d3351317eac2e4cb1e2b76bb4eb0b4698990b8468a9c26f42ad820_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:d94be231705a6d833b988b01a2aa5c6c8b918fbc38bf2ec8420bf133ccda55c9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:f258283c5c32b7a28dc6c33a761eb7722a782773745325fbcd7bbb78349eb2e1_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:3d64a1e4f48ea11056d02d8fb29b5c5e17ba298f0a603e964ab1e448033fc66d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:6f737b4318a8f2e96c34c1f1e97ec23530533bdb33acbf9cba8982f8405f5aca_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d41416b2ae6fa0a882bd778f8628cb1258326ce3f212a1d956ba726b74248c60_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:ee83baea9ff008d502c891af974c6ba419746967997f11c13266d7b02f7e8296_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:1d2c5714949f40e168358c505c0de750f5e2dc7dd0b2e99d31fe3af4cf1e864f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:517c74dcfbaff35ef2ba329a74a70402a228c77da442d263e5d3080ff7193965_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:9cf2219dfc08fc0ecb0f93c2e87ae9f8a7cad90b221742787a0cef6cfc62f007_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:aa18a0e963b906f041d4bf64c304ddef470fe78475378e11cb3565e5016beb06_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:1bbed360cd870566238b6c800e8522f04f02d16712c303eecc361af33fff436e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:28da5447837549fc35380edc0dc366bd59216852c59cfa2b3d512cf8eebc679a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:2bd88bbbe823623f5774a9813c7e43606ebdb6cd87b2db7fd78b7fe0c18f842d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:c4b67e9207ea19d96108ed0117181a716c10d933c89ac036e49e952953cc3a2f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:11aebf8d07597c63ae5cac4cbc04e38d49ae1a4f8824ab22128e0b5c39e805cd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:357f6ef38223cb776249a04fb6ec29d61fbd24f7b31a5730544e449c1a5d9d6e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:83121be160c1fff1d16e17aea4daedde7e231b83ccb00349841494e7f87a8d1f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:f2c98b4bc7bcbb9ade56ab4cfe5d44c32bc140b52a7ee9c5b9cf5957b7ada1ad_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:0dbaeba61694470f09eb05534c1dad038e310311f75009af32a0a1f43d469677_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4896946bdba46feed18276c4f29fe059ede4f60138c966fe9113aa93bbeadee4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4b81f38f15622b32498dbd192503ed2c54462959485ae48e47cfd67239181003_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:4c02ec12d1f3762f4b2e735cd1600a00fd1bbc62130e005fd9842bd3f7ff7f6b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:18899c6aff68b24c792281604e3356f6bbb48d3f09db95f8b37f99ad7f8c914b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2316808c7649cb351257c6c2ee6aefbe0c0d561b822e3eeb18e85dbaf04491f3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:451233d80bc028a63b160526e07b233807d872f9d4e14da6ad4be96f64f29491_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:74fb3a4932ce350cd4da33d57a4fab1269bdb5e446fe8f93fada1b304a622ce6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0c7b57c158314b2f956181a8b28a9f8d7f83aedd8c87bb9bbbeed76a8fd7ea88_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:5b88f0644f5b8237cf8b3aa0f6ee1d8a3899a912ce6499d1bee0aa902b2f8f80_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:672d284b3ef447aaea1bcc0a14c677c309116218340929ad59eaee178e9e5cb9_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:dbce5221138c15a4aef2f65c3db8bab5ef127c48f3a446ae085a203d8591730c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:157d40ffe95e88526691e06daed0064ca15bbfe1aed547f3a3b968b9c36bee0f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:3885a8026a64c7f497aaa90c50ca93cf1479bfa83ad0d28c4f49cfd3c5220f66_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:457d21495a1f47cd6837f6263fa30652abc7a215c01962507a1e1bd6f4968a09_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:9dec3a959d916331f6d2a59ef1e222ae4ef3d170cb344e2add3937966cf1c829_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:644f19b57dde50e4588f5cf1c4d72ac8d49dfb396b7c04d59dcdf6e27bb12017_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d5374c58882769f9d40f47d7aa8f20b1676842c8f0cd8b55a01d6fb587ecbfc3_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e9424fe4b804674ac06d8902eacaa8bef0c09f2c7441460621e587c10c079826_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:f89289e63a584031efda082e7f77bd0ef4a28c815b3590061f8a397ee8e5a697_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:01eb7dbdb11a50a229196f82930e647e2080f53224bb41ca2a0fe6349c5d8d03_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:1e7712eee6328cbfaafef32ebe96031705ca193298de005ce69f63dd39eca9b4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:25eb621a41d2e7127f114416778c571112fcfe768281edf5e0bb25cd77235351_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8@sha256:ad58b2585ef510c8f4c8b074085bb6dd3e17ed3248d7b86ad3185c76ec33b899_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:0f04929095116509edbbb1bf2a5c4a9ed725acf2a43307fff7cb5e4d225e553a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:2b9f99a6f44b8f7f39c4a78ed1f17726c933677102fa6953003ad1898f15ea94_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:edf6a8244ae0bfd588371101aced93b5ee8f5073309daa7ef6e407b4521928e1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:fcd4846ca63a5c2941046c19d96de0bb06ad4205c4f980c844dbd0d98df00d86_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:053cf21c2a3b09e2ba911c181d3585cc24390ba0ae4c130b9751a499c53a3196_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:154bd45ca42951efb3bcca14a5fa0bf055fe8c27d2a58e593e11d24abe2f98bd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2c0c232df35e9d03ef13aaa8b44b12b6c9ca2127f0a5e827d46b6beee55d856a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2d55f19aae3c983335bbcef443680455dc9e7b0ad49a8779e42165f505d19b5c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:01a8046396354cb5bb0c950d4511a3494b9e0ebc56b3624a48b41b60e0b8a30a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:0965f3fd7423e085d7682717f97901bc43da7a6f8aaf1f30ead9adeadf0ca649_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:33eac7aa9a8fc302b48f4541dbbef960aed461f73e42e413c5eeb25691a73905_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel9@sha256:7d168d6a6f797e925777d01d55bca9e2cd7f6b30e52a76607475935a7c87bf2d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:669d559563c8ce25ab835bfbb6d05b7df7fca88a0ea9374d50bf8373265a8bb2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:802a812b969112861ccc9a78880d0764af5c89c15198a594e7f8c1d6c2acfe0f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:bd2a533eade7e9a0589c83a3dc428d594b174da8c4eaf612d676d342dd1e7dd7_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c4efa347b4b2a9c938ad8bb772d1161a4a2b8b1e54455b0569a92c2f29cab2cd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:07ce41298f16b4f99d8cfaef9fe2a113855c4181c3b211d6c1f9e4fbdceb7d05_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:1945fc30c009a2abd77ec710cdae70cd18c726f633af7d9d8248fb56d5329638_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:566214654a337f7b2f76cba30abaef7b5abd496d0aa6dcf710aaa1dcbf740863_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:a98ff558a980eac6d39c3e2d8275d0db333679521d54b919fd6b2c11a739f387_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:8b09b7ddb7949a9db7af4e4d1d8f15083cca65cd704b707d93a7d21a9c9e3c13_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:aa426170166116c40f3ad7a70d05d197188ccae8023e802755aaecb2decac985_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d4704096bb00b1d854cde90f964aa319d2898d407794944ec0025b386264f2bd_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:ffea3b9a771b27a8d8db70ef73a5089c7e343a26f5ca93698d490d2ebe67d206_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:26506524326c64baf2e77da8073ce297d72a583d6ae194516bcb6a32a273059a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ca8df7b4917a2c1b7a22e8f753cb19c9e92b15487c121e94156961d5b5cb7681_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:d2b5095502841f6654d21fddffc781f20990b586480eb4b56fc6414ed291d7eb_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:e86eb8681972ee463d5dbce6a583dd035f2c38aecb09c3a6059ad99c3aeb8d31_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2003bfefc53e825002c66cd6aa5035d13db264ff9f4fd8c99e18683c1c808f39_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:284f8b74d3e69b69759f45116d07782376cda8554979535ecb4bf9aa8886af56_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:546822ec9a3b2688b4c31830872381cb22db5b476e89462c0e5e448ba96cfb77_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:65d9d9df5aa55831a1627b179412760f114bdde969040ba73c585c6449d19e36_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1a30ca1498e2cd83d64956812ec1facb07f796fb8db50977f3ff561ceb0da7fe_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:32700244d0578c423c636b0ef01254d823d0432125e1ca929d0ff1e115a446c1_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:b562637dc56ed32a75a444ab2f31d75e7741ccea5b8a3c004df4a42ab1270d6e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c2a8a8f577ed98972d273ded3df429d0651608c8d46354584a2fd85782407b2e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:2526b6065d1ccfe1e36fe5b48958a22737b1243b3f0df10ee3d27e0a62fe340d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:34108f69a1ae3d91059fc955d42ff21e50c12390296677a94c4e691a0866cffb_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:4c2712c451f03ae375bb6f122c17ea1c28f6c52c2796ff64a893630733c6caf3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:88999cdfcf7d367056945f5fbeb558c6ad8a9c3e068e67724d12090341341bb8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:71b555c5e31fb0c3ad0c512f937027a14b1dfcdd4598438bda3252a8a2100c1c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:9c69c2600d5d0317fcbc2650fc4b52d319a32c3df9db6b5543b6ff254c3b9fe5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:bac49120f60baf152357368e241e3103a5fe6aea171d8a63917e8798d81bded3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-console@sha256:f270351f6697f9d7d3d8382f298956d6e1c5d9e8ef38317bfa7121e9825713af_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:0f3ebde6a312b04a5020957783e5156456dd0a60c9e1f009130e295b0143160c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:d878af0364938ce585214d77b78ed92b44c916113405f0649d1e727f9c010b3e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:dbea9f717a33a02f4fcbaa6029b6830b47b561fcab1063eb868812794159b303_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8@sha256:f5ac07ba3f562b9c62461916f868079fbbb47d95b24379b9ceb55206e616e140_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:287c800f33b7bb17969c93891edc40646cc48acc9b741138795b7f041c82bbc8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:53ecd2e093819c381012a057628f8e614c85f0c58b6d54e378e2155122ab1d8b_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a840761823769c68291cefa9028e0a6f87b6625588b1850d148b2f8ea580d8ce_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:eeb3bd21c506b7558241ec2458d57407860998b91b4742669982073d6612a9bf_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:1a94c20db46917d931dfcbe19595ab6b4ace22f81ad34ea6d329eff8def1f0da_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator@sha256:71d75fc8a847695728ead4620c5d19ccfc9b8bac9f51521af7ebabb762839425_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:99cdbfdac01ce74763ab9304f3bf30156bad8039a454758941bfa2c96da4787d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:a56d06011589ae7f1b0a338ae33423e77c559a93f4bd8924ebbeb16fa341a7a2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:299842fdbadf955534b257f3c63126a79fb14a9856c4530df09debde212a2384_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:7adbe4c7a14a3d470820884da692bae174fa6d170895c3ed4b02311a66294ea5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:0b264678a566eb387b44b5e8e2ab61c5e12b594aff4db75532d9fc8cf0cb3a78_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:ae2978f43a4b765fdcd8abe8e91956a0a1e267c0f76593d94e52780fadc68388_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:dfe83a3416da5cb195d8fda8ee8eec794dbeb0135de72e250bc965ef1f70bfce_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:e6e1c74ee273df32544e6119badf3b3c260e48c60934f67a7869dd739d020e1e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:015b35c884c0e9b5c3a2df4e3874610dceda9766b1db231a0e99774481c88bea_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:170dd5cd1770f1c560d2d0756a619a220d15c91c8d8d51ea322818be40603ed6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:7f43c6487ef0d6ee493fae02ef100abc813294f027b702722f38c619a5e8206c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:d40a074405d58180667a3722571285167277e73ef4247221e5b5c235ebbba38f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:1fde8ae44f15902a4a5dde0328cb037c74c40ab527db4963b5d703c35f2b2c6d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:8a13fe639a4db964e30cced1f77214a915489f75b2634356259a03f6f280d856_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:afb26125636804082e2827f1d473d49cd492a6356365c186f69873ad8e24e099_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:e9668f534471f09fbfcb31c76be4b68a743549c50255de8fff8fd0c8b4a34924_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:0a67e292a5b75f818272a3302f4d2d334ec57e5e0acdee47fc6da52625e6fb60_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:50be8ffecf96273dd18c233edb39db8e3088bb79acef2884f47b64a543f15e71_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:8fdc9fb2e35d486efdac44adca6152aeb6bed9fd88c183d80aa31da96e5b8c6f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:914fe11be86c707b3e2ea354c5a1c0cb72affd6d9dfe63ae2438a1a310ffe4c6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:53ee6ae093b31ee41b13bb67b40aeea723889379ff822719c8174e4272cce99c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:5e9cda0da90e658e08a08c69480c461701b03323aad484d887f12fa3e11bc9bf_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:8921a94912d602af5cb9636b2880c1ec7d8eff795473f4865f4354ea2079d428_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8@sha256:d9b23f9f6c407010472286a31c17e8358a19103fe03260180d2d615aaa91eceb_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:53ee6ae093b31ee41b13bb67b40aeea723889379ff822719c8174e4272cce99c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:5e9cda0da90e658e08a08c69480c461701b03323aad484d887f12fa3e11bc9bf_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:8921a94912d602af5cb9636b2880c1ec7d8eff795473f4865f4354ea2079d428_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-provisioner@sha256:d9b23f9f6c407010472286a31c17e8358a19103fe03260180d2d615aaa91eceb_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:0e598a4bc8097ed172a8e3e8058080ae3db89733c02644047e46cfb65b7d3b76_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:595b8a01e9b2189a3877041ce66509eb2a2a13bb0d928b4fa772e7d22d7e6bb3_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:a59804ff3479bbdd8249f52e145ad8099e67c790dd353684fe6faadb7246f3e5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8@sha256:f5bdcc739dc1dc70a53c624c35d3e5e9574bbc67cf488919041e3ff0a11f009d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:0e598a4bc8097ed172a8e3e8058080ae3db89733c02644047e46cfb65b7d3b76_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:595b8a01e9b2189a3877041ce66509eb2a2a13bb0d928b4fa772e7d22d7e6bb3_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:a59804ff3479bbdd8249f52e145ad8099e67c790dd353684fe6faadb7246f3e5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-resizer@sha256:f5bdcc739dc1dc70a53c624c35d3e5e9574bbc67cf488919041e3ff0a11f009d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:06e2320e7c46ca66239bd9cd22eeb576f1c42f3acd26b8db1f6976e9717676fa_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:cc795d7a0cfbefbce47789c6d49532a9a41b8d62075d4c94bcb265fd3ad8ef6e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d87fda521517b9b5505780eb2d84212843145098e70032c9996b3250222fe604_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ec1000141bbcf65e1e79f4dbfcc97968b05cb1189cc35974ecda36bd2b8d302a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:0296d6ef8495a340807a800e8064de04bffd08cc24772e1482ea34d3eb39a83e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:2cb477ddcc46f5b57b4e81a8ad1163c0d3a13676e7079647dd2ec4b94281e9b8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:d85d011efa26fcf4fb9049c360e167a82f0f332f006906f945b0f0048d60da03_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8@sha256:dcff01fb6c0c0477daca085f3ad54d39b6480f139ed59cd1fd4eea9077068889_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:0296d6ef8495a340807a800e8064de04bffd08cc24772e1482ea34d3eb39a83e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:2cb477ddcc46f5b57b4e81a8ad1163c0d3a13676e7079647dd2ec4b94281e9b8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:d85d011efa26fcf4fb9049c360e167a82f0f332f006906f945b0f0048d60da03_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-livenessprobe@sha256:dcff01fb6c0c0477daca085f3ad54d39b6480f139ed59cd1fd4eea9077068889_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:5d7e619ddcc71a0244aecad37870bbe6a9bc993db053b68f57984c84751244f7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:6d0070709140682d4f91f5e7e1341cdfab3d992295f246a3b8f5394a3c290e98_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:8b8a1b6c5fdc802b3185d5a91bd9c68426307526fad048ec7b7360d2885a9709_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8@sha256:a4b5e6597c79fd99492ba89777a51a9a0fa767a9b174aab5ad38eb6f7a195634_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:5d7e619ddcc71a0244aecad37870bbe6a9bc993db053b68f57984c84751244f7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:6d0070709140682d4f91f5e7e1341cdfab3d992295f246a3b8f5394a3c290e98_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:8b8a1b6c5fdc802b3185d5a91bd9c68426307526fad048ec7b7360d2885a9709_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-node-driver-registrar@sha256:a4b5e6597c79fd99492ba89777a51a9a0fa767a9b174aab5ad38eb6f7a195634_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:3f240b50f6973f1ab0ab53fd897acd7bec248c417923d56aad6630cee4bbad5d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:69a9487a24d400bbf3ab5bed205f622267fd19783a1c159669359d706a76c3f7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:778c6697c773971590c2187e863a18d45dbde7780c0da354a96480ca7e742b35_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ca587a8911043d96b60e967e4b2e33892254096414910174e6a7c395583e97b0_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:11801d98d9d8db5c37bc0bbb72aecc2eddfd0836d079f91a8018dd297e6f12e0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:34f5458a8d22a1b295a6cf6be82bffbb427aa6421c19609d37fbdb0de53afd48_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:5ed572029d4fbbb484fc3562046de00f7deaa0639185e26adb2210447a8ff958_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:8c3c79a3da45f6960f8cb68074488f8c1a97acd2637deab99b23cf5feb3dd831_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:2c452c9fb2f82e3b4e746669a2e8fe16a63cf009ddfb94d698529cef8f6ca8e4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:4eb82f07e01b4f66e34f933fc4c1ea0f09a8e227a216a732290e62db12641ced_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:7e411329883832f7e0e9bc7bcd716a5cc48898a051351176349bb877aa7a1704_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-deployer@sha256:fac2397c70e1a2d1457e45554f962daffec82ff643df596e3e0d47e2cd4a5727_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:71ef3a2f7205d5a4d2e223ea82ae0f8911ea9840cfc819e78931b5d8d7b3960f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:836739cc20594452479eb9db8a995d1caed27f82d8b1e7bad6061b0a7eeb3f41_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:9a6743d451c6a6223891fc13ca4e1f84328f5cbbe5be9c6f4a5505e47d894651_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-builder@sha256:9b08cb63eae04604aa25e2816fc894292b63287c078922296ccf3108254a420d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:30a8075c0829c7e8170fee4fa1da1e4fc8f8fd7e98c03665692a0d3790a3e404_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:91eace031f4e244ba7c82194f0d9e4c42e1b3f83b4cea8281fbcff70a02855b6_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:a3a947c318b1d2cee8676949477eb154eebda2d7b01bc83aa3ab81b305d0c123_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d4485629dd69e3646522bb0c6fc3a616fd20e9e924c83481423beebef6620ed6_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:0050083f13ea8e40679295049c4312081d38904d8ccc1396b80f27544d01a06c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:1fa5db1d68336e05f0559c44f107e2968f7e65842d878a25355f37ff487001d0_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:b8901c06e9ed87c8998625b99ee186ea5ac8a0a89c0263e210fc77f6b02fc36d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c90ac14a629770bd274536af0f82519c4247710c79acca953a37ae18d5108861_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:61ae2afb181d20ddc00f7f0f1a6a206221d15c887238ab048e10f838995c3d28_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:92ccfe03e0716617e78fcead09e592075632be76cb4d4f906a32fbbf1e7f79dd_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:92e8805702148fe8bd56ce06cd18da14eca209207633ecd89b3b3db27e784d2e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:a74af849f4f9b5eb17e812d798711ea57b234c311587a46fccf80b449e2ab091_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ce86043ba90a236d904b5bf8349678a139c9d12abee75b13e20b454762a79b07_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:fb673b9cd4bf5792fb1cbdc40d8ae3787b0c371157078ffbd959748ab0c19db6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:788f14d6d64cc43d2f137a2b5a2e13e80b6d7bd1c5db3aace5fc90b090cc1325_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:b1aa6c712d6b2c05c5819d89c96f837a164cc978670d9ce0ca3676c2bf327ab7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:e0b18dde5738907a0cd2a7e54a3a37bd341627b6e12c2e8901cb5350e78e5f9f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:8b774ec1d7062dbf21f9d4c9c82926a333d4b530dd31e907fa292b1673c17f22_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:a44db4753020da0574e7b2cb486ed690ec6d452d9c9a86f1a35155b3203c3f14_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:fa22ce356479e36e38b28420a89c51826e52e4ed29599f8d81b33a4c9f17742f_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:001a95b33c0b3c3c0000b21d4e6a0802ae3663c1d5c5e1c8b8bde03e248b74e9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:0f1a47dcc7b5e8d5d82076325fa73ec6bb18d6a7124bce44da452848859c03fd_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:887ef213faf48dedc023d2c533d2b414f5cdafb4cbe79a33841d616ee1e6194c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-haproxy-router@sha256:d74b26dbce57d591c118a178762b14e8d3663efedb7e3bf423c134c04361b4e9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:39575d20a0b0aaf4e66e34c26cd0ab61fdb672d13cacd4b8a46a05355ad98808_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:62ea773b1ca80e54dd81986d7aaf175916562abc8fef3a7a0785bdf976d43f35_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:a70b67bb199914cffdfd5a61528d442e434bc3dde0192e91f68cd7a23ec20353_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:d53a31a064e2d3620ca9a6625149b02efbf5bddd3592afcf355d03f6539c689c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:00085499aba957ce0074d5f821884de04c511d20153293c39e85fb4af913c679_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:30cd4b0203521c2313602ce5bfe38fb36826471bf97573a4581662b579199d70_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4b5e0baa200d25a4e50917bad8abdea3860f7443d634ff316565da4650c7fe31_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f260327ebb92a129f41f5adbf40298abc26df6a7e1a88d419533b4712498ef53_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:1d51e5dd1835cb7d0dfc3507966c4d9811619fd68debba7a51f92351ffdc8aeb_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:d273edcc6cdb663d54cec22fc7947d30417ebde92772f7613ee71df7e245f8c6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:23ca2c33256242f865b28d356c525a06f15824a5b407827908fdd88909399ec0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:4d419fd5bbe80740a39821dbc54c463ba88056f16fb9dc367cd55f4704c382e9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:44d79a4c2279ff4d86d2a763c7d54209f9e24638fd4d1cedd5579b19ca25f5dc_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:798b93cd2c8dc91007f8e5ce984a9416a523ca1ad1d1edb48ee299cc38a7298d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel9@sha256:6089d0673200ad7ea54762cca3ca1b913ae4a48fc12ed42da637b6b17a6fb7d9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel9@sha256:6fa9719d09f35aed806742a476df49fade99829cfb07583b4413724fbfa1c194_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:2c22af5ba4c507b1d44a2f1b2b64585ec6b7225fdfd507cf9f2691376d169819_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b20ba95a4ef35e4a72e3b861655d236da808c9392f6f5b9b7b760f4c1ae12bd9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e93e6e39e6a94f8aed80905145fe08b6679dd15a84ded4b4ed0b24b0afdb36f4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:3b57a94699fd5667ccb1cade8f56ced7b4c9bc06969da3a9036fe4963a6bec0a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:d2e27e8532fdeecd9de5f9cc0ed750cfdfd92d82dbe142601c60d32693e67277_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:017c35ad3581bc5d47691821501fad35bc737e5c8aff5b486fd85905d6f815ec_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-image-customization-controller-rhel8@sha256:d7c0d00e80632f5acfb1c3bc82e579be6b79e15817540e9c91cd6b3a1b3f6ac8_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:03d49f30a46c3674fc120b13433e13a2fad082c984014f459ac7f10ab3e9bf97_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0a7e8b5f1b1120382de52f3540ff6908208bcd4ba242abba04ba79902920efc2_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:2e903dd9147352077a4f775283942c3c66c21ec31fa80e1f65a048dacee8d227_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:77b9ae4216d409ae20d82c476e101fdd65c15eae30c619fc8c51e1213524938a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:369734364457c3584230c9b2445742b2dba5964dd7733422935bd16b71a0ea8d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:4d8b91d1d166f1ba933181bc34de9c05ac4de59a785c707e0eb695e4a81425b8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:5dd4a63ccc8ff694f3d0b4d38290cfa647c8c6effeceabcd86383af0657c1e38_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-altinfra-rhel8@sha256:d314434ff086a17a4dda0e0bc5499d892421d66e97cae55ce50336b25c14b9fd_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:2d4e18a550d1257dc97dc44428efbfe326ea8f305dc58228dbbe74cbdfd37e26_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:bce1b5dcb9d752202065a6aac8de3ee1721b8de03ee0f78f569d0f841d568554_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:ce8fa76166c3f37ae6e855b75e43aa462b0571d2720dd15ec7b9e282d522a13c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer-artifacts@sha256:df1f7115b9ef18a54f64b9646a27393c7c949a718fadb28ab8803d955c75577b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:39cb774a7444cc93f1fbb512cad9323fcc3ae217d4402c196a926701e98472c3_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:68cadb749ab080da743feff2b120d13f66cd54d61b7ee09b41083e36671a0f73_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:8300f9d1110230c510e9ae8dbbbc4501a5ce8b57b424f20ae3e42d4918ac9b48_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-installer@sha256:d3f327e2a5f4745ad2cb946a2228e42bcf51be9715b23732eb1d0b877b6d3ba3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:7f6a13a46ae75cda6eb2d5688c851cbbadb3193ac642494bee3d5d2c5e6ea8fc_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:b92d8c3640522615577328179dec1c851becd7e42b7282d3a50f7af290c4037b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:4463bd38f33b06d584ebab15f5e2742693130e299590c038416f833e6ac313c5_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:8728d2c64b36f2c3fb9a52a1bf7ae98c5b113dc06ed7cca49c7b3e9f1789bcfe_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:4f68de2634b2f3650f98ebcda1c5c104a7941710c3ebe83ceb8fff4a0b697b82_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:a180fe7b396945b5a18274c742f6c01d726ba6177ff6721896f0235d943fd578_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:17cfcbf9d6be2d228c4cd0d8a5f23d4bee7814366ee0cf500af66a30ab43aa4f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b8e224d4897a0a99e182e966a61817a0fe93de3bd1ed78f68ee077239d65a908_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:c11fa3e642fa099dd30b99375606f82a4cfbe67017d832f32c8fb1ed58a5aa76_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:d0960e7974bb914fe45bb0d740ad8a84cacba8233e9ee0e9eabd5b3e71372620_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:d5f38f5666ed4b7f7e7da03732367e1a5d67f7f7d35c0c4bc232b5aab7f2f2d4_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:e74e1470caa81fae1509bedce3d3d1a8cdf89f814e174593ceec0be711270dcc_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:c9ec31a316089747957c8cc1a8a49dd9476d45d6e7af919fcf538a367d35a0c3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:d35056c3c4ee809fbfc2674c9085b16f5e5d943bf7ad710c6aa4e5713bcb095c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:dcea4453ca75f5c44c125c1d677f28702cb94a73366a520e37b842ba5128577c_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f3d8cd4459b8271e7718d4c5e97f92cd7db4776e719da5d7c04025e18a622e60_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:212c72d2288a050a21498a5ceb4c3b659b4bb98d0ca445d6b85a7a8b94b35488_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:45eb78529c0122f43a9443d06679db427ec2a389f7612ebd36000ff9f5ed48a0_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:d105ced863235a301224f506642394034cd0209f726a385bca03147944f0134e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:d1fb82d1280562120cc7fb356701d1f33254a177da5d0c0db90d2276297373cb_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:38c1beb577ebc5dc35ce3e31316346f21d7d9d6c297254570d6c6f8b8af4268d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:a083d6d53630f47a8503a45b639ae5c567d1f724096d1f729082bfdb9d760585_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:f2dffb118be72c4d3b75564f6038eadc0de8d261d6b1eaeef35343ede6056539_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:fe33d9c4694948619c5e95464f48fc82fab1feb283ba1d57225b3678085981f8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:20d22b7c095cbe52a127e22a428a8b27c287c4574abd32c2133287dfff3aa0e9_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:7f8d1c497000e0ae2985e9ea5a6b97f0c24d64e92440358687c8a5fa76bc778c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:bdbdf3620970cb066fe169ec145f6db31f4bb4fc768cc440f4b8df83f57f206a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:eed72f0b204935fc71bbf10495f0e5985e5049bbfada39fe8afa8a60d12833ea_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:0bbf3eaf02453b7123901fa866a7f3f056ec58daf047b51ad30e177574ef49ce_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1ce7092cace33e4ab97d548ab4c9a2388dd84e53bab452a7458c8a5ed4495701_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:7985455eba0bb60e7b1067f759f3e30ae73f9be78068f953e060786530253025_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:d01e8651edc6bd95da78c5fb2201aec7c785126bc70e0f03e0f2e6ce67d245f4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:12e6b0853b26b6504bd578914183118e2c74bbaa0e934a07ffb99acf3e19efec_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:26a6c5c8b798a039e227d5b6f02a1bbc1ca2a3c3354d98ab7beddfdf39e323f8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:9864736555736cb9912dcb1c72f7d85aa75ec96286972312c2d0a3fc24788d42_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:a82429314b1c0785c2d46c99440175d0ac8311bec3f31da3418340a2a0a55ac2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:2d6d0eb401d3529cc09163cd67fb8af3d9629ec14890e3536904669e409c2262_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:33a206e8de99be5297890d5373cb7844c0ebf03285547a3dc752c7bab031284b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:6ffc197659ebe1017b99eb4f9b3646ff311aeb2bac6d580b3e9ffaee6138079a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:8418c603da899631b4fc20e064533ca74f94b98e20ba3843b7603c9ff7cab8ac_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:02033087b0776681f186aa48725fd0e2297ba2e22bd554269ace3d51b3f6da5d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:c2a8ee96f4cca328a3791758909bf9322ece200a84b10bc15048979aa827af3e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:3fd566875c0685e36134791ffafd5232558ca1830324988a55ed8e189fe5c35a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:80d2d5f45ef286fb8ae44b74ec245a68b21300e7d1deb60f01c527586e036db0_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:089f5b6a5d58e7dfe1cb8fc7a552a7a3a525208e0cfc86f88362eacd3b11b8b7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:263187d98ca0b290168472163b9a8d81dba1077cce8d7dcd8419894ba16524d9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:fcd7799ce45632b008f561ee8688988c8dff42b9e0677a05302ee8e325e5613f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:2665982a7b3d16d59f3e11ddf65b1016828d746db8aba950d9094cbc5fc3cd26_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:8a152f3e2f884f37e0c222e8ee47985c2363cfae12745eefbc305b30158110c6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a74dfebf03b4e0c686a285f0b71653d37f945c6c8e4fa5e750cd3fccdda1ead4_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ef3b7610a226305c920001ff036628d48ff3ece3ff46c9727749e619b69d5524_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:31d45f4b5897554f9e459bf8822cd945a0307b515f8c2247e968aa3251bd9dee_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:439e379c449e0011dab2323ba70da96c9ae85de0c78ae65e4ec97cb9e792cc14_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:9a08e22dac8c713b0cde2a6ac9031a70ee16bd1df3d093f8533534287ac7fc41_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:f1341dbe1145a0d7f954d04b9309e8fc2d44ec306db7ac48ee48b63c29a935ee_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:1cb4e934a34d7905afbbe8bc1edd2ce28a01f2f10ed0ebc0ccb62d732009ac12_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:2ea17ca4317c75eb3a86741d6925cfa3b0f8fe5cfd14281ac42f2f61b983bf39_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:9c2d1fbec1fde2e3a0490bb630ef4de043fac05c915f6db43904feacfe15541d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-config-operator@sha256:e1848797ae0628fe6fe4b16aca661ffdd6559cbfe56fe0892c01b6885cc10598_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:36fa337753dd82ecf610b3cd5bc3c32b4d863e7ef6326610004d5ad2e9e8a369_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:805c04faa83fd96fb2510deef9c180846028dff7c8de992474c00b34bdaf29e0_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:bf8c8fc79c16f075b4cddbf83f6cdcdbc00ae5b64e11582ae7446f5d44666223_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-machine-os-images-rhel8@sha256:ffa47990e61f60b7f7f65940caf22a8340af1dd2924f3dcd6bf5afda8cf369ab_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:335e23e7ad1a695dad06b98fefe5aa1a14540fdba46000257a0fa7f269dfe6a4_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:a5fe2690e857872fc80ddd0a8e72a92508fe8bde271da5d9697cd6b88ea4f08a_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:cb498e9708e578bbd9feda69340a843f0099ea49abbf4cc88524196c6d5a85b0_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel8@sha256:d3e663795f398f7a945b75b5eb98d9171dfd65c82ae1abc583c31586bc2afda7_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6330474da38ae06e0c73f6319cee3c9d73bc48a31a155309222dbc414e76efcb_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:72ca1c3f1ce6ebd678469ad94416f27db9a6e9ffc5e22a6c0636f4f26872fa53_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:d3d0cf16422232526f461e140aae0e5cb0b5c56787e6dedf93c7e96bc6c29594_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f1a0d254b3fe80b66cea05d072d13bb9870989299d9f2c5d7c93b9ac9ad3074a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:8b11535627b9908e957068a9183280ac57dba63c90150662b14cf728238c8568_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:c2fc14113c69627c79a7b28562b05f2c251645c976ee1928721c1de0d48a14b7_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:c3c2cc1cefb6fc3a12978f4f14b3e6d3a90928b54b4cbe092d28dcccde2dea01_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-cni@sha256:e7b0213d1a1a9dbd9921ee545de41c263078dd3ebb1f838dfe150e73fb51ed2d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:06f1abd50ca304ed98a0dda0a37c62980abf90b926e596ea849edff7518f4920_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:167c7118d171f577a41a66acda52d3ebbfcf1189e2a6fb8101fcab56b6a7df8f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:1b2723e537e9ca906f3d1a6ef70a5d0c95b59623fbfd5f0c5bb6de49e6effd40_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:e090cfadfbd9d9587a006ea68407fafb1673b93d6c1f6e77efdd2c658a503669_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:49823fa689e0b99a542b3363f61c609730ff500b1c83cbe9aa2b3ed949e9d79b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:4d213b4b7b581e6ca449fa12678b4b75b06b938d16c76c054910bf71c2b65168_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:761eefac8ce5fb75389e8e452f927143acc1aca266602d6fca8c007c30d7eeea_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8@sha256:8071b85d6f58f8c81756886952ce6fae10fe9a88c83927342bd6106f1e234a34_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:54eebbf509914e15aecec16dc21e8e3c848bedda66394a51ea4088ed16f0d3ec_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:78c9f0837ce0827121fe91f53a1ae02bfd66b88ecb45fecd30826d47db233038_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:b31ac2f80176d24f71e4e1fb8bf8f153cab65e069add24cb891a021a06c0195e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:ddb1c43498ca301d4a437b8ebb23378c0db0b8e50f58b0dca911564817db1854_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:4f4ed9468740e6a521d1e095bdb6f5fa175c7e1f05550d999ad7342650948c96_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:594299d23d3fbb349d6fb9c4e059320829e7d2d643d890298b2a94c4314d92e7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:6800efa41a1f05c0d4d2f6702ec6f2fbbea73c3d3fc025dc62a5cbf3233add53_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-must-gather@sha256:dc4a15e5ce1b7f4e932a3a08b32264abf570df68e15f270d7467a43caebfe8a1_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:43594a42c2342a584f5f4b8296b6726edd85f8a00b9703922abc78320e8b6f74_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:805ea7427ea3131fab72e43f80c34db682ba3e3603b438f1315146f24f706c01_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:9f06792d0d1831f9a557c15967cbcf117365305b612f3a23f793863615285ba9_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8@sha256:b010ff328387fdcb88aa746ded0b63f609c8ed3a9745ee2f648cfdc17570dacc_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:08f3e89b2984d8563a822dde8feb96231e9cae0e74cc7a64b9871d53f4a9990c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:430e32ea9f2b6e87ca04e7713f393441f7dfcb0df57c7ac4766b439e8c281396_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:477ee1d38e4457c9378f05e83e6086787b957bc93f5a9c280c4afab8a6e02152_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:d42373331e4dabbca4921280d47dea956ffc0690648ae172f156605db302c8f7_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:87017af27e74c380225ffcbcc961d2d345b5d997df552a9248d07d8230dab3fd_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:ed7dd0e4fde979f4286ec5fd7f3ff1c51eb22d15af56138ae838d97df29884e2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:205cf240004a81339d5673b723193758e0bbdb008db6a294295412b6f92cd1be_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:2bfd19c9c46179264bd0d7c37f8f7b9edda077f3210f168f010af88317904d70_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:a7672e4823bc698d02c4d241c84a57a523b13a267850baf8c1ec44150eac7f7f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:b84395e944be5010ef965bf387939c481d9c313b8abd2338414a3b592de7a219_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:1167bd175a841398744ebf28418cdb871bbad24ae38db5a88dd07ce5cb843d86_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:2c2340eb12f729cba09a33a67a873fd11d421203e4b4548474d88a6e37f1af14_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:6a01712dfd5ae1a741dc0db425ceea67934e763afb5df78809c0e6a22ca3173f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:910dc87281b45ed6dd18d2fb7204765fe3f3332d325e7c0cb061ad93fea7bb06_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:366278f589efb7c0ff2bdd800b0f6547b8be6acd259782192df2b10a9754945e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:4505bd25d99cfa5466dae74d577e459f756d6bc22fd5a21e91f32d6d6f7fab3f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7bdbb5168db25825edfaa505b705d639124f757f7c61768558c03f97dbb52e92_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:841d8a1a5cc97465078e19834734ac726341509d5e3fc5aa7d02e9418f7826ee_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:5f1fee6ff56a72baabb5f8c908feb2c4a67426fd0ed4bf8e55cc4daf552fc4cf_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:7689256c7f78b8e827b2588ce08ecb65035f3eb44c22ef395a4c16e80476e58d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:b2acd795681ddef65394e303c06e022ff54e1e0c53fcb341c381197f7e520b6a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-catalogd-rhel8@sha256:f5c1907aab6224d4c398d0f5cf151885859878ead00bbde79426c96dc8a6faf3_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:168e6236d27a57e41e6318cb2a96b31eb4030b65f194c924d6e6a07c4a53f0c8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:6533b9840e66c882af6ea984d451821cfaf72000c1d2d8e1ffa46b95abfd0c52_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:8dd21817e31ef713af9cd67c004c8a6118b62c1dc557f963f28244920ffa9f5d_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8@sha256:bbc41d8cc76ccd7fe6a93d84cded4fe03cf08f985976266aa532b2a16232e1d8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:0c869ca3f2cea582df50c27d9170e6ecbf0df000d65ea250e2fb8ff41dbe6b4a_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:4cedef9af9f34258060b059ad2d0f44ba329dc72e64942a8adcd1c14400a02ff_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:75460db975618d0dfc82f509725522f8151b49a00a210615dc8cbc97f6ed2fb4_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-olm-rukpak-rhel8@sha256:c4cc3eae9765cc81765638b8f1d6ed105d10d018f30bdd5ca9770b47e2ac683d_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:0006cc8afa959998457049601891036f387a518c2bdb3ba496928b229fe9d134_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6406a77819214fbcf753c72e1add20455ce1c71db634a10ed36cf4fdf857d892_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:8f2245017277cd5f2642b162511ab42d7b8485567adfa25db900973baf058de1_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:ccfa78714715591d82a4bd4429114a92cce5748772e84bf19e4a890e428bd4b1_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:6ebdabc2690c1c1072803bd473496bc694f9d0c99af704f53c810d2c294ff687_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:ac2f665507bd239b43bfcebde4c50d9925b0376c06b448a9695e7f25ec4380d6_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b2f58190b8a5b444f51f7d4431cd1fb5e59fc0c38fb4ff7ba4c51d2ed1ce6b2f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b84e75d4eeb59ff0804fc3b501156bfc562a52c0cd554783d8d7e7c0714d6f85_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:163154e33a4744ee5a451384d824443fe2f2a9e8bc961b121b1c317246ada9c3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8ba5133f9697e04a14d866027d8f342efe3bb9732857720393d9bf3e0effa09e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:be734c5f7b5f7ff624f842c056ae099c81ba1f4423016ba63f371a8d8f1fdf3f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:f4530c4f598865cc3ab9210760d93fc1640e15a07fda71fcc2b5453834dac7be_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:2ca5fc5e9405404c8b611513cf033e480cf81c2677ccc08055fb934aa40cf7ef_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:3b18df1f2d706c80637b7a31ce09d3aee59eef1bddea71c218dc9270939dc194_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:c64fbe8a063ea2f7897ffd9bc2c1882c03c406611f8dffe9b9a885f3e75f105c_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:def060ba5ad7ccecf1d1cb0ff3360dba500838c087d701015415e1a2ab08b4bf_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:0693761931e2b7ffaf4e39c6fde5b0a1099d32b5269c7a498f76bff354a84ae9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:8fc7e5dbb6c2470efa7ea415b71569f753769abaf3331f9ee174adcf39a4dd27_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:a1e0a23dc6c93de096d3d48710c45208a48a162d3858d0d7afdf4f300ebfe04f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:b71416e2ac3c46366da3abd72b0762b74759587afdfdc8a8c6a47a52b1d1d77d_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:72c97ea299920a43dd391500e1f70b27cfbedf1e9a32ec9275171929b8fde7d2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:7d482a6204223e73e4dfa0013f4ba20db1d04c7a8c2881dd4b9a58e6e7d25f09_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:8ba5845b83d32531f3a3798486fdd8377bfec0748206d917ba821c6a76d55f3f_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:dac43b8b4ab95960e240b3eef0fe1a6d37dfe23ab7d0cef27d412ad69afb5466_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:02698e7f9c59596fbe039b031515a319067d79c6696a5fd9fa5a95d5acd4026e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:28796a3d553d6880de207e5d6048c2efc4ea2858eb6251e43d1b46c9e9466748_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:7b0a4c796681ab9dafc0a708dead6e0a8db3166ec40e380dfb02978eadc7d2e5_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel8@sha256:ea3e2045e45229a9a61e6b9f9d10d0762a8e6f47e700d96c916b402864afe8a0_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:12826fd7a8ca953be9429198adb9386f489e6c764d7b3fff044a4cb66c7f91b9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:22539e72bfdcdef4c91ee509142a1e403700c79d58b4f868a7a2e69b81c2d6a6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:9c91efe4356286d3c8aecc6e9a4ba5ae54655477a2541ea80b2ab9ac88c63791_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:bc74fed608f8d45c463f68e581418b4ca5f3ef05467621bd6199edd149f3c7d1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:1eaa76ae1380d3aed001b85612fddbbff2bdf70d85506c4fa5426ace8bd066b2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3760f9fb700165458048262a465f32d19660ba88e16b3aad5fc349b047a5248e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:be8dd7342bf7b1bcc1bc0f873ceeda8e81bf686259ee4cb5f377f397f43349e3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:fc535145b24b8def78590d003ddb58c2c1eee976ff2263740dfbf634f7d1c888_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:6956849db88740b12994232ecf2fb137db82f4afbef85b920612a9b38ed8bae7_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c182f19eb5bef9530482e666cbfbcf2649c1cccd95309850f93b82daf8d42a90_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:d12663d4543fda0b233405cc0e3823ab68cb421eb38acebf56ec4f0555e1e594_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f076696f3eaf06da9fcc6a4042afae097740771bf902fce0d3446e63ef8e7caa_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:326ec4eb64e1da8db46c9bdfa4e0ae03732a863eafad17e4ebf0dc63698acfae_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:a7bc793a9fef04df9e54c978cc8c14c151168fa186e5258528e8e234fe036b00_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c493bb938f211c8018e014c922287ffd9db30a9d8e6818f2dc9cf42efd6b6da8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:e0d5fb86c982e60025cf5e25d6ceaacbe380e9e9f8a78e311a488668ad991f5a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:5f471c6d5ae1413d35f2b1dba478330537e2cf1c45f5d2a3b1d0b875935db19e_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:8fd890e0ed4d9101a895b34c0f42293b280d06245de6e45b113bbd5665ea488e_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:98041b168deec45330330ec382e6262d616e1b1a22a389f9216b622c3118f401_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:c1bdd2efec725038c68e2da7133bed08e1a1c8d9141a55062f621d6ed403af7a_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:81e37f2597f8539a9f5b3800967545af056e88089f95eed69e5eb55426dba52e_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:955772451d73b6ae56069b6e706629f6e726595f27bdd0d9a920d217e7456cc7_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:ad5fb6d1f60634230f1dad1b9ca094c2fb8bae6e68d618ffce60d20c0e55d8c5_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:cb8664cec305b071cc6cc3d7647b5baa9a013d35dcf318e407e6fcd7a2461eb8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:09b9ae640fccd4a948ce4835dbe29f65be91484aba6c2afc751761aa9dca541b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:3c9911b15f2798b2f4898177bdb924641e8ead282574beb11278b9370eded2fd_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:21d73647d434cea2c398a5c30ee2f92b6f5aee3b1106b961b1d50e8a18825f1a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:49fc188b34134f5695a59a384101be2254859d6e3fd3fa2e1deb282049e5f592_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:03e6ee2082e14e8becf5a2d7cc6e1681a088a057c1c7a2189fceddf23a7541af_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:80be0fc1705791db62dbf7b2385021b8e67d0d21a94815fff91c3e87d6e6e238_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:5c3c19e3dd09249a9e78ddc4871162b166bdeb05cabb7075f101084a26863568_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:de0740c2f08cf7e6a8c851135f4f2273c768eac198d7e09e35a81b585f1c755a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:401f429b76740c19f325c6f0680e55f66420dd35e72325bbaacf5f1708c2cb2f_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:7e9b110c44bc04a2349b037104cd836c0dba7fc90bee7c0a3fa0a7bf380664df_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:96cb1a572e643c3d0cae3b20040c3c9663af86ede9c30bb38256c080de90983b_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prom-label-proxy@sha256:e41eb9ea6d0e646c40f43923678913904a2fc8f5f4fa1e9e458c807632e82c9a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:beafac871e27f012d9bdc881b0ed67095ca7d34305eb773117eaaf2a5f2404c7_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:d6ef7d1f4afe94e6bb5810852720c1239bd58b9a49a085d991659b59c6e26452_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:dd8dc49c8955041adc7c38a6023339cb928b3f944c144efe467ccc8da12c4c78_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-alertmanager@sha256:e7d08849926e92a0f9516b383ef71dcc2a6e368405f1d5f330042c62fa10685b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2559bac18be9d14dd0de38fd2c2b8d60b95d3ffdfc79d961747b7d35902252c8_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8b31967a88b74281eafba0661b347aeec335308011e626d9dbc57557ef8fcd4e_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e6a298a5a4b32e8908f2ea8207f673d1c7f63d654ebd18a7c3dc03bec7019240_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e892bc22d6a070e147ee0648d834798cae5f2e8941805a6bb7a0a4b1a292fb82_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:8e9d58dae4a9f2c50ebd9ac52262db031764fb28fcbc30880ba5a5c0e4546c49_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:a4ea9bf43c60b1486ae8538b1382882f464299257acf43fa326eb99d5e6851d0_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:b264bb9685a03d54117aa33f11853039d903cbd6d71dcdf63fa512e9f9d826c3_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-node-exporter@sha256:f1a979149507ede702bcdcbdc5e49c667b52cb2f5e5f1cc9e0ca18602ba35772_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:3ac91633beb2c994cb8e7341b6efdc22dbfa4bbf9aab4819bc30102162b1d1c8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:451b74b33a2bdd13643f49117444110c86d7ea956a66e9285e3738e8c81b6f5b_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9301a4880095595d6ee0667a7da2ac7e75f5a028a1f70bf71ec1227310d5e170_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b937da6f29b34bba141df41775d61d33df4c81c41a488c0f717d7b05cc85c453_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:36d319f66e25669271597bee4ae415053935d0877530d439a6e8b2eb23353cb6_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:940220625073d9178c2efc540fb418df676e44dcd35c5a7ad01d1031ce779bd1_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:c04c13d41b67bf5462d1ac2bbed4b95a53a2b2bbd293b32e7478b5cdd8ec5d5f_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:f3bbcdd4a8f70fedfac7869d46124137c2a6856aa99a9de6de7b62060ccc5c08_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:059ae4b4cf18b4596d8c86340edd34332be7c667adbdb5199720a0a581086d55_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:4622bb035bf6a546e3de1164b347ec79844538d290bca3100622fee0986a51a8_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:d296a62ddeade7d40ca2d727f9cfb3d4bb9dd81498c6a526a565e3698097420c_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-prometheus@sha256:ead3f5874193b8acd6bece9f9740c109665098b059db964e6d74192d6cbf52c3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:02236b492db7f328592308281ed110ec59afda1c6fe88b5b1278e66aaf0a76cb_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:8eb91dcd0e34b5cf2520af44bcbef1d953892b1a39d117c579c8a2876bf8ab05_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:aad0341721e7a15e08a2bbe6ab9e59663d366f8b47aee21cdb54812e68161bd4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:f05183b69bd3ffd66c8d335d6a476161781ad2e9cd444a94edbf41eeab16ab81_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:6b65341e8a72cb548d68d8c2dd567eedaee6d00d198295437514524442471c01_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:983e36dba561f7cd2f5245528d856e81ad729c3a2040a66f2fcaa18650749887_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:c496114509bc387930a5ac828dad33180e20adb00a0b81ea36fdf78159f91436_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:d23c4af5d88f5f753bf395b24bf1d168570e5f6036c6a6ae8b1bba6bed7ecbc3_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:0c49b379e40a6fe3a09a21dac8005fd64c3d09c985dc728e1c7f4e57afc464c2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3d282ceb8dfca2308bda52e1b7d2663f7776db2a082be84a5af6e228c6de8664_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:87929d27a7e7d6538a5cdb3ad1d58f531c681ec5db4824498248ffd5dfcbedb2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:eb293c9ecb6715e0dfb6aaf457ec19a0f2d0862ef4cb22794335f53cb6981088_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:11e6a94fa5628b607268bb3d515a0dcc3d2b66a42a0512fbb50a7db7550c6a40_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:65e898b5ea52c5525501b63aa3063204b644e0cea1c9134d80bc2e920fc9a010_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:783d90fdb1b46848f2e9c4f313517e219216385667304593cfc71c2e54579b1c_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tests@sha256:e57907330d75e38a859e54d12a56fedba7c1c1a931fc9db1bdfa3c2b10268704_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:4f5d0717182c96fe4d6ff1936b0ad433bd4626c0fa1b29eb1058ba02fd6f9500_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:95b856a7497da1ae18ce5789262957edc94bc4cd87a6913e6d16d1cf9154e1de_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:9868a70523d322153d4870f205323629f8230505c883b79bc64c6b8440472633_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-thanos-rhel8@sha256:9b2a4de77fc5736a8d2c968c8782039e22f28c65a8f9af920cc797af5ff170f4_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:03f6485cce2f104c812ca1b32c422379d8b97284c6561f4568da4b23efe873b8_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:40b76bc1b9e5ca0e664371020999da9c619546692a52e50544a84ada1193e0c2_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:505d160e6dc8dd5ba9ba156668578e4f420b37b7069075cc84acce52dd02829d_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-tools-rhel8@sha256:a20f2c0440231d57eb8db827564604dad20c3656c39acdab469d15ae5ef37c8b_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:8c60dbf477a0e750d0e4895ae8eda21a7ca74b6ea06e8b428d6eb0e3acccf63a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:5a28ee6abd396c5d957fa863a15cdc834c72a792d895a28415900cafa85c173a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:435629696ca8750b352c890af863b85ecc6680b8749006fbb56cfc8957db0a25_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:328a0954887176f2dce3b350f54ae0c0c51f937cfef1bba9b986659343b2eac9_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:8c60dbf477a0e750d0e4895ae8eda21a7ca74b6ea06e8b428d6eb0e3acccf63a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:5a28ee6abd396c5d957fa863a15cdc834c72a792d895a28415900cafa85c173a_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:25f55cdb3eb8a59fc5d2f5726a71748bf2d8005307025d16646889342829c8ec_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:98cdda546009cda7d6a4539bac65d2ac6b365efa697d4e040556ae758235e9c2_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:47f3054cb4a6bd160fd59d591b30910bcbb7123fe44fbb6f057d9d3176858e5b_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:5504bd98506b057146c643c36a6581cb2be8bcbf82787bef530fb6caf4c16e21_amd64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:7d6c9216d995b1ad19e5ae1f9f30cf3faadd54e1274fb80c4d5fdd802ee6b1ae_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator@sha256:da4cd3b8933c8d22cc34039993d8866dddaa2e203342a94f23876b7245ae4711_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:5858c8230e834bd3a75047e34e659c4d1fc61f6c53e23cae5d3a8deff8b73405_ppc64le",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:66b2e131a3be79803c75bc96b69c3e7be34faf2f00f6d4fa53c82704627f8a96_arm64",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:966501e1f2fc5f70670211953ade31dc37f0c86e647e40ea56aae47d3e0c1a90_s390x",
"Red Hat OpenShift Container Platform 4.15:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:febeb3a8a0fce4ca039322544cbfeb0c6f60723440ec6c2f60b12b390373418c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "net/http: Request smuggling due to acceptance of invalid chunked data in net/http"
}
]
}
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.
The approach is described in our paper Mapping CVEs to MITRE ATT&CK Techniques: A Curated Gold-Set Classifier and the Limits of LLM-Assisted Label Expansion.